Validating an object or related object attribute - SmartPlant Foundation - IM Update 48 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

This process step is very similar to the one used to set an attribute. The same four arguments are used to identify the dataset, the attribute, and its expected value.

Name:

Process class name: ValidateProperty,Arg1,Arg2,Arg3,Arg4

Where:

Arg1: Relationship definition or edge definition UID to get to the objects to update (optional). No need for a directional qualifier on the relationship definition as this is determined by the code.

Arg2: Interface definition name.

Arg3: Property definition name.

Arg4: New attribute value or Enum name. This supports multiple possible values separated by a full stop.

Example:

ValidateProperty,EDG_NonSectionedXmtlDocRev,ISPFDocumentRevision,SPFRevState,e1CURRENT

(Check that documents on the transmittal are CURRENT.)