Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Bill Delete Event can be triggered using Custom Logic. The following parameters are Required to execute the Event.

BIll Delete
/**
* Event: Delete Bill
* Listener Class: Application_Model_Bill_Bill
* Listener Method: eventDeleteBill
*/

{
	"contact":"216121", //RecID of Contact that initiated the Bill Deletion
	"BILLS_RECID":"445", //RecID of Bill being run

	"eventBroadcastBy":"216121",
	"eventBroadcastTime":"Sep 30, 2022, 10:20 am",
	"eventBroadcastDayofWeek":"5",
	"eventBroadcastHourMin":"1020",
}
  • No labels