PdsComdPricingMargin::findById Method
Find the PdsPricingMargin record by using the PdsPricingMarginId primary key value.
Syntax
client server public static PdsComdPricingMargin findById(PdsComdPricingMarginId _marginId, [boolean _forUpdate])
Run On
Called
Parameters
- _marginId
Type: PdsComdPricingMarginId Extended Data Type
The pricing margin ID to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: PdsComdPricingMargin Table
The record value if found; otherwise, an empty record.