VXMessage Data Type

Properties
name data type description
name string Message key
rbKey string Resource bundle key
message string Message description. Use rbKey for doing localized lookup
objectId number Id of the object to which this message is related to
fieldName string Name of the field or attribute to which this message is related to

Example

{
  "name" : "...",
  "rbKey" : "...",
  "message" : "...",
  "objectId" : 12345,
  "fieldName" : "..."
}