Jump to content
Server Maintenance This Week. ×

Report showing only objects created by the current user


Casey_

This topic is 5183 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I want that users see only the objects they have created in a given table. For that I've set custom priviledges for the records in the users' priviledge set such that there is a limited access for viewing, editing and deleting according to the calculation:

CreatedBy = Get ( AccountName )

where CreatedBy is a global field populated at startup with the function Get(AccountName). This means that the current user sees only the entries he has created in that table.

However, when viewing a list view report on that table the current user sees all the fields he didn't create. These fields have the value:

Keeping that priviledge set route, is there a way to have those fields totally hidden, i.e. just having these entries removed rather than showing ?

Edited by Guest
Link to comment
Share on other sites

Those records will go away if there is a found set. Since you have advanced, you can use a custom menu to over ride your Show All Records command to perform a "*" find in your primary key field.

Link to comment
Share on other sites

This topic is 5183 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.