PdsComdPricingTemplate::find Method
Finds the specified record in the PdsComdPricingTemplate table [by using the specified PdsComdPricingTemplateId value].
Syntax
server public static PdsComdPricingTemplate find(PdsComdPricingTemplateId _templateId, [boolean _forUpdate])
Run On
Server
Parameters
- _templateId
Type: PdsComdPricingTemplateId Extended Data Type
The PdsComdPricingTemplateId value of the PdsComdPricingTemplate record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PdsComdPricingTemplate Table
A record in the PdsComdPricingTemplate table; otherwise, an empty record.