name | data type | description |
---|---|---|
objectClassType | number | Returns the value for the member attribute objectClassType |
objectId | number | Returns the value for the member attribute objectId |
parentObjectId | number | Returns the value for the member attribute parentObjectId |
parentObjectClassType | number | Returns the value for the member attribute parentObjectClassType |
parentObjectName | string | Returns the value for the member attribute parentObjectName |
objectName | string | Returns the value for the member attribute objectName |
attributeName | string | Returns the value for the member attribute attributeName |
previousValue | string | Returns the value for the member attribute previousValue |
newValue | string | Returns the value for the member attribute newValue |
transactionId | string | Returns the value for the member attribute transactionId |
action | string | Returns the value for the member attribute action |
sessionId | string | Returns the value for the member attribute sessionId |
requestId | string | Returns the value for the member attribute requestId |
sessionType | string | Returns the value for the member attribute sessionType |
Properties inherited from VXDataObject |
||
id | number | Returns the value for the member attribute id |
createDate | number | Returns the value for the member attribute createDate |
updateDate | number | Returns the value for the member attribute updateDate |
owner | string | Returns the value for the member attribute owner |
updatedBy | string | Returns the value for the member attribute updatedBy |
myClassType | number |
Example
{ "objectClassType" : 12345, "objectId" : 12345, "parentObjectId" : 12345, "parentObjectClassType" : 12345, "parentObjectName" : "...", "objectName" : "...", "attributeName" : "...", "previousValue" : "...", "newValue" : "...", "transactionId" : "...", "action" : "...", "sessionId" : "...", "requestId" : "...", "sessionType" : "...", "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "...", "myClassType" : 12345 }