Server update object event payload - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

The server object event message contains the following payload properties:

Property

Description

UpdatedProperties

The Property Definition UIDs of the properties which have been updated

OBID

The OBID value of the triggering object (string)

UID

The UID value of the triggering object (string)

DomainUID

The Domain UID value of the triggering object (string)

ClassDefUID

The Class Definition UID of this object

InterfaceUIDs

The Interface Definition UIDs which are realized by this object

ConfigUID

The UID of the configuration that triggered the event

User

The UID of user who triggered the event

The following example shows a typical JSON payload:

{

"UpdatedProperties":{"IObject":["LastUpdatedDate","Description"]},

"obid": "A543BC",

"uid": "Folder001",

"domainUID": "ADMIN",

"classdefUID": "SPFFolder"

"interfaceUIDs": ["ISPFFolder","IObject"],

"configUID": "PL_PlantA",

"user": "USR_superuser"

}