https://ns.adobe.com/xdm/mixins/opportunity-components
This fieldgroup is used to capture B2B Opportunity specific relationship attributes that are represented as it is in source and also used for merge/unmerge rules analysis if and when needed
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Deprecated | No | Forbidden | Permitted | fieldgroups/opportunity/opportunity-components.schema.json |
{
"xdm:sourceOpportunityID": "1234trbkg8",
"xdm:sourceAccountID": "A669790t",
"xdm:sourceExternalID": "uu89073",
"xdm:sourceOpportunityOwnerID": "uhhlkbt49",
"xdm:sourceCampaignID": "0098hodw"
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:opportunityComponents | object[] |
Optional | XDM Business Opportunity Components (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:opportunityComponents
-
is optional
-
type:
object[]
-
defined in this schema
Array type: object[]
All items must be of the type:
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:sourceAccountID |
Optional | |
xdm:sourceCampaignID |
Optional | |
xdm:sourceExternalID |
Optional | |
xdm:sourceOpportunityID |
Optional | |
xdm:sourceOpportunityOwnerID |
Optional |
Account unique identifier at the source.
xdm:sourceAccountID
- is optional
- type: reference
Campaign unique identifier at the source.
xdm:sourceCampaignID
- is optional
- type: reference
External unique identifier at the source.
xdm:sourceExternalID
- is optional
- type: reference
Opportunity unique identifier at source.
xdm:sourceOpportunityID
- is optional
- type: reference
Opportunity owner unique identifier at the source.
xdm:sourceOpportunityOwnerID
- is optional
- type: reference