Details the preprocessing filtering performed by a UCCnetMessageReceive collaboration object, which ensures that items contain attributes required by UCCnet, that they are from supply-side trading partners or in categories accepted by the demand-side trading partner, that duplicate items are not processed, and that items pass a set of complex filters based on the interaction of multiple attributes.
Catalogue Item Notifications with NEW_ITEM, DATA_CHANGE, WITHDRAW, and DE_LIST commands can also be checked against an existing identifier store to eliminate processing of duplicate items. All of these filtering operations are performed by a UCCnetMessageReceive collaboration object.
Filtering based on the presence of attributes required by UCCnet
Enabling a UCCnetMessageReceive collaboration object to filter Catalogue Item Notifications for the presence of attributes required by UCCnet.Filtering based on items belonging to approved supply-side trading partners
Enabling a UCCnetMessageReceive collaboration object to filter Catalogue Item Notifications to ensure that they come from supply-side trading partners approved by the demand-side trading partner.Filtering based on items belonging to accepted categories
Enabling a UCCnetMessageReceive collaboration object to filter Catalogue Item Notifications to ensure that they belong to categories accepted by the demand-side trading partner.Complex field filtering based on multiple attributes
Enable a UCCnetMessageReceive collaboration object to filter Catalogue Item Notifications based on a complex set of field criteria.Filtering to eliminate processing of duplicate items
A UCCnetMessageReceive collaboration object filters Catalogue Item Notifications with NEW_ITEM, DATA_CHANGE, WITHDRAW, or DE_LIST commands to ensure that they are not duplicate items.
Parent topic: Solution Development Guide