Trigge on event check in

  • Javier
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 11 months ago #133919 by Javier
Trigge on event check in was created by Javier
Hi,

Exists an event to create a plugin that executes when is selected check in?

I need re-sent the certificate after the check in

Thanks

Please Log in or Create an account to join the conversation.

More
5 years 11 months ago #133920 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Trigge on event check in
Hi Javier

It's not supported yet but I can work on it to support it

Could you please explain how you checkin registrants? Select multiple registration records and press Checkin button in the toolbar?

Or click on the (unchecked in) checkin icon to checkin registrant?

Please let me know so that I can modify code to add the trigger for you

Tuan

Please Log in or Create an account to join the conversation.

  • Javier
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 11 months ago #133935 by Javier
Replied by Javier on topic Trigge on event check in
Hi Tuan,

Just now we are clicking on the unchecked in icon

Please Log in or Create an account to join the conversation.

More
5 years 11 months ago #133944 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Trigge on event check in
Hi Javier

I just updated some code to trigger event when registrant is checked in like that:

- The plugin which is triggered in this case is onAfterAdminCheckinRegistrant , there is a $row object passed to the event trigger (which is a registration record being checked in)

- There is also another event triggered onAfterAdminBatchCheckinRegistrants when admin check in multiple registrants (from button in the toolbar). There is a parameter $cid passed to the event trigger (which stores ID of all the records which are being checked in)

Tuan
The following user(s) said Thank You: Javier

Please Log in or Create an account to join the conversation.

More
5 years 11 months ago #133945 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Trigge on event check in
Please access to My Downloads menu item, download latest package package of Events Booking, write the plugin to do what you want with the new event trigger and let me know if you have any other questions

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc