Add UD table to Sales Order Screen

I’m trying to add a UD table to the Sales Order screen. I have the dataview set up and a grid linked to the dataview but the problem is I need to also be able to add and save new UD rows from the Sales Order screen and I cannot for the life of me get that to work. I’ve tried using the built in ‘Tools’ in the dataview to add a ‘New’ button, doesn’t work. I’ve tried copying the GetNew event setup from the actual UD03 Maintenance, nothing. I’ve tried just creating a simple event linked to a button on the grid that calls the GetaNewUD03 method, still nada. Through the Dev Tools I can see that sometimes it’s calling the method but it’s not adding a new row to the grid to add the information. Has anyone done this before that can point me in the right direction?

There is a wizard in the customization tools that does all this work for you out of the box

Go to action customization wizard add ud table as child and follow the prompts

(Assuming you are asking about classic if you mean web UX please let us know)

1 Like

Thanks! I did see something about that but unfortunately I’m working in Kinetic not Classic.

1 Like