afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ExtlRecShrFieldMap.json

34 lines
1.3 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "ExtlRecShrFieldMap - Data API",
"description": "Represents the external record share field mapping between the sender and receiver for Partner Connect. This object is available in API version 62.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"refers_to"
],
"fields": {
"ImportedFieldId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the ExtlRecShrField record containing the field data sent from the external system. This field is a relationship field.",
"relationship_name": "ImportedField",
"refers_to": "ExtlRecShrField"
},
"InternalFieldId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the ExtlRecShrField record containing the field data received on the internal system. This field is a relationship field.",
"relationship_name": "InternalField",
"refers_to": "ExtlRecShrField"
}
},
"special_access_rules": "To see this object, enable Partner Connect or Partner Connect for Vendors. See Set Up Partner Connect as a Partner and Set Up Partner Connect as a Vendor in Salesforce Help."
}