Describes simple filtering of the text in the REQUIRED_ATTRIBUTES_FILE
The File Missing Attribute logic reads the attribute names from this file and employs an external Java™ class called RetailUtility in the Java package com.ibm.wbi.retail.utils to determine if the required attributes listed in the file contain data in the Retail_Item business object being processed. See Using the RetailUtility external Java class for more information. It then adds the names of any required attributes missing data to a Retail_Item business object attribute named in the configuration property CUST_DATA_MISS_ATTR. This attribute consists of a multiple cardinality array of Retail_Missing_Attributes business objects. If there are any names in this missing attribute child business object array, the ItemValidation collaboration object passes the Retail_Item business object to the ToMissingData port to start a process for obtaining the missing data.
item.catalogueItem.catalogueItemChildItemLink[0].catalogueItem.tradeItem.tradeItemIdentification.gtin item.catalogueItem.catalogueItemChildItemLink[1].catalogueItem.tradeItem.tradeItemIdentification.gtinThe missing attribute code includes specific references to all required attributes that exist, but are NULL or BLANK.