Hello, I am kinda new to method, so I apologize if this is easy or covered in another topic.
Here is what I want to do. I want to create a project management app, where the first screen is a list of projects, and when you click on that customer/project, you go to a screen with information of that project. I want to be able to have an app ribbon, and I want to be able to edit this data.
So here is my problem, on the apps first screen, I used a grid with the customer's table when you click on that customer, you go to a screen. If on this second screen, I use the customer table, it will display the opportunity app ribbon, if I use my "project management" table with linked fields, I can't get the dropdown/linked fields to populate with the record ID from the customer's table. So I need to populate the dropdown field record id with the grid record id of another table. Is this possible, or is there an easier way to accomplish this?