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

147 lines
4.6 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",
"special_access_rules",
"associated_objects",
"field_reference"
],
"title": "CalcProcStepRelationship - Data API",
"description": "Defines a parent-child relationship between two Expression Set Steps in an Expression Set Version. The label for this object is Expression Set Step Relationship. This object is available in API version 53.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"CalcProcStepId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the child Expression Set Step. This is a relationship field.",
"relationship_name": "CalcProcStep",
"relationship_type": "Lookup",
"refers_to": "CalculationProcedureStep"
},
"CalcProcVersionId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the related Expression Set Version. This is a relationship field.",
"relationship_name": "CalcProcVersion",
"relationship_type": "Lookup",
"refers_to": "CalculationProcedureVersion"
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The Expression Set Step Relationship name."
},
"ParentCalcProcStepId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the parent Expression Set Step. This is a relationship field.",
"relationship_name": "ParentCalcProcStep",
"relationship_type": "Lookup",
"refers_to": "CalculationProcedureStep"
},
"RelationshipType": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "The type of relationship between the parent and child steps. Possible values are: Bypass—The parent is a condition step. If the condition is false, the child is the next step. ParentChild—The child is the next step after the parent."
}
},
"special_access_rules": "Access to Expression Sets requires OmniStudio licenses.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **CalcProcStepRelationshipFeed**: Feed tracking is available for the object.\n- **CalcProcStepRelationshipHistory**: History is available for tracked fields of the object.",
"field_reference": {
"CalcProcStepId": {
"field_label": "Calculation Procedure Step ID",
"type": "reference",
"length": "18"
},
"CalcProcVersionId": {
"field_label": "Calculation Procedure 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"
},
"Description": {
"field_label": "Description",
"type": "string",
"length": "255"
},
"Id": {
"field_label": "Expression Set Step Relationship ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Label": {
"field_label": "Label",
"type": "string",
"length": "80"
},
"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"
},
"Namespace": {
"field_label": "Namespace",
"type": "string",
"length": "255"
},
"ParentCalcProcStepId": {
"field_label": "Calculation Procedure Step ID",
"type": "reference",
"length": "18"
},
"Priority": {
"field_label": "Priority",
"type": "int",
"digits": "9"
},
"RelationshipType": {
"field_label": "Relationship Type",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}