VXTrxLog Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
action string element 0/1   Returns the value for the member attribute action
attributeName string element 0/1   Returns the value for the member attribute attributeName
newValue string element 0/1   Returns the value for the member attribute newValue
objectClassType int element 1/1 required Returns the value for the member attribute objectClassType
objectId long element 0/1   Returns the value for the member attribute objectId
objectName string element 0/1   Returns the value for the member attribute objectName
parentObjectClassType int element 1/1 required Returns the value for the member attribute parentObjectClassType
parentObjectId long element 0/1   Returns the value for the member attribute parentObjectId
parentObjectName string element 0/1   Returns the value for the member attribute parentObjectName
previousValue string element 0/1   Returns the value for the member attribute previousValue
requestId string element 0/1   Returns the value for the member attribute requestId
sessionId string element 0/1   Returns the value for the member attribute sessionId
sessionType string element 0/1   Returns the value for the member attribute sessionType
transactionId string element 0/1   Returns the value for the member attribute transactionId
Properties inherited from VXDataObject
createDate dateTime element 0/1   Returns the value for the member attribute createDate
id long element 0/1   Returns the value for the member attribute id
owner string element 0/1   Returns the value for the member attribute owner
updateDate dateTime element 0/1   Returns the value for the member attribute updateDate
updatedBy string element 0/1   Returns the value for the member attribute updatedBy

Example

<VXTrxLog>
  <objectClassType>...</objectClassType>
  <objectId>...</objectId>
  <parentObjectId>...</parentObjectId>
  <parentObjectClassType>...</parentObjectClassType>
  <parentObjectName>...</parentObjectName>
  <objectName>...</objectName>
  <attributeName>...</attributeName>
  <previousValue>...</previousValue>
  <newValue>...</newValue>
  <transactionId>...</transactionId>
  <action>...</action>
  <sessionId>...</sessionId>
  <requestId>...</requestId>
  <sessionType>...</sessionType>
  <id>...</id>
  <createDate>...</createDate>
  <updateDate>...</updateDate>
  <owner>...</owner>
  <updatedBy>...</updatedBy>
</VXTrxLog>