FUNCTION AddInHistory(order$, historySeq$, lineRec$, lineIOL$)
|
FUNCTION BackOutHistory(order$, historySeq$, fromDelete)
|
FUNCTION BackOutHistory(order$, historySeq$, fromDelete, cancelNewLine, oldWeight)
|
FUNCTION CheckForHistoryLine(order$, historySeq$)
|
FUNCTION CompleteHistory(order$, invRec$, invIOL$)
|
FUNCTION CompleteLineHistory(order$, historySeq$, invRec$, invIOL$)
|
FUNCTION UpdateDetailLineDescription(order$, histSeq$, itmDesc$, extDescKey$)
|
FUNCTION LOCAL ChangeHistoryExemption(order$, amtFields$)
|
FUNCTION LOCAL CheckForHistory(order$)
|
FUNCTION LOCAL DeleteOrderHistory(orderRec$, orderIOL$)
|
FUNCTION LOCAL SetHistoryCommonTaxInfo()
|
FUNCTION LOCAL WriteOrderHistory(orderRec$, orderIOL$, type$)
|
FUNCTION LOCAL WriteOrderHistory(orderRec$, orderIOL$, type$, invRec$, invIOL$)
Write sales order history
|
Parameter | Description |
orderRec$ |
[input, string] order header record |
orderIOL$ |
[input, string] order header iolist |
type$ |
[input, string] "A" - active or "X" - deleted |
invRec$ |
{Optional} [input, string] invoice header record |
InvIOL$ |
{Optional} [input, string] invoice header iolist |
|
Returns |
[boolean] returns success (1) or failure (0) |
|