Objects

Objects


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:
  1. Define and maintain reusable object definitions.
  2. Subscribe to objects from connected systems.
  3. Modify the object schema as required for integration design.

Accessing the Objects from the Resource Module

  1. Log in to your tenant.
  2. From the left navigation panel, click on the Design group menu and then select Resources.
  3. The Resources screen will open, displaying tabs or sections for:
    1. Enumerations: Define value mappings and standardized data sets.
    2. Objects: Manage business objects used across integrations.
    3. XSLT Stylesheets: Store and maintain XSLT templates used for transforming XML data.
  1. Click on the Objects band.

View Objects List

  1. After clicking on the Objects tab, the screen below will appear, showing all available objects. 
  2. You can add or remove objects from the list.
  3. Click any of the object bands to view the details.
  1. After clicking the Objects band, the following screen appears, displaying the Definition and Details bands.
  2. Click on the respective bands to view their details.

View & Modify Object's Detail

  1. To view the object details, click on the Object band. After clicking on the Details tab, the screen below will appear.
  2. Update the object's name in the Name field.
  3. Update the object's description in the Description field.
  4. When you're finished with all changes, click the Save button to apply them.

View & Modify Object's Definition

  1. To view the object definition, click on the Definition band. After clicking on the Definition band, the following screen will appear.
  2. The object's definition is displayed on the screen in JSON format.

Delete Object

  1. To delete any object, hover over its band.
  2. When you hover over the band, a Delete icon will appear. Click the Delete icon. A confirmation pop-up will appear.

  1. Click on the Yes button to delete the object.
  2. However, the deletion process will be terminated if you click the No button.

Add Object

  1. Click on the Add button.

  1. Name: Enter the object name in the Name field (maximum 50 characters).
  2. Description: Provide a description (maximum 150 characters).
  3. Save: After entering the name and description, click the Save button.


    • Related Articles

    • View List of Objects

      View List of Objects
    • View Object List

      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 ...
    • View XSLTs

      Overview XSLT (Extensible Stylesheet Language Transformations) stylesheets are used to transform XML data from one structure to another. These can be created and stored in the Resource module for reuse in multiple data flows. Features: Create and ...
    • Edit End Unit

      Overview The End Unit is the last step in a flow. It shows where the flow stops and makes sure everything is finished properly before ending. It receives the flow's final output, does any closing tasks, and confirms whether the flow ended ...
    • Introduction To Library Module

      Overview The Library module in OneEnterprise serves as a centralized hub for managing reusable assets used for integration design and data transformation. It includes the following key sections. Enumerations – Predefined lists of constant values used ...