Sections in this article
Deal Application Types
Product Allowances are used as templates to create deals on products. You can use them to easily assign class, application type, and discount type to the product. Once the application type is known, the discount type will tell how the deal will occur. There are four different discount types. This table code gives those 4 options.
A
Description:
Automatic are savings that are passed along to the customer.
Enable:
If Flag 1 = 1, then you would like this option to be displayed
If Flag 1 = 0, then you would not like this option to be displayed
Structure:
Table Code Value: A
Table Code Description 1: Automatic
Table Flag 1: 1
Program Used In:
Used in front-end development.
B
Description:
Bill Back would give the normal price printed on the PO and it is billed back later from the supplier.
Enable:
If Flag 1 = 1, then you would like this option to be displayed
If Flag 1 = 0, then you would not like this option to be displayed
Structure:
Table Code Value: B
Table Code Description 1: Bill back
Table Flag 1: 1
Program Used In:
Used in front-end development.
O
Description:
Off Invoice will print the PO with the deal price.
Enable:
If Flag 1 = 1, then you would like this option to be displayed
If Flag 1 = 0, then you would not like this option to be displayed
Structure:
Table Code Value: O
Table Code Description 1: Off invoice
Table Flag 1: 1
Program Used In:
Used in front-end development.
P
Description:
Price Increase will typically be used with % or D type. It will forward buy the item.
Enable:
If Flag 1 = 1, then you would like this option to be displayed
If Flag 1 = 0, then you would not like this option to be displayed
Structure:
Table Code Value: P
Table Code Description 1: Price increase
Table Flag 1: 1
Program Used In:
Used in front-end development.