Functional Description
Purpose
The purpose of the Get Customer Execution List business function is to retrieve an Execution List for
a given customer (and company) from the Line of Business (F03012) table. The function accepts
Customer Number and Company as input, and returns the assigned Execution List.
If a company is NOT passed to the function, Get Customer Execution List will return Company "00000's"
Execution List.
Setup Notes and Prerequisites
None
Special Logic
None
Technical Specifications
Parameters
Item Description I/O Req? Notes
AN8mnCustomerNumber I Y
COszCompany[6] I Y if blank, use company 00000
ARLszAutoReceiptsExecutionList[11] O
Related Tables
F03012Line of Business
Related Functions
Processing
Read Line of Business (F03012) table by Customer Number and Company
If Company is blank, use Company "00000"
Return the assigned Execution List
Close Line of Business (F03012) table and JDB_FreeBhvr(hUser)
^
D03B0101 - DS for Get Customer Execution List
Purpose
This function data structure is used by Get Customer Execution List function.
Parameters
Item Description I/O Req?Notes
AN8mnCustomerNumber I Y
COszCompany[6] I Y if blank, use company 00000
ARLszAutoReceiptsExecutionList[11] O
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnCustomerNumber | AN8 | MATH_NUMERIC | NONE | NONE |
Item ab Descriptionab I/O Req?ab Notes
| ||||
szCompany | CO | char | NONE | NONE |
Item ab Descriptionab I/O Req?ab Notes
| ||||
szAutoReceiptsExecutionList | ARL | char | NONE | NONE |
Item ab Descriptionab I/O Req?ab Notes
|
None |
F03012 Customer Master by Line of Business |