Jump to content
Server Maintenance This Week. ×

Quick question on RLA functions


El_Pablo

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

Recommended Posts

Hi,

I'm totally a newbie in Access & Privileges. Is there a function that checks if the user can create a record of a given table?

Something like Get (RecordCreationAccess)

Thanks

Link to comment
Share on other sites

Not that I recall, but you can try one of these:

- create a custom extended privilege bit and get it through the Get(extendedprivileges) function

- have a "try create record" script that exits with the error number, you can then catch that

- name your privilege sets so that they include CRUD details (Create/Read/Update/Delete) so you can use the get(privilegesetname) and parse it to know

Edited by Guest
Link to comment
Share on other sites

This topic is 5202 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.