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

145 lines
4.0 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "QuoteRecipientGroup - Data API",
"description": "Represents a recipient group for which offers or products with the same configuration are being added. This also includes reusing these groups to add or remove recipients. This object is available in API version 64.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ActualMemberCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The actual number of members in the quote recipient group."
},
"Description": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The description of the quote recipient group."
},
"ExpectedMemberCount": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The expected number of members in the quote recipient group."
},
"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."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "The name of the quote recipient group."
},
"QuoteId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of a quote recipient group. This field is a relationship field.",
"relationship_name": "Quote",
"relationship_type": "Master-detail",
"refers_to": "Quote (the master object)"
},
"Status": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "Indicates whether the quote recipient group is active. Possible values are: Active Inactive The default value is Active."
}
},
"field_reference": {
"ActualMemberCount": {
"field_label": "Actual Member Count",
"type": "int",
"digits": "9"
},
"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": "string",
"length": "255"
},
"ExpectedMemberCount": {
"field_label": "Expected Member Count",
"type": "int",
"digits": "9"
},
"Id": {
"field_label": "Quote Recipient Group 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"
},
"QuoteId": {
"field_label": "Quote ID",
"type": "reference",
"length": "18"
},
"Status": {
"field_label": "Status",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"digits",
"length"
]
}