Get Golden Record operation
The Get Golden Record operation retrieves a specified active golden record from the authenticated repository. You can retrieve it based on a golden record ID or source entity ID. This operation aligns with the Get Golden Record operation in the Repository API.
Prerequisites
You must have the following:
- A Hub repository
- A deployed model in the repository
- Active golden records in the repository
- A deployed Boomi basic runtime to run connector operations (Integration > Manage > Runtime Management)
Setting up the Get Golden Record operation
- In the connector, select Get Golden Record in the Action drop-down.
- Click the plus icon in the Operation field to create a new operation.
- Click Import Operation.
- Select the basic runtime you want to use to run your integration. The basic runtime must be online.
- Ensure the connection you created to the repository is selected in the Connection field.
- Optional: In Source, enter the source ID, which acts as a filter to help you select the deployed model name. You can find the source ID on the Sources page in Hub.
- Optional: In Filter, enter a regex as a filter to help you select the deployed model name.
- Click Next.
- Select the deployed model name.
- Click Next.
- Click Finish. The import operation creates a response profile. You can use this response profile to map data in a Map step within your integration.
- If you use a source entity ID in step 18, enter the source ID in Source for the source attached to the record. You can find the source ID on the Sources page in Hub.
- Optional: Select Return Application Error Responses if you want the operation to continue when there is an application error. Processing continues and passes the error to the next component processed as the connection output. When the checkbox is clear, the process stops and reports the error in Process Reporting.
- Click Save and Close.
- Select the Parameters tab to import the ID parameter. Click the link to import all.
- Select the parameter in the list.
- Click the edit icon.
- Add the golden record ID or the source entity ID as the Static Value.
- Click OK.
- Click Save.
Golden record response example
<contact createddate="04-29-2024T19:41:22.000+0000" grid="12bf3e7e-fa64-4bf9-12gh-12abcd245ef6" updateddate="05-16-2024T19:57:03.000+0000" source="SFDC">
<id>12bf3e7e-fa64-4bf9-12gh-12abcd245ef6</id>
<name>Quinn</name>
<city>New York</city>
<state>NY</state>
<country>USA</country>
</contact>
info
The connector uses administrator privileges to authenticate. Therefore, masked field values are unmasked in responses.
| Element | Definition |
|---|---|
| createddate | the date and time of record creation. The format is yyyy-MM-dd'T'HH:mm:ss'Z', where 'T' separates the date and time. |
| grid | grid ID |
| updateddate | the latest update to the record. The format is yyyy-MM-dd'T'HH:mm:ss'Z', where 'T' separates the date and time. |
| source | the source's unique ID specified in Hub's Sources page. |
| id | the unique ID for the source entity. |