REQUIRED_ATTRIBUTE_FILE

Specifies the path and name of a file that contains a list of Retail_Item attributes, which if present in the Retail_Item business object, must contain data.

Description

These attributes must not be NULL or BLANK. The collaboration object checks each of the attributes named in this file and, if any are found to be missing data, adds the missing attribute name to a list contained in the Retail_Item business object. The business object is sent to the collaboration object's ToMissingData port. This property has no default value.

NULL and BLANK are defined as true responses when the attributes are tested using the business object methods isNull() and isBlank(), respectively. The method isNull() returns true when a value has never been set in an attribute. The method isBlank() returns true when the attribute contains a zero length string. An attribute containing a space character is not considered BLANK by the isBlank() method.

Parent topic: Properties specific to this collaboration template