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.
Indicates whether an attribute relation is assigned to an item.
Syntax
client server public static boolean existItemId(
ItemId _itemId,
PdsBatchAttribRelation _attribRelation,
PdsBatchAttribCode _attribCode)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID of the relation to check for the assignment.
- _attribRelation
Type: PdsBatchAttribRelation Extended Data Type
The relation ID of the relation to check for the assignment.
- _attribCode
Type: PdsBatchAttribCode Extended Data Type
The type of relation for the _attribRelation parameter.
Return Value
Type: boolean
true if the attribute relation is assigned to the item; otherwise, false.