Share via


CustDirectDebitMandate::find Method

Finds a specific record in the CustDirectDebitMandate table.

Syntax

client server public static CustDirectDebitMandate find(
    RecId _custDirectDebitMandateId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that determines whether to select the record for update; optional.

Return Value

Type: CustDirectDebitMandate Table
A CustDirectDebitMandate table buffer.

See Also

Reference

CustDirectDebitMandate Table