FUNCTION AccumulateBatchTotals()
|
FUNCTION AddLine()
|
FUNCTION CheckLinesForOrderStatus(changeOrderStatus$)
|
FUNCTION CheckLinesFromSalesOrder()
|
FUNCTION ClearSetFiles()
|
FUNCTION ClearSetFileWorkTable(clearKey$)
Clear Set File Work Table, overridden from PO_CommonEntryDetailVendor
|
Parameter | Description |
clearKey$ |
[input, string] key value of detail line. |
|
|
FUNCTION CopyInvoiceHistoryLines(invoiceKey$, copyOrderType$)
Create purchase order lines from invoice lines in a/p invoice history sourced from p/o
|
Parameter | Description |
invoiceKey$ |
[input, string] key to invoice history header record to create in purchase order entry |
copyOrderType$ |
[input, string] Order type of purchase order to be created |
|
FUNCTION CopyMasterRepeatingOrderLines(PONo$)
|
FUNCTION CopyOrderHistoryLines(order$, type$)
Create purchase order lines from a purchase order in history
|
Parameter | Description |
order$ |
[input, string] purchase order number to copy |
type$ |
[input, string] order type of purchase order to be created |
|
Returns |
[boolean] True for success, False for failure |
|
FUNCTION CopyOrderLines(order$, type$)
Create purchase order lines from an existing purchase order
|
Parameter | Description |
order$ |
[input, string] purchase order number to copy |
type$ |
[input, string] order type of purchase order to be created |
|
Returns |
[boolean] True for success, False for failure |
|
FUNCTION CopyReceiptHistoryLines(receiptKey$, copyOrderType$)
|
FUNCTION CopyReceiptHistoryLines(receiptKey$, copyOrderType$, poNumber$)
Create purchase order lines from receipt lines in purchase order receipt history
|
Parameter | Description |
receiptKey$ |
[input, string] key to receipt history header record to create in purchase order entry |
copyOrderType$ |
[input, string] Order type of purchase order to be created |
poNumber$ |
{optional} [input, string] applied purchase order number to copy receipt history detail from, when blank detail from all applied p/o's will be copied |
|
FUNCTION CopySalesOrderLines(SoNo$, APDivNo$, VendNo$, CopyAllLines$, useVendorPricing)
|
FUNCTION DeleteLine(LineKey$)
|
FUNCTION GetContext$(destTable$)
|
FUNCTION GetContextSourceTables$(context$)
|
FUNCTION SetCopyLines(boolean)
|
FUNCTION SetExtensionColumn(orderType$)
|
FUNCTION UpdateRequiredDate(oldReqDate$, reqDate$)
|
FUNCTION ValidateAccumulateLines()
|
FUNCTION ValidateGroupFAIntegration()
|
FUNCTION ValidateGroupMPSetup()
|
FUNCTION ValidateGroupNotMasterOrder()
|
FUNCTION ValidateGroupNotMasterRepeating()
|
FUNCTION ValidateGroupPOMasterOrder()
|
FUNCTION ValidateGroupRepeatingOrder()
|
FUNCTION ValidateGroupSOSetup()
|
FUNCTION ValidateLines()
|