Configure a property value to be set on merged objects - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

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

You can apply a property value to all claimed objects being merged from a project or lower configuration, which can be seen in a results table. You can do this by entering a property value in the format <Interface>~<Property>~<Value> in the Property to be set after successful merge parameter in the MergeConfig, MergeObj, and MergeStructure client APIs.

For example, IFDWTaggedItem~FDWTagStatus~e1FDWTagStatus_AsBuilt

This configured value on the IFDWTaggedItem interface definition sets the FDWTagStatus property definition to the enumerated value UID, e1FDWTagStatus_AsBuilt. This applies the AsBuilt value to the objects. However, you can also set string properties.

  • If the interface and property defined in the Property to be set after successful merge parameter is not applicable to a specific merged object type, the merged object does not have the property value applied on merge.

  • If you want to set multiple values on merged objects, you can use commas to separate the values. For example: Interface1~Property1~Value1,Interface2~Property2~Value2.

  • If an object has an existing property value applied that is different to the value configured for the Property to be set after successful merge parameter, the existing property value is replaced by the configured value.

  • This functionality is intended for administration type properties in Web Client only and the values set are not applicable to relationship definitions.

  • For more information on the Property to be set after successful merge parameter in the MergeConfig, MergeObj, and MergeStructure client APIs, see Client APIs.