mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
56 lines
2.2 KiB
JSON
56 lines
2.2 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules"
|
|
],
|
|
"title": "WebStoreMessageContent - Data API",
|
|
"description": "Represents the assocation of a managed content message record in CMS to a web store, along with other attributes that specify the application and intent of the message content. This object is available in API version 61.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description",
|
|
"relationship_name",
|
|
"refers_to",
|
|
"relationship_type"
|
|
],
|
|
"fields": {
|
|
"IsActive": {
|
|
"type": "boolean",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort",
|
|
"description": "Indicates whether this message content is active (true) or not (false). The default value is false."
|
|
},
|
|
"ManagedContentId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the managed content in CMS. This field is a relationship field.",
|
|
"relationship_name": "ManagedContent",
|
|
"refers_to": "ManagedContent"
|
|
},
|
|
"MessageApp": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort",
|
|
"description": "The application type that uses the message content. Possible values are: Email"
|
|
},
|
|
"MessageUsage": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort",
|
|
"description": "The usage type of the message content. Possible values are: AbandonedCart OrderConfirmation"
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
|
|
"description": "The autogenerated name of the message content."
|
|
},
|
|
"WebStoreId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The ID of the web store. This field is a relationship field.",
|
|
"relationship_name": "WebStore",
|
|
"relationship_type": "Master-detail",
|
|
"refers_to": "WebStore (the master object)"
|
|
}
|
|
},
|
|
"special_access_rules": "This object is available only if a B2B Commerce or D2C Commerce license is enabled.\n\nThis object is available only if a B2B Commerce or\n D2C Commerce license is enabled."
|
|
} |