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.
Records the load information for the order being updated.
Syntax
client server public static void insertJourLoadTable(
SalesId _salesId,
WHSCustJourRefId _journalId,
WHSCustJourType _jourType,
ParmId _parmId,
[boolean _proforma])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
ID of the sales order the journal is updated for.
- _journalId
Type: WHSCustJourRefId Extended Data Type
ID of the journal updated.
- _jourType
Type: WHSCustJourType Enumeration
Type of the journal udpated.
- _parmId
Type: ParmId Extended Data Type
ID of the journal update operation.
- _proforma
Type: boolean
true if handling a pro forma document; otherwise, false.
Remarks
Will short-circuit, if the WHSandTMS configuration key is turned off.