FEACCInventTable_RU::exist Method
Checks whether a record that has the given values exists in this table.
Syntax
client server public static boolean exist(
ItemId _itemId,
TransDate _activationDate,
VendAccountCustom_RU _vendAccountCustom)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ID of the item.
- _activationDate
Type: TransDate Extended Data Type
The start date of relation activation.
- _vendAccountCustom
Type: VendAccountCustom_RU Extended Data Type
The vendor code that has type customs.
Return Value
Type: boolean
true if the item ID was provided, and a record that has the corresponding activation date and vendor code exists for the item ID in this table.