GetCustomerExecutionList

Get Customer Execution List

Minor Business Rule

Object Name: B03B0101

Parent DLL: CFIN

Location: Client/Server

Language: C

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)


^

Data Structure

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 NameData ItemData TypeReq/OptI/O/Both
mnCustomerNumberAN8MATH_NUMERICNONENONE

Item  ab  Descriptionab       I/O   Req?ab Notes
AN8ab  mnCustomerNumberab       I    Y

^

szCompanyCOcharNONENONE

Item  ab  Descriptionab       I/O   Req?ab Notes
COab  szCompany[6]ab       I    Y     if blank, use company 00000

^

szAutoReceiptsExecutionListARLcharNONENONE

Item  ab  Descriptionab       I/O   Req?ab Notes
ARLab szAutoReceiptsExecutionList[11]   Oab  ab 
^

Related Functions

None

Related Tables

F03012 Customer Master by Line of Business