Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to disable edit option and duplicate sheet option on published apps ?
Go to sheet properties > security and check/uncheck as per your need
You may need to disable the default security rule for createobjects in QMC
One in grey above needs to be disabled and then create your own custom rule exactly same w/o allowing them to create sheets.
!resource.App.stream.Empty() and resource.App.HasPrivilege("read") and (resource.objectType = "userstate" or resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark") and !user.IsAnonymous()
Try the above security rule and see if it works?
The rule says if a user has a read access then he/she can create bookmarks, snapshots, embedsnapshots into user stories
Hey Shahbaz shahbazkhan
Is there any other way to achieve this without disabling createobjects security rule.
Thanks
Baarathi
I don't think so....
even though you are disabling the default rule, you'll be creating copy of that rule with a slight modification to remove sheetobject from resource object.
Or not sure if it will work..
Try disabling the Create option when you create 'Stream' rule.