Hi Experts,
Look at the below table has a combo discount master.
I want this master to populate while sales order creation as per define master.
for example, combo-1:
If I select item 2 and item 1 within the specified date, the system automatically adds one more line with Item 3 with the applicable combo discount quantity, which is mentioned in combo-1.
Question - 1: How to maintain combo master in D365 F & O?
Question - 2: How to populate this feature in sales order lines in D365 F & O?
| Combo master |
|
|
From date |
To date |
|
|
|
|
|
|
01-08-2021 |
01-08-2021 |
|
|
|
|
|
|
|
|
|
|
|
| Discount header |
Item |
Description |
Qty |
Disc % |
|
|
|
| Combo-1 |
Item-2 |
Item number 2 |
2 |
0 |
|
|
|
| Item-1 |
Item number 1 |
2 |
0 |
|
|
|
| Item-3 |
Item number 3 |
1 |
100 |
|
|
|
| Combo-2 |
Item-3 |
Item number 3 |
2 |
0 |
|
|
|
| Item-2 |
Item number 2 |
2 |
0 |
|
|
|
| Item-1 |
Item number 1 |
1 |
100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Combo lookup |
Qty |
|
|
|
|
|
|
Combo-1 |
2 |
|
|
|
|
| Sales order lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Item |
Qty |
Date |
Batch |
Price |
MRP |
|
|
| Item-2 |
4 |
01-08-2021 |
Batch001 |
400 |
450 |
|
|
| Item-1 |
4 |
01-08-2021 |
Batch001 |
400 |
450 |
|
|
| Item-3 |
2 |
01-08-2021 |
Batch001 |
0 |
0 |
|
|
|
|
|
|
|
|
|
|