Contents
Generic Integration Framework to Support ASB Interface
Azure Service Bus (ASB) is a fully managed enterprise integration message broker. Data is transferred between different applications and services using messages. The ICM-ASB adapter considers the approach based on REST and OData principles that exposes a uniform, stateless interface which communicates using HTTP(S) and JSON payloads.
Configuring ASB adapter to load Masterdata
The ICM support for generic integration provides the ability to synchronize ICM Masterdata tables using the input from ASB. Through a technical configuration, you can specify the attributes to be used for this generic integration.
Create Masterdata Contract Type
To enable synchronization between ICM and ASB, a Masterdata Contract Type should first be configured in ICM, with specific attributes for the integration. To create a Masterdata Contract Type:
- Click Create Contract Type sub menu from the Configuration tile. The Select Contract Type page opens.
- Select Masterdata.
- Click the Next button. The Create Contract Type Wizard page opens.
- The Create Contract Type page has the following sections:
- Details: Enter the Contract Type Name
- Attributes: Select the Attributes for the Masterdata Contract Type
- Display Preference: Select Attributes to be displayed in the Agreement Tile View
- Team: Select the Team
- Verify: Verify the details in preview mode and click Create.
Client App Cross Reference
The Client App Cross Reference mapping maps ICM entities (for example, ICM attributes) to client app entities.
- Navigate to the Create Masterdata page in ICM. This page contains the following tabs:
Masterdata Details
1. Select the Category from the drop-down. For example, Default.
2. Select the Masterdata Contract Type.
3. Click Next. The Attributes page opens.
Attributes
- Enter the relevant attribute values. For example, enter ICM Entity Name as ICMSupplierMaster and Client Entity Name as SupplierMaster. The Payload Type can be selected as JSON.
- Click Save to save the entity mapping.
Client App Entity Mapping
The Client App Entity Mapping maps ICM attributes (for example, attribute names used in Supplier Master) to attributes in the file uploaded through ASB.
- Navigate to theCreate Masterdata page in ICM. This page contains the following tabs:
Masterdata Details
- Select the Category from the drop-down. For example, Default.
- Select the Masterdata Contract Type.
- Click Next. The Attributes page opens.
Attributes
- Enter the relevant attribute values. For example, enter ICM Entity Name as ICMSupplierMaster and Client Entity Name as SupplierMaster.
To create mapping using ASB, select Messaging in the Integration Mode drop-down. The Client Name selected must be GenericIntegration.
In case of lookup and non-lookup attributes: The ICM Relationship Key should be set for lookup attributes and kept blank for non-lookup attributes. The Relationship Key framing should be <Master Contract Type Name> Double Underscore<ICM Attribute Name>. For example, in case of Supplier Master the ICM attribute name will be ICMSupplierCountry and the Masterdata Contract Type for this attribute will be ICMCountryMaster. Hence, relationship key will be ICMCountryMaster__ICMSupplierCountry.
- Click Save to save the entity mapping.
Using ASB Adapter to load/publish Masterdata
Download Payload
- Navigate to the Masterdata page in ICM.
- Click the View Record icon next to the Client App Cross Reference entity you have created. The Masterdata Details page opens.
- Click the Download Payload button to download a template for the Masterdata.
Note: The file format of the template will be according to the Payload Type selected in the attributes of the Client App Cross Reference entity.
- Open the downloaded JSON file. This file will be used by third-party systems to push data to the ASB adapter.
For Scheduled updation:
For EventBased updation:
Publish Payload
- Click Publish Payload. The file will be published.
A notification is displayed once the Payload is published successfully.