CustomObject (Extensibility)
Details of a Custom Object Drop
A custom object drop represent an object creating by an extensibility app that is installed in the JRNI platform.
The properties of the object are dependant on the object configuration.
Follow this format to access custom objects associated to a booking: {{booking.app.[app_name].[object_name].[field_name]}}. The app_name, object_name and field_name parameters must match what is in the Extensibility manifest file.
Field | Usage / Description | Additional Information |
---|---|---|
property | {{object.propery}} | Access to a property of the custom object |
company_id | {{object.company_id}} | The company id the object belongs to |
id | {{object.id}} | The uuid of the object |
app | {{object.app.property}} | Link to a standard or custom object via an app |
company | {{item.company.property}} | Link to the company object if they belong to an old style single location |
Updated over 1 year ago