This Business Function retrieves all columns from the Hold Codes table (F42008). If the Hold Code
has not been found then this Business Functions sends back an error flag of '1'
D4001110 - Get Hold Code Information
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szBranchPlant | MCU | char | NONE | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szHoldCode | HCOD | char | NONE | NONE |
A user defined code (42/HC) that identifies why an order was placed on hold (for example, credit, budget, or margin standards were
| ||||
szCodeType | CTYP | char | NONE | NONE |
A code that determines whether the hold code applies to an individual line within an order (L) or the order as a whole (O). For credit holds,
| ||||
mnPersonResponsible | RPER | MATH_NUMERIC | NONE | NONE |
The address book number of the person who is responsible for reviewing and releasing orders placed on hold. | ||||
szTypeCriteria | TYPC | char | NONE | NONE |
A code that categorizes hold codes into groups. Some examples of codes include:
A Amount Hold
C Credit Hold
M Margin Hold
Q
| ||||
szLimitType | LTYP | char | NONE | NONE |
A code that indicates whether there is an amount limit (A) or a percentage limit (%) for the order. Limit type typically applies only on order or
| ||||
mnLimitLowerComparison | LLC | MATH_NUMERIC | NONE | NONE |
A number that indicates the lower limit that the system uses as the low end of the range of acceptable margin percentages or amounts. You
| ||||
mnLimitUpperComparison | ULC | MATH_NUMERIC | NONE | NONE |
A number that indicates the upper limit that the system uses as the high end of a range of acceptable margin percentages or amounts. Use
| ||||
szPassword | PWRD | char | NONE | NONE |
A series of characters that you must enter before the system updates a table.
In the Distribution systems, the password secures
| ||||
szDescription | DSC1 | char | NONE | NONE |
Brief information about an item; a remark or an explanation. | ||||
mnPercentPastDue | PPL | MATH_NUMERIC | NONE | NONE |
Number that tells the system what percentage of total receivables to accept in the column specified in the Age From field. When aging
| ||||
cAgingPeriod | APB | char | NONE | NONE |
Number that designates the aging period the system should use when you specify a credit check based on the aging of the customer's
| ||||
cErrorCode | ERR | char | NONE | NONE |
The Data Field Error Code field is simply a generic data field to pass an error condition flag. This field is one of the fields that make up the
|
None |
F42008 Order Hold Constants |