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 Equipment Bulk Update Event can be triggered using Custom Logic. The following parameters are Required to execute the Event.

Equipment Bulk Update
/**
* Event: Equipment Bulk Update requested
* Listener Class: Application_Model_Equipment_Equipment
* Listener Method: eventBulkUpdate
*/

{
	"equipment_type_enabled":"0",
	"assoc_service_enabled":"0",
	"cabling_eqp_type_enabled":"1",
	"cabling_eqp_type":"37",
	"location_enabled":"0",
	"status_enabled":"0",
	"condition_enabled":"0",
	"contact_owner_enabled":"0",
	"dept_hier_owner_enabled":"0",
	"gla_enabled":"0",
	"war_date_enabled":"0",
	"billable_enabled":"0",
	"private_enabled":"0",
	"host_name_enabled":"0",
	"lan_name_enabled":"0",
	"dhcp_enabled":"0",
	"RECID":"659200", //RecID of selected Equipment
	"confirmed":true,
	"comment":"jio",
	"effective":null,
	"users_recid":"1217",
	"contact":"216121",
	"selectedEquipmentRecids":[
		"659200", //RecID of selected Equipment
		"658688" //RecID of selected Equipment
	],
	"selectedEquipmentFilters":[

	],
	"isLocationRequired":false,

	"eventBroadcastBy":"216121",
	"eventBroadcastTime":"Oct 3, 2022, 3:00 pm",
	"eventBroadcastDayofWeek":"1",
	"eventBroadcastHourMin":"1500",

}


  • No labels