Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if the base attribute specified by an item is referenced in one of the product specific attributes. The base attribute must be referenced as a table in the list of product specific attributes.
Syntax
client server public static boolean checkBaseAttribRef(PdsBatchAttribByItem _pdsBatchAttribByItem)
Run On
Called
Parameters
- _pdsBatchAttribByItem
Type: PdsBatchAttribByItem Table
The current record being updated in the database.
Return Value
Type: boolean
true if the specified item's base attribute is referenced in one of the product specific attributes or the item does not contain a base attribute; otherwise, false.
Remarks
If the specified item contains a base attribute and it is not referenced in the list of product specific attributes, an error message is displayed.