mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
34 lines
1.3 KiB
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."
|
|
} |