Hi,
I have created an action in sales order page which when clicked should create released production order of the sales order and then the lines from the released production order should get posted automatically.
But how can I call a page part action i.e. the released production orders 'show production journal' function from the sales order page ?
I used the following line in my sales order page:
ReleasedProductionOrderPage.ProdOrderLines.PAGE.ShowProductionJournal;
But it does not work.
Please suggest as to how can I do this.
*This post is locked for comments