HI All,
i'm trying to move the field "Item Tracking Lines" located under "related Information" on the sales order line. I would like to move this button and have it sit next to Order as shown by the red mark in the screenshot.
I'm using the following code, but not too sure what to do next
Can anyone assist?
Hi JC,
thanks for your response, this worked !
Hi @rajivsewsarran,
I would change the code to say something like this. Add after the item currently being used on this page.
actions { addafter("Order") { action("NewMenuItem") { } } }
In VSCODE you want to download symbols and then use the object designer.
Find the page you are extending. Open it, find the menu item you want your new item after, and copy the text into the 'addafter'
Let me know if this helps you out by clicking yes
Thanks,
JC
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156