Greetings, all. I am needing to implement a draft/published version approach using the Dataverse. I also need to configure it so that there's a Viewers role that can only see items with Status = Published.

In other no-code systems, I can do things like create a role with filter logic on a specific table (e.g., Viewers can see Table records where Status = Published). Is this possible with Dataverse? Or do I have to go into the whole role-based security route with owners/access teams?