Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I used to be able to approve sheets that were published in the app. I have made sure I am the app owner and I have root admin access to the server.
Does anyone know why I am not seeing approve for published sheets? Only duplicate, copy and paste.
@datagrrl what version of QS?
Is the app published?
If memory serves, Root Admin by default only has Approve for QMC. You would need to set up a rule for Hub (or modify the default rules, which is not recommended).
I don't remember offhand the specific rules that allow approval for app owners, but I think you'd also need a rule at the stream level for this? Documentation suggests that this is the rule structure by default:
resource.IsOwned() and resource.owner = user and resource.approved = "false" and resource.app.stream.HasPrivilege("publish")
February 2024 Patch 14.
The app is published as well as the sheets. They are showing up in the community sheets.
I want to decommision the app, but save all the user sheets. I was going to approve them and then export.
Is there a better way to do this?