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

78 lines
2.7 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "OrderOwnerSharingRule - Data API",
"description": "Represents a rule which determines order sharing access for the orders owners.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"CreatedById": {
"type": "reference",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "ID of the creator of the order owner sharing rule."
},
"CreatedDate": {
"type": "dateTime",
"properties": "Defaulted on create, Filter, Sort",
"description": "Date when the order owner sharing rule was created."
},
"Description": {
"type": "string",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Description of the order owner sharing rule. Maximum length is 1,000 characters."
},
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Name of the developer of the order owner sharing rule."
},
"GroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the group whose orders are shared."
},
"Id": {
"type": "ID",
"properties": "Defaulted on create, Filter, Group, idLookup, Sort",
"description": "ID of the order owner sharing rule."
},
"LastModifiedById": {
"type": "reference",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "ID of the user who last modified the order owner sharing rule."
},
"LastModifiedDate": {
"type": "dateTime",
"properties": "Defaulted on create, Filter, Sort",
"description": "Date when the order owner sharing rule was last modified."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Namefield, Sort, Update",
"description": "Name of the order owner sharing rule. Maximum length is 80 characters."
},
"OrderAccessLevel": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "Access level for the order owner sharing rule."
},
"SystemModstamp": {
"type": "dateTime",
"properties": "Defaulted on create, Filter, Sort",
"description": "System modification time for the order owner sharing rule."
},
"UserOrGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "ID of the user or group with whom order access is shared."
}
},
"special_access_rules": "Customer Portal users can't access this object."
}