Validating an object or related object attribute - HxGN SDx - Update 63 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

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.)