Defines how a utility network associations element can participate in the form. When present in the form, the user may have the option to view related utility network associations.

Referenced by: formInfo

Properties

PropertyDetails
associationTypes[]array of objects that define the type of associations to display in the pop-up.
descriptionA string that describes the element in detail.
editableExpressionA reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is editable. When the expression evaluates to false the element is not editable. If the referenced related table is not editable, the editable expression is ignored and the element is not editable.
labelA string value indicating what the element represents.
typeString value indicating which type of element to use.
Valid value of this property utilityNetworkAssociations
visibilityExpressionA reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.

Example

{
"description": "Fuse Box",
"label": "Fuses",
"associationTypes": [
{
"type": "content",
"title": "Fuse Box",
"description": "This content",
"associatedNetworkSourceId": 6,
"associatedAssetGroup": 1,
"associatedAssetType": 1
},
{
"type": "structure",
"associatedNetworkSourceId": 9,
"associatedAssetGroup": 2
}
],
"type": "utilityNetworkAssociations"
}