RE: Deactivation and Activation of Trade agreement (Sales) in D365 F&O
Hi Ashutosh Kumar,
You can do what Andreas suggest but if you want to keep your history you can also :
1) Create a new Trade agreements journals (Sales and marketing module)
2) Create the lines with the selection function on the desired customer
3) Export the journal lines with the entity data "Open sales price journal lines" (if several unvalidated journals in progress, filter possible) in excel format
4) Open Excel file
5) Convert TODATE column to text format
6) Make a VLookup against the Article number to limit the perimeter (if needed)
7) Filter records that are empty (01/01/1900) or whose validity date is greater than D-1
8) Replace the value of todate by J-1 (or 30/11/2021 in your case)
9) Save Excel file
10) Import the file into D365 using the entity data "Open sales price journal lines"
11) Go validate the journal
12) Import new agreements
Kind Regards, Jonnix
Please take time to click 'Yes' on the answers that helped you guide in the right direction to help other community members.