Overview
This section will provide information on editing components in your project network. Please note that the component can only be edited from the Dataflow View. The Interaction View does not provide this functionality. Once you are on the Dataflow view, click on any component node. The component details and menu options are displayed on the Network tab upon clicking the node.
Step 1 - Start Edit Mode
- Click on the Edit Component band.
- An edit screen will appear, displaying the two bands:
- Activation
- Configuration
- Expand the bands by clicking on the accordion at the top right corner of each band. The corresponding list of settings is displayed in the expanded section:
- Activation:
- Actvation Status
- Trace
- Configuration:
- Error Handling
- Filter
- Mapping
- Settings
- Subscriptions
- Trigger
- Value Mappings
- A separate band will represent each configuration. You can click any band to modify its configurations.
Step 2 - View and Modify the Activation
- Once you expand the Activation band, the following settings are supported:
- Activation Status
- Trace
2.1 Modify Activation Status
- This band allows the user to configure the component's status.
- The band presents a drop-down menu featuring options for both active and inactive statuses.
- To designate the component as active, select the Active option. To signify that the component is inactive, choose the Inactive option.
- Both statuses will be stored automatically, and a confirmation message will be displayed on the screen.
2.2 Modify Trace
- This band facilitates the activation or deactivation of Trace for the selected component.
- A toggle switch is incorporated within the band to enable or disable the trace function. When Trace is enabled or disabled, the configuration is saved automatically, and a notification message is presented to the user.
- Please note that to configure the trace settings, you must enable the trace on the band.
- You can customize the trace settings to suit your specific requirements.
- Click on the Trace band.
- Please click on the band to navigate to the trace settings screen, where the following configurations can be adjusted:
- Log Level
- And limit
- Please note that to set the log level and its limit, you must first enable the toggle switch. Otherwise, the fields will be displayed in a disabled state.
2.2.1 Modify Log Level of Trace
- On this band, you can configure the log levels.
- A drop-down menu is available to set the log levels, and the following log levels are supported:
- Trace Level 1,
- Trace Level 2,
- Trace Level 3.
- Click the Save button to save the modifications.
2.2.2 Modify Trace Limit
- On this band, you can configure the log limit.
- A drop-down menu is provided to facilitate adjusting the log limit.
- The allowable log limits range from 0.1 MB to 10 MB, with an additional 'No Limit' option.
- Select the required option from the drop-down.
- Click the Save button to save the modifications.
Step 3 - View and Modify Configuration
- Once you expand the Configuration band, the following settings are supported:
- Error Handling
- Filter
- Mapping
- Settings
- Subscription
- Trigger
- Value Mapping

