ProjInvoiceTransMap_CZ::findRecId Method [AX 2012]
Finds a record in the ProjInvoiceItem, ProjInvoiceCost, ProjInvoiceEmpl, ProjInvoiceOnAcc or ProjInvoiceRevenue table.
client server public static ProjInvoiceTransMap_CZ findRecId(
TableId _tableId,
RecId _recId,
[boolean _update])
Run On
CalledParameters
- _tableId
- Type: TableId Extended Data Type
The TableId value of required record
- _recId
- Type: RecId Extended Data Type
The RecId value of required record
- _update
- Type: boolean
A Boolean value that specifies whether to update the record.
Return Value
Type: ProjInvoiceTransMap_CZ MapA record in the ProjInvoiceTransMap_CZ table; otherwise, an empty record.
Show: