Hello everyone,
I am looking to add the UD31 table as a child table to the RcvDtl table on the Receipt Entry screen. Here’s what I’m trying to achieve:
I have created a UD form, “Receipt Table Master,” on the UD31 table. My goal is to add a grid on the Receipt Details screen. When a user enters a new line, the grid should automatically create a new row, with the first column displaying the value “1” as the line number. Upon clicking that line number, it should open my UD form, “Receipt Table Master,” where the user can manually enter data. When the entry is saved, it should save the data in UD31 and add the line to the grid under Receipt Details.
I have started with the customization, added a panel grid on the Receipt Detail page using Application Studio, and bound it to my UD31 DataView. However, I’m facing an issue: I am unable to add new lines to the grid. I suspect there are specific methods that need to be triggered to add, save, and delete data in this grid.
If anyone knows how to proceed with this customization, a step-by-step guide on achieving the desired result would be incredibly helpful.
Thank you in advance!