In Customer table id 18, Field Invoice discount Code has Table relation of Customer Table instead of Customer Invoice Discount ( Table Id 19).
Please tell me if it is correct, if yes, then what is the relavance of Look up in Customer Table
If we want to make the Customer Invoice Discount % for a particular Sales Order for Customer at the rate other than defined in Cutsomer Master - Sales - Invoice discounts. Can we do ..........
Amit Gupta
0
Comments
From the online help (F1 when you are on the field):
Regards
The code field on form is only a "information" to get the data from table 19.
So in table 19, you can store for one Code many inv. discounts.
If you doesn't like the Navision way, with the "Invoice Discount" field on Customer table (relation to customer table) ,you can also create your own table like 50000 "Customer Inv. Discounts" (Code 10, Description 30) and set the table relation from Customer field to the new table (also on table 19 field 1, so a rename in table 50000 work correct).
regards