Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
titleDepartment Replacement
linenumberstrue
collapsetrue
/**
* 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",

}

...