I have a Summary view interface with tabs at the bottom that each display another Read-Only Grid interface displaying info from related tables. I need to be able to have the information on those tabs to only show the records related to the parent record being viewed on the summary view. I know you can set filters at the Read-Only grid level on the individual interfaces, but at that point there is no parent record to reference so it returns an error. Does anyone have a way around this?
Discussion posts and replies are publicly visible
cls5469 said: but at that point there is no parent record to reference so it returns an error
Can you please clarify this statement ?
You must be having record identifier (rv!identifier) or specific record data (rv!record) as a rule input in the summary view interface which you can use to pass filter in the grids of related records