I have two screens for Sales order, first “SalesOrder” for header info where I am dealing with the order date, customer, etc. and “SalesOrderLine” where I have Product, Quantity, Price, Amount as Composit entity.
When I click on the “Add Order Items” I open the “SalesOrderLine” page and sending SalesOrderNew dara variable.
How Can I use this variable in the SalesOrderLine page as I do not find any option. I created a parameter with the same name but doesn’t work.