{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "UiFormulaCriterion - Data API",
"description": "Represents a filter that helps define component visibility on a Lightning page. This object is available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"LeftHandSide": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "Represents the field that the filter is based on. For example, AMOUNT."
},
"OperatorId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Represents the filter operator. Valid values are: CONTAINS EQUAL GE—greater than or equal GT—greater than LE—less than or equal LT—less than NE—not equal This is a relationship field.",
"relationship_name": "Operator",
"relationship_type": "Lookup",
"refers_to": "null"
},
"ParentKeyPrefix": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Represents the three-digit prefix of the parent ID."
},
"RightHandSide": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Represents the value used to evaluate the component’s visibility. For example, 1000000."
},
"RuleId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "Represents the formula rule ID. This is a relationship field.",
"relationship_name": "Rule",
"relationship_type": "Lookup",
"refers_to": "UiFormulaRule"
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Ui Formula Criterion 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"
},
"LeftHandSide": {
"field_label": "Left Value",
"type": "string",
"length": "255"
},
"OperatorId": {
"field_label": "Formula Operator ID",
"type": "string",
"length": "40"
},
"ParentKeyPrefix": {
"field_label": "Parent Key Prefix",
"type": "string",
"length": "3"
},
"RightHandSide": {
"field_label": "Right Value",
"type": "string",
"length": "255"
},
"RuleId": {
"field_label": "Ui Formula Rule ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}