Hi @Mark_Wonsil ,
Any pointers on documentation about how to go about that (creating epicor functions)? But that’s probably too advanced for me at this stage.
I am all at sea trying to do something similar to this, simply adding a row to UD05 using the erp-rest widget (Its in relation to this Possible solution for silent BAQ parameter passing, (but stuck on linking dataview to a UD Table)). I’ve been able to delete a row, but that’s about it. Utterly confused as to how to populate a row of data and send it to my table using the basically undocumented widgets.
The example discussed here is close to what I need but probably does a bit more.
I just need to push a row to UD05, populating key1 through key4, and setting Number01, and pretty sure I can do it with erp-rest calls. I tried GetANewUD005 but other posts here seem to suggest I just need to call UpdateExt to add a new row.
Do I need to creata a dataview to “bind” results to and manually add the columns I want? eg
(and do i only need the columns I want to set, or all)
then binding that dataview
Or do I do it by populating json directly somewhere else?

