I am creating a custom Kinetic layer for UD01 table where I added a grid and am using UD Key1 as a link on the grid. I can add new records via this menu and they show in the grid, however when I click on my link to open the detail menu I get “Record not found. Add new?”
Any idea what I am doing wrong? I have looked at other posts that were not doing exactly the same thing but used UD tables and the keys and have tried everything I can think of. I am populating Key1, 2, 3 on UD01 to make the rows unique using a Data Directive and the fields are being populated as expected.
I am not that fluent in Application Studio design and not sure what i need to do to link multiple keys. I selected Key1 as the hyper link for the grid as there was a checkbox. Do I need to create/update an Event or something else in order to select a row in a grid and have it open the Detail?
In Classic, if I select all during a search the List will display all records and I can click/select a row and then go to the Detail tab to view/update the detail fields. This is what I am trying to do in Kinetic.
I did a couple of things and was able to resolve the issue.
I populated all 5 keys with a data directive. Don’t believe this was the issue as I got the “Record Not Found” even when I was populating all 5 keys but did this as a precaution.
I went back to the base layer and recreated my custom layer and it is working correctly. Could not figure out what was causing the issue though…I walk through each update one-by-one and tested as I went hoping I could find the issue I did switch several setups on my original layer trying to resolve this…so something definitely caused it.
Lesson learned - when in doubt go back to base layer and start over.