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 Current »

The Service Alias Range Generation Event can be triggered using Custom Logic. The following parameters are Required to execute the Event.

Service Alias Range Generation
/**
* Event: Alias range generation requested
* Listener Class: Application_Model_Service_ServicesAlias
* Listener Method: eventGenerateAliasRange
*/

{
	"SAVE_PARAMS":{
		"pn_start":"5863820876", //Start of Alias range
		"pn_finish":"5863820879", //End of Alias range 
		"RECID":"addNew",
		"save-new":"true",
		"generateNum":4,
		"contact":"216121" //RecID of Contact that initiated the Alias generation 
	},
	"FORM_FIELD_KEY":{
		"SERVICES_ALIAS":{
			"TENANTS_RECID":"TENANTS_RECID"
		},
		"RECID":"RECID"
	},

	"eventBroadcastBy":"216121",
	"eventBroadcastTime":"Oct 4, 2022, 10:41 am",
	"eventBroadcastDayofWeek":"2",
	"eventBroadcastHourMin":"1041",

}
  • No labels