SalesTable_Intrastat::findBySalesId Method
Selects a record in the SalesTable_Intrastat table that is associated with a specified sales ID.
Syntax
client server public static SalesTable_Intrastat findBySalesId(SalesId _salesId, [boolean _forUpdate])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The sales ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the buffer that is returned is marked for update; optional. The default value is false.
Return Value
Type: SalesTable_Intrastat Table
A buffer of the SalesTable_Intrastat table.