The UCCnetMessageReceive collaboration template lets you use the CATEGORYMAP_FILE property to change UDEX category codes as received by UCCnet to internal category codes. The CATEGORYMAP_FILE property specifies the path and name of a file that contains a list of categories to be mapped and the values to which they are mapped.
A UCCnetMessageReceive collaboration object checks the tradeItem.tradeItemInformation.classificationCategoryCode.additionalClassification.additionalClassificationCategoryCode field of the UCCnetGBO_envelope business object. If the item contains a category value that matches a value listed in the file specified by the CATEGORYMAP_FILE property, the collaboration object changes that category value to the new value for it indicated in the file. If the category value is not listed in this file, the collaboration object does not change the value.
Entries in this file have the structure category,newCategory, where the value represented by category is changed to the new value represented by newCategory, for example, cat0001,FLCat001.
Parent topic: Overall process logic