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

159 lines
5.3 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"associated_objects",
"field_reference"
],
"title": "ActionPlanTemplateItem - Data API",
"description": "Represents the instance of an item on an action plan template version. This object is available in API version 44.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ActionPlanTemplateVersionId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort,",
"description": "The version of the action plan template this item is for."
},
"DisplayOrder": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The order in which this item is displayed within the action plan template version."
},
"IsActive": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates whether the task created from this template item is active. The default value is false."
},
"IsLocked": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether this action plan template item is locked or not. The default value is false."
},
"IsRequired": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates whether the task created from this template item is required. The default value is false."
},
"ItemEntityType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The type of action plan template item entity.. Possible values are: Document Checklist Item Event—This value is available in API version 63.0. RecordAction Task"
},
"LastReferencedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The most recent date on which a user referenced this record."
},
"LastViewedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The most recent date on which a user viewed this record."
},
"MayEdit": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether this action plan template item can be edited or not. The default value is false."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, Sort, idLookup, Update",
"description": "The unique identifier for this action plan template item record."
},
"UniqueName": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The unique name for this action plan template item. This field is unique within your organization."
}
},
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **ActionPlanTemplateItemChangeEvent**: Change events are available for the object.\n- **ActionPlanTemplateItemFeed**: Feed tracking is available for the object.\n- **ActionPlanTemplateItemHistory**: History is available for tracked fields of the object.\n- **ActionPlanTemplateItemOwnerSharingRule**: Sharing rules are available for the object.\n- **ActionPlanTemplateItemShare**: Sharing is available for the object.",
"field_reference": {
"ActionPlanTemplateVersionId": {
"field_label": "Action Plan Template Version ID",
"type": "reference",
"length": "18"
},
"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"
},
"DisplayOrder": {
"field_label": "Display Order",
"type": "int",
"digits": "9"
},
"Id": {
"field_label": "Action Plan Template Item ID",
"type": "id",
"length": "18"
},
"IsActive": {
"field_label": "Is Active",
"type": "boolean"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"IsRequired": {
"field_label": "Required",
"type": "boolean"
},
"ItemEntityType": {
"field_label": "Item Entity Type",
"type": "picklist",
"length": "255"
},
"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": "Item Name",
"type": "string",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"UniqueName": {
"field_label": "Unique Name",
"type": "string",
"length": "80"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}