3.1 Error Handling
- Click on the Error Handling band.
- The screen will present a comprehensive list of error settings.
- Each individual setting will be displayed on a distinct band.
- At the conclusion of each band, you will observe a drop-down menu. Depending on the specific setting, corresponding options will be made available in the drop-down.
- Kindly select any option from this drop-down to configure the error settings.
- Once you have finalized your selection, please click the Save button to preserve the settings.
3.2 Filter
- Click on the Filter band.
- On this interface, you may filter the incoming data to meet your requirements.
- The interface will present two bands:
- Default Filter
- Custom Filter
- An And/Or toggle switch is provided between the Default and Custom filters. You may use the 'AND' option to apply both filters simultaneously, and the 'OR' option to apply either filter individually.
- Refer to the "Configure and Modify Filter" article for more information on using filters.
Mapping
Mapping involves defining how data from a source system is transformed and aligned with the structure expected by a target system or object in OneEnterprise. When a trigger activates—for example, when a customer record is received from an external system—the raw incoming data often does not match the format that OneEnterprise (or the downstream system) expects. Mapping bridges that gap by applying a set of transformation rules, written as XSLT stylesheets, which convert and reshape the data into the correct structure. For example, if any mapping unit converts incoming customer data into a Business Partner object format that OneEnterprise can process and route correctly.
Key Benefits of the Mapping
- Data transformation: Converts source field structures into the format the target system expects
- Field-level control: Lets you map individual properties — rename fields, reformat values, apply logic
- System independence: Decouples the source system's data model from OneEnterprise's internal model
- Reusability: A single mapping definition can be reused across multiple flows and triggers
- Flexibility: XSLT gives you full control — conditional logic, string manipulation, date formatting, and more
Accessing Mapping
- Click on the Mapping band.
- The screen will present a comprehensive list of units of the selected objects.
Image
- Each mapping unit will appear on a separate band.
- The band will show the unit's name and description.
- Click any unit to see its details.
Image
- Upon selecting a mapping unit, the screen will display the corresponding XSLT for that specific unit.
- A dropdown menu will display the name of the active XSLT. The drop-down will list XSLTs configured within the Library module.
- You may select any XSLT from this list.
- Upon selection, the selected XSLT will open below in the XSLT editor.
- The stylesheet can then be modified using the editor.
- After making the necessary modifications, click the Save button to implement the changes.
Image
Create a New XSLT
- To add a new XSLT, click on the plus (+) icon.
- Upon clicking the plus icon, you will be directed to the XSLT Stylesheets within the Library module.
- The interface will include fields for the name and description. Please enter the name and description for the new stylesheet, then click the Save button.
Image
- After clicking the Save button, the newly created stylesheet gets listed under XSLT Stylesheets.
- Click on the back arrow in the breadcrumb to return to the Mapping screen.
Image
- You can now observe that the newly generated XSLT is listed within the dropdown menu.
- Select the XSLT from the dropdown and commence editing the stylesheet in the editor.
Image
3.3 Settings
- Click on the Settings band.
- The screen will present a comprehensive list of object settings. The list may be displayed based on the system type.
- Each setting will be displayed on a distinct band.
- At the conclusion of each band, you will observe a drop-down menu. Depending on the specific setting, corresponding options will be made available in the drop-down.
- To modify the settings, select any option from this drop-down.
- Click on the Save button to save settings.
3.4 Subscription
- Click on the Subscription band.
- The screen will present a list of entities that are subscribed to the selected component.
- Each entity is displayed on an individual band.
- Kindly note that this screen is designated for read-only purposes. It provides information regarding the number of entities subscribing to the chosen component.
3.5 Trigger
The trigger is a condition that initiates a workflow or sequence of actions. It serves as the "switch" that commences the process once specific criteria are satisfied.
- The following triggers are supported:
- Timer Trigger
- HTTP Trigger
- Queue Trigger
- Subscription Trigger
- Based on the configured trigger, the band will display the trigger name and its configurations, and clicking it will bring up the corresponding screen.
- Click on the Trigger band.
3.5.1 Timer Trigger
- If the Timer trigger is configured, the band will display the 'Timer' and the number of configured schedules.
- Click on the band.
- The screen will display the following bands:
- Scheduler
- Settings
- Each settings are presented on a separate band.
Scheduler
- Upon clicking the Scheduler band, the scheduler screen appears in Settings View mode.
- The schedule provides the two viewing modes. By default, the scheduler opens in settings view mode. A toggle switch is provided on the screen; you can switch between these modes using the toggle switch:
- Settings View
- Calendar View
- Please note that if you have not configured any schedule yet, the screen will be empty. In that case, start adding the schedule using the Add button.
- A list of running schedules will be displayed on the screen.
- You can search the schedule by its name using the search field.
- Additionally, you can use the Status drop-down to segregate the schedule based on its status.
- The action area of the screen provides the following action items:
- The action area contains a Help icon. Clicking on this icon will open help content in the context area.
- The Publish Schedule button allows you to publish a schedule that you have configured. The designed schedules will be active and running only once they are published.
- An Add button allows you to create a new schedule. Upon clicking the button, four options will be presented, allowing you to choose the type of schedule you want to make.

