Skip to content

Commit 5741187

Browse files
author
Gaurav Kochar
committed
Updated Segment Docs for upserCustomObjectRecord
1 parent 2375190 commit 5741187

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
188 KB
Loading
847 KB
Loading

src/connections/destinations/catalog/actions-hubspot-cloud/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ HubSpot Cloud Mode (Actions) provides the following benefits over the classic Hu
4848
4949
{% include components/actions-fields.html %}
5050

51+
52+
## Association Support between two Custom Object Records in Upsert Custom Object Record
53+
To Associate two records , it is mandatory to have **Search Fields to associate , ObjectType to associate and Association Label.** If anyone of these three fields is not configured, it will skip association.
54+
- **ObjectType to associate.** Select custom Object Type with which you want to associate the created/updated custom object record.
55+
- **Search Fields to associate Custom Object record.** It is for finding an unique custom object record on the basis of search properties provided in key:value format,so that records can get associated.
56+
- If Search association object meets more than one record and returns more than one record,Association will get failed but it will not impact on upserting a custom object record.
57+
- If a Record is not found on the basis of data provided here in key:value format will skip the association.
58+
**Ensure that you use an unique identifier to lookup an association object.**
59+
- **Association Label.** Select an association label between both the Object Types.You can create an association between any of Object Type from Hubspot Dashboard.
60+
1. Login to [HubSpot Dashboard](https://app.hubspot.com/).
61+
2. Go to Data Management -> Objects -> Custom Objects.
62+
![Show Association Label](images/getAssociationLabel.png)
63+
![Create Association Label](images/createAssociationLabel.png)
64+
5165
## FAQ & Troubleshooting
5266

5367
### How do I send other standard objects to HubSpot?
@@ -78,3 +92,5 @@ Follow the steps mentioned [here](https://knowledge.hubspot.com/integrations/con
7892

7993
### How does disconnecting and uninstalling affect a user's data and HubSpot account?
8094
Segment immediately stops sending data to HubSpot after you disconnect and uninstall a HubSpot account.
95+
96+

0 commit comments

Comments
 (0)