Transform Template Identifier Format
When you create custom transform templates, you must follow the format used by the HTTP notification request for the relevant action. Transform template record identifiers for all objects except ServiceMax Appointment and ServiceMax Event must be in the following format:
<SB object full identifier>_<Operation Type>_transform
For example, to create a transform template for the Demo object (whose identifier is dev_demo_object), use the following identifiers:
HTTP Notification Request Action
Transform Template Identifier
Create
dev_demo_object_create_transform
Update
dev_demo_object_update_transform
Delete
dev_demo_object_remove_transfor
For more information:
Was this helpful?