Hello!
I have 2 tables. Site and Equipments.
The relationship is one to many Site → Equipments.
Goal
I’m trying to show in the Detail Site view 2 lists of equipments.
- List 1: Equipments that can be edited
- List 2: Equipments that can be read-only
Process & Problem
For List 2 I’ve created a Slice with only Read-Only Update mode:
And I’ve added it into my Site table as a virtual column using REF_ROWS
However when putting these 2 lists into my Detail Site view:
Both Lists have the action to Add new Equipments, but one is Read-only, why it is showing the option to Add Equipments if it is a Read-Only slice?
Thanks for any help!



