I created an experimental app as a sandbox to build options for new functionality requested by a client. The “Lab” app worked well and successfully showed the client options.
In replicating the changes from the Lab app into the legacy app, I encountered a problem. There is a Jobs sheet that simply captures a Description and Begin Date (along with a Job ID#, etc.).
There is a one-to-many relation with a JobAllocations sheet, which associates Customer Codes with the Job, for up to five Customers.
After one or more Customer Codes have been assigned to a Job (via the Job Allocations relation) an Inline List shows the Customers associated with the Job. That works in the Lab app.
It does not work in the legacy app. I have placed both apps side-by-side on dual monitors. Both Inline Lists are configured identically.
The records for Customers allocated to the Job show up in the JobAllocations table in the Glide Data Editor (with Job ID# relation values), but they do not show on the screen where Inline List is located in the legacy app. There are no visibility restrictions for this component in either app. I have tried both Inline List and Related List components with no luck.
Any thoughts? Thanks for any ideas.