Publish Schedule
- The "Publish Schedule" button is located in the action area of the screen.
- After designing a new schedule, click the "Publish Schedule" button to publish the latest version. If an existing schedule is running, it will be overridden by the new schedule.
- When you click the button, a confirmation pop-up titled "Publish Schedule" will appear to confirm your action.
- The pop-up will display buttons labeled "Yes" and "No."
- If you click "Yes," the schedule will be published.
- If you click "No," the schedule will not be published, and the pop-up will be closed.
Edit Schedule
- When you are in the settings view mode, click on any of the schedules that you want to modify.
- After clicking the schedule, the scheduler pop-up will appear.
- Modify the schedule's name, description, and duration.
- Once modified, click on the Save button.
- If you are in the calendar view, click on the schedule that you want to modify.
- You will be moved to Day view in the calendar.
- Hover your cursor over the schedule. You will see the edit icon.
- Click on the Edit icon to modify the schedule.
- A respective schedular pop-up will appaer.
- As required, modify the date, time, and description of the schedule.
- Once you have made the modifications, click on the Save button to save your changes.
Deactivate Schedule
- Hover your cursor over the respective schedule band. You will see the deactivated icon.
- Click on the edit icon to deactivate the selected schedule.
- Upon clicking the icon, the respective schedule will be deactivated.
- When you click the Deactivate icon, a confirmation pop-up will appear.
- The pop-up will have two options - a Yes button and a No button.
- If you select the Yes button, the schedule will be deactivated.
- However, the deactivation process will be terminated if you select the No button.
- Once the schedule is deactivated, the deactivate icon will be displayed on the schedule.
- Click on the Publish Schedule button. Please note that the deactivated schedule will not be published. Only active schedules will be published.
- When you click the Publish Schedule button, a confirmation pop-up will appear.
- The pop-up will have two options - a Yes button and a No button.
- If you select the Yes button, the schedule will be published.
- However, the schedule will not be published if you select the No button.
Delete Schedule
- Hover your cursor over the respective schedule band. You will see the Delete icon.
- Click on the Delete icon to delete the selected schedule.
- Upon clicking the icon, a confirmation pop-up will appear.
- The pop-up will have two options - a Yes button and a No button.
- If you select the Yes button, the schedule will be deleted.
- However, the schedule will not be deleted if you select the No button.
View and Modify the Settings
- Upon clicking the Settings band, the following screen will be displayed.
Processing Queue
- The Process Queue section provides information about the queue where the data is processed.
- This is the queue that stores timer data for processing. Please note that the information in this section is read-only.
- This section displays the name of the queue and the stream name associated with it.
- A View button is provided next to the fields.
- Upon clicking the button, you will be directed to the Queue-Monitor screen, where you can view more details about the queue.
- A View button is provided next to the fields.
- Click on the View button.
- Upon clicking the button, you will be directed to the Queue-Monitor screen, where you can view more detailed information about the queue.
- If there are no messages in the queue, the screen will be empty.
Process Settings
- The Process Settings section displays the settings for inbound data.
- The section will provide a list of the settings:
- Block Size
- Initial Start Time
- Request Timezone
- Request Language
- Response Tomezone
- Response Language
- Each setting is represented with a separate band.
- Each setting has its controls on the band. The values are provided in the control. The control could be a drop-down, text box, or calendar control.
- To modify any of the settings, select an appropriate value from the control.
- Once the modifications are done, click on the Save button to save the changes.
3.6 Value Mapping
Value mapping is a key factor in data integration for the smooth transaction of financial data and inventory data. For example, different systems will have different payment type methods; hence, it is imperative to map the payment type. Similarly, location mapping of the stores is crucial for integrating product, stock, and order data.
The Value Mapping section allows you to map your payment types and store locations between systems. Once you start the integration process, you will have the source and target systems for data integration. Then, based on the mappings between the systems, the data gets integrated. This section will describe how to configure value mapping.
- Click on the Value Mapping band.
- When there is no value mapping supported for a component, the following screen will appear.
- If the value mapping is supported for a component, the list of value mappings will be listed on the screen.
- Refer to the "Value Mapping" article for more information and steps on configuring value mappings.
Related Articles
Edit Automation
Overview This section will provide information on editing automation in your project network. Please note that the automation can be edited from the Interaction View or Dataflow View. Select the automation, and its details and menu options are ...
Edit Connection
Overview This section provides a comprehensive guide on modifying the connection details of entities that are currently connected. It is important to note that connection editing can only be performed from the Interaction view, which offers a ...
Edit Project Network
Overview Our project network management system provides you with a powerful and flexible toolset to manage any project's configuration settings with associated systems, objects, and general settings. With this functionality, you can easily add or ...
Edit Connector
Overview This article provides you with information on how to edit the system that is part of the project network. Please note that the system can be edited from both the Interaction and Dataflow views. When you are on the Interaction View and click ...
Edit Avatar
Overview The Edit Avatar feature enables users to personalize or update their profile image with ease. This functionality allows individuals to upload a new avatar, replace an existing one, or refine their visual identity within the system. With a ...