Overview
Objects represent the data structures or entities used within integrations (e.g., Customer, Product, Order). They define the schema and attributes that can be referenced while designing flows or mappings.
Features:
- Define and maintain reusable object definitions.
- Subscribe to objects from connected systems.
- Modify the object schema as required for integration design.
Accessing the Objects from the Resource Module
- Log in to your tenant.
- From the left navigation panel, click on the Design group menu and then select Resources.
- The Resources screen will open, displaying tabs or sections for:
- Enumerations: Define value mappings and standardized data sets.
- Objects: Manage business objects used across integrations.
- XSLT Stylesheets: Store and maintain XSLT templates used for transforming XML data.
- Click on the Objects band.
View Objects List
- After clicking on the Objects tab, the screen below will appear, showing all available objects.
- You can add or remove objects from the list.
- Click any of the object bands to view the details.
- After clicking the Objects band, the following screen appears, displaying the Definition and Details bands.
- Click on the respective bands to view their details.
View & Modify Object's Detail
- To view the object details, click on the Object band. After clicking on the Details tab, the screen below will appear.
- Update the object's name in the Name field.
- Update the object's description in the Description field.
- When you're finished with all changes, click the Save button to apply them.
View & Modify Object's Definition
- To view the object definition, click on the Definition band. After clicking on the Definition band, the following screen will appear.
- The object's definition is displayed on the screen in JSON format.
Delete Object
- To delete any object, hover over its band.
- When you hover over the band, a Delete icon will appear. Click the Delete icon. A confirmation pop-up will appear.
- Click on the Yes button to delete the object.
- However, the deletion process will be terminated if you click the No button.
Add Object
- Click on the Add button.
- Name: Enter the object name in the Name field (maximum 50 characters).
- Description: Provide a description (maximum 150 characters).
- Save: After entering the name and description, click the Save button.