PaymSchedLine::find Method [AX 2012]

Finds the specified record in the PaymSchedLine table.

client server public static PaymSchedLine find(Name _name, [boolean _forUpdate])

Run On

Called

Parameters

_name
Type: Name Extended Data Type
The name of the PaymSchedLine table record to find.
_forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: PaymSchedLine Table
A record in PaymSchedLine; otherwise, an empty record.
Show: