PdsComdPricingMarginLine::existPricingMarginId Method
Indicates whether a specific PdsPricingMarginLine record exists.
Syntax
server public static boolean existPricingMarginId(
PdsComdPricingMarginId _marginId,
ItemId _itemId,
InventDimId _dimId,
PdsComdMarginAccountCode _accountCode,
PdsComdMarginAccountRelation _accountRelation,
PdsInventQtyFrom _inventQtyFrom)
Run On
Server
Parameters
- _marginId
Type: PdsComdPricingMarginId Extended Data Type
The pricing margin ID to check.
- _itemId
Type: ItemId Extended Data Type
The item ID to check.
- _dimId
Type: InventDimId Extended Data Type
The inventory dimension ID to check.
- _accountCode
Type: PdsComdMarginAccountCode Extended Data Type
The customer account code to check.
- _accountRelation
Type: PdsComdMarginAccountRelation Extended Data Type
The customer account relation to check.
- _inventQtyFrom
Type: PdsInventQtyFrom Extended Data Type
The inventory quantity to check.
Return Value
Type: boolean
true if the record exists; otherwise, false.