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

Version 1 Next »

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

Department Replacement
/**
* Event: System-wide Department Replacement
* Listener Class: Application_Model_DeptHierarchy_DeptHierarchy
* Listener Method: eventReplaceDeptHierarchy
*/

{
	"contact":"216121", //RecID of Contact that initiated the replacement
	"deptRecid":[
		"3638" //ReciD of Department getting replaced
	],
	"replaceDeptRecid":[
		"3507" //RecID of Department that is replacing 
	],
	"deleteDept":true, 
	"comment":"rtui",
	"users_recid":"1217",

	"eventBroadcastBy":"216121",
	"eventBroadcastTime":"Oct 3, 2022, 2:21 pm",
	"eventBroadcastDayofWeek":"1",
	"eventBroadcastHourMin":"1421",

}


  • No labels