Item Data
Item Data represents attributes of a record
The following partial XML message shows the format generated for attributes:
<MasterCatalog> <RevisionID> <BaseName>PRODUCTS</BaseName> <Version>1</Version> <DBID>35961</DBID> </RevisionID> </MasterCatalog> <Contact /> <Reference /> <URL /> <Extension /> <ItemData> <Attribute name="PRODUCTID"> <Value>1</Value> </Attribute> <Attribute name="PRODUCTIDEXT"> <Value>1-ext</Value> </Attribute> <Attribute name="CONTAINS"> <Value /> </Attribute> <Attribute name="Product_Name"> <Value>Chitale Milk</Value> </Attribute> <Attribute name="Product_Description"> <Value>Milk</Value> </Attribute> <Attribute name="SKU"> <Value>123</Value> </Attribute> <Attribute name="Price"> <Value>30</Value> </Attribute> <Attribute name="Organic"> <Value>False</Value> </Attribute> <Attribute name="Level_of_Fat_Claim"> <Value>250</Value> </Attribute> <Attribute name="Type_of_Grain"> <Value /> </Attribute> <Attribute name="Type_of_Filling"> <Value /> </Attribute> <Attribute name="If_Sliced"> <Value /> </Attribute> <Attribute name="Firmness"> <Value /> </Attribute> </ItemData> <ActionLog> <Action> <ActionCode> <ActionCodeType>ActionLogCode</ActionCodeType> <Normal>RecordDiff</Normal> </ActionCode> <ReferenceItem> <ProdID> <IDNumber>1</IDNumber> <IDExtension>1-ext</IDExtension> <IDVersion>N/A</IDVersion> <DBID>13003</DBID> </ProdID> </ReferenceItem> <Attribute changed="true" name="PRODUCTID"> <Value>1</Value> <OriginalValue /> <GroupList> <Group name="Unassigned" /> </GroupList> </Attribute> <Attribute changed="true" name="PRODUCTIDEXT"> <Value>1-ext</Value> <OriginalValue /> <GroupList> <Group name="Unassigned" /> </GroupList> </Attribute> <Attribute changed="true" name="Product_Name"> <Value>Chitale Milk</Value> <OriginalValue /> <GroupList> <Group name="Unassigned" /> </GroupList> </Attribute> <Attribute changed="true" name="Product_Description"> <Value>Milk</Value> <OriginalValue /> <GroupList> <Group name="Unassigned" /> </GroupList> </Attribute> <Attribute changed="true" name="SKU"> <Value>123</Value> <OriginalValue /> <GroupList> <Group name="Unassigned" /> </GroupList> </Attribute> <Attribute changed="true" name="Price"> <Value>30</Value> <OriginalValue /> <GroupList> <Group name="Unassigned" /> </GroupList> </Attribute> <Attribute changed="true" name="Organic"> <Value>False</Value> <OriginalValue /> <GroupList> <Group name="AttributeGroup1" /> </GroupList> </Attribute> <Attribute changed="true" name="Level_of_Fat_Claim"> <Value>250</Value> <OriginalValue /> <GroupList> <Group name="AttributeGroup1" /> </GroupList> </Attribute> <Attribute changed="true" name="Type_of_Grain"> <Value /> <OriginalValue /> <GroupList> <Group name="AttributeGroup1" /> </GroupList> </Attribute> <Attribute changed="true" name="Type_of_Filling"> <Value /> <OriginalValue /> <GroupList> <Group name="AttributeGroup1" /> </GroupList> </Attribute> <Attribute changed="true" name="If_Sliced"> <Value /> <OriginalValue /> <GroupList> <Group name="AttributeGroup1" /> </GroupList> </Attribute> <Attribute changed="true" name="Firmness"> <Value /> <OriginalValue /> <GroupList> <Group name="AttributeGroup1" /> </GroupList> </Attribute> </Action> </ActionLog>
Copyright © Cloud Software Group, Inc. All rights reserved.