mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
63 lines
2.3 KiB
JSON
63 lines
2.3 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"usage"
|
|
],
|
|
"title": "IdeaTheme - Data API",
|
|
"description": "Represents an invitation to zone members to submit ideas that are focused on a specific topic. This object is available in API version 26 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Categories": {
|
|
"type": "multipicklist",
|
|
"properties": "Create, Filter, Nillable, Update",
|
|
"description": "Customizable multi-select picklist used to organize ideas and idea themes into logical groupings."
|
|
},
|
|
"CommunityId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Nillable, Sort,",
|
|
"description": "The zone ID associated with the idea theme."
|
|
},
|
|
"CurrencyIsoCode": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
|
"description": "Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization."
|
|
},
|
|
"Description": {
|
|
"type": "textarea",
|
|
"properties": "Create, Nillable, Update",
|
|
"description": "Description of the idea theme."
|
|
},
|
|
"EndDate": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "Date marking the end of the idea theme."
|
|
},
|
|
"LastReferencedDate": {
|
|
"type": "date",
|
|
"properties": "Filter, Nillable, Sort, Update",
|
|
"description": "The timestamp for when the current user last viewed a record related to this record."
|
|
},
|
|
"StartDate": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "Date that the idea theme begins."
|
|
},
|
|
"Status": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "Customizable picklist of values used to specify the status of the idea theme."
|
|
},
|
|
"Title": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, idLookup, Namefield, Sort, Update",
|
|
"description": "Title of the idea theme."
|
|
}
|
|
},
|
|
"usage": "Use the object to track ideas that are submitted to an idea theme."
|
|
} |