Boomi

Delete Golden record from MDH using HTTP client

In this Blog we will use HTTP client connector to End date golden records from MDH.

Let get started by logging in the platform:

Steps:

Step 1. Go to platform.boomi.com

Step 2. Login by giving your valid credentials (Username and Password).

Step 3. Home page will be displayed, now click on “Integration”.

Step 4. Click on the “Create New” button.

Step 5. Select “Process” and click on “Create”.

Step 6. Click on “No Data” option and click on “OK”.

Step7. Drag and drop an HTTP client connector. Click on the “+” in connection to configure the connection.

Step 8. Give the URL, Auth type, UserName and Password.

URL:Go to Atom Management ,then “Test” atom cloud ,then Shared web server ,then Copy the Base URL and Add “/mdm” at the end.

User Name: Go to MDH ,then Select the Test repository ,then Configure Tab and Copy the Username

Password: Go to MDH, then Select the Test repository ,then Configure Tab and Copy the Auth Token

  • After giving all field values Save and Close, now it’s time to configure the operation.

Step 9. Click on the “+” button in the operation to configure the operation.

  1. Request and response profile should be None
  2. Content type is application/xml
  3. HTTP method is POST
  4. Add a Request Header “Accept” that is “application/xml”

Step 10. Configure the Resource path as “universes/<universeID>/records/<recordID>/enddate”

For universeID and recordID is replacement variable checkbox should be checked. Save and close.

Step 11. Now go to your MDH service. Click on Services and then Master Data Hub. Click on your repository. There should be some golden record present in your repository (if not then upsert  data to MDH first).

Step 12.  Click on your model then click on the “Sources” tab and Now copy the universeID from here.

Step 13. Now Click on the “Stewardship” tab and then click on “Golden Records”.

Step 14. Click on any golden record which you want to delete.

Step 15. Copy the Golden RecordID

Step 16. Come back to the integration process. Add a Set Properties shape.

  1. Create two Dynamic document properties named “universeID” and “recordID” and give static value which you have copied from MDH.
  2. Click on ‘OK’.

Step 17. Your process should look like this.

Now Save and test the process.

Step 18.  After the process got executed, click on Stop shape and go to Shape source data and open the document.

Step 19.  The response should look like this.

The success tag value should be “true”, that means the record got End dated successfully.

Author

Apurba Sarkar

Leave a comment

Your email address will not be published. Required fields are marked *