Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the record ID of the sales purchase journal line.
Syntax
client server public static SalesPurchJournalLine_IN findRecId(
TableId _tableId,
RecId _recId,
[boolean _forUpdate])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID.
- _recId
Type: RecId Extended Data Type
The record ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update the record.
Return Value
Type: SalesPurchJournalLine_IN Map
The instance of the SalesPurchJournalLine_IN class.