mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 08:04:28 +08:00
147 lines
4.6 KiB
JSON
147 lines
4.6 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"associated_objects",
|
|
"field_reference"
|
|
],
|
|
"title": "ChannelProgramLevel - Data API",
|
|
"description": "Represents a level, based on member experience, in a channel program. This object is available in API version 41.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"BenefitsInformation": {
|
|
"type": "textarea",
|
|
"properties": "Create, Nillable, Update",
|
|
"description": "Stores information about the benefits associated with this channel program level. This field is available in API version 64.0 and later."
|
|
},
|
|
"Description": {
|
|
"type": "textarea",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "Description of the channel program level."
|
|
},
|
|
"LastReferencedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last accessed this record, a record related to this record, or a list view."
|
|
},
|
|
"LastViewedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The timestamp when the current user last viewed this record or list view. If this value is null, the user might have only accessed this record or list view (LastReferencedDate) but not viewed it."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, idLookup, Sort, Update",
|
|
"description": "Name of the channel program level."
|
|
},
|
|
"OwnerId": {
|
|
"type": "reference",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
|
"description": "ID of the user who is the owner of the record.",
|
|
"required": true
|
|
},
|
|
"ProgramId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "ID of the channel program."
|
|
},
|
|
"Rank": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "An integer associated with the level. For example, 1 represents the lowest level, 2 the next level up, etc."
|
|
},
|
|
"RecordTypeId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Nillable, Update",
|
|
"description": "ID of the record type assigned to this object."
|
|
}
|
|
},
|
|
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **ChannelProgramLevelFeed**: Feed tracking is available for the object.\n- **ChannelProgramLevelHistory**: History is available for tracked fields of the object.\n- **ChannelProgramLevelOwnerSharingRule**: Sharing rules are available for the object.\n- **ChannelProgramLevelShare (API version 43.0)**: Sharing is available for the object.",
|
|
"field_reference": {
|
|
"BenefitsInformation": {
|
|
"field_label": "Benefits Information",
|
|
"type": "textarea",
|
|
"length": "2000"
|
|
},
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"CurrencyIsoCode": {
|
|
"field_label": "Currency ISO Code",
|
|
"type": "picklist",
|
|
"length": "3"
|
|
},
|
|
"Description": {
|
|
"field_label": "Description",
|
|
"type": "textarea",
|
|
"length": "255"
|
|
},
|
|
"Id": {
|
|
"field_label": "Channel Program Level ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"LastReferencedDate": {
|
|
"field_label": "Last Referenced Date",
|
|
"type": "datetime"
|
|
},
|
|
"LastViewedDate": {
|
|
"field_label": "Last Viewed Date",
|
|
"type": "datetime"
|
|
},
|
|
"Name": {
|
|
"field_label": "Name",
|
|
"type": "string",
|
|
"length": "255"
|
|
},
|
|
"OwnerId": {
|
|
"field_label": "Owner ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"ProgramId": {
|
|
"field_label": "Channel Program ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"Rank": {
|
|
"field_label": "Rank",
|
|
"type": "int",
|
|
"digits": "9"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length",
|
|
"digits"
|
|
]
|
|
} |