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

91 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "AppUsageAssignment - Data API",
"description": "Provides application context for a record. A record can have different allowed actions or different related objects when its created for different applications. For example, a Revenue Lifecycle Management order has a related RevenueLifecycleManagement AppUsageAssignment, so Salesforce knows it can create assets for that order. Available in API version 50.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"AppUsageType": {
"type": "string",
"properties": "Create, Filter, Group, Sort",
"description": "The application context for the record. Allowed values are determined by the available licenses. For example, the RevenueLifecycleManagement and BuyNow AppUsageTypes are available with the Subscription Management license."
},
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "Autogenerated name for the AppUsageAssignment."
},
"RecordId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The record that the AppUsageAssignment provides context for. For example, the order record. This is a relationship field.",
"relationship_name": "Record",
"relationship_type": "Lookup",
"refers_to": "Order in API version 58.0 and later Asset, Contract, Quote in API version 59.0 and later WebCart in API version 60.0 and later OrderSummary in API version 61.0 and later"
}
},
"field_reference": {
"AppUsageType": {
"field_label": "Application Usage Type",
"type": "string",
"length": "100"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Application Usage Assignment 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"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"RecordId": {
"field_label": "Record ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}