Announcements
I have a client who would like to see the Item Weight shown on the Sales Transaction Entry window. I see that this is a Global Field but cannot be added to the window.
Has anyone had experience in adding this field (view only) on Sales Transaction Entry window before.
Thanks,
David
*This post is locked for comments
Yes, you could use VBA or Visual Studio Tools with Modifier to add this information to the window. The overall idea is to use modifier to add a custom field first. If using VBA, you can then read the data from the IV00101 table at the database level based on the line item selected.
If using Visual Studio Tools, you will need to use the Dictionary Assembly Generator (DAG.EXE) to create an assembly for the forms.dic dictionary form, then create a Visual Studio Tools project and reference the forms assembly. You can then create an event handler to display the item weight from the Item Master table, when an item is selected.
André Arnaud de Cal...
294,233
Super User 2025 Season 1
Martin Dráb
232,982
Most Valuable Professional
nmaenpaa
101,158
Moderator