mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules",
|
||
|
|
"field_reference"
|
||
|
|
],
|
||
|
|
"title": "ElectronicMediaUse - Data API",
|
||
|
|
"description": "Represents the usage of media. This object is available in API version 49.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"CurrencyIsoCode": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Defaulted on create, Filter, Group, Restricted picklist, Sort",
|
||
|
|
"description": "The default value is USD. Possible values are: USD—U.S. Dollar"
|
||
|
|
},
|
||
|
|
"ElectronicMediaGroupId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The ID of the electronic media group."
|
||
|
|
},
|
||
|
|
"ElectronicMediaId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Sort",
|
||
|
|
"description": "The ID of the electronic media."
|
||
|
|
},
|
||
|
|
"ImplementorType": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The type of implementor. Available implementors of ElectronicMediaUse include: ProductMedia ProductCategoryMedia"
|
||
|
|
},
|
||
|
|
"SortOrder": {
|
||
|
|
"type": "int",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The order that electronic media is displayed in."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "You must have the B2B Commerce license and a CMS workspace to access a web store.",
|
||
|
|
"field_reference": {
|
||
|
|
"CurrencyIsoCode": {
|
||
|
|
"field_label": "Currency ISO Code",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "3"
|
||
|
|
},
|
||
|
|
"ElectronicMediaGroupId": {
|
||
|
|
"field_label": "Electronic Media Group ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"ElectronicMediaId": {
|
||
|
|
"field_label": "ElectronicMedia ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"Id": {
|
||
|
|
"field_label": "Electronic Media Use ID",
|
||
|
|
"type": "id",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"ImplementorType": {
|
||
|
|
"field_label": "Implementor Type",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"SortOrder": {
|
||
|
|
"field_label": "Sort Order",
|
||
|
|
"type": "int",
|
||
|
|
"digits": "9"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference_columns": [
|
||
|
|
"field_label",
|
||
|
|
"type",
|
||
|
|
"length",
|
||
|
|
"digits"
|
||
|
|
]
|
||
|
|
}
|