Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Sheet Object and Depending on the user I would like to create the functionality of exporting the data. NOt all users are allowed to Export the data. Is there a way that some users can see the data but will not be able to export it and all the other users can
When you say export data? can you elaborate like do you want to export a table data or some objects? may be using button object properties actions using OSUSER() you can restrict. Share an example to look into.
hello
you can mask the option to export on the object
creat a button with action Export , which is conditionnaly visible ...
But remember that it will always be possible to export by right clicking on the object and choosing export
I don't want that right click and export option
you may find some posts on this problem
and yopu can test it yourself
even if you disable the export to excel option, it is yet available via right click