The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
HasPermissions
Posted: 04 Mar 08 2:31 AM
|
Hi Experts,
The HasPermissions function is used to determine if the current user has permission to perform a requested function, like for instance edit contacts. It returns a boolean. Can you tell me where this is stored on a database level, in which table/fields.
Thanks! Willem |
|
|
|
Re: HasPermissions
Posted: 04 Mar 08 3:14 PM
|
I dont think that information is stored in the database level. |
|
|
|
Re: HasPermissions
Posted: 05 Mar 08 5:19 AM
|
Well, it is (kinda) - but it's stored in a blob so you can't get to it (officially). |
|
|
|
Re: HasPermissions
Posted: 05 Mar 08 7:37 AM
|
I was trying to run a profiler and see if there was an database calls being invoked.. i didnt see any..so i guessed it..  |
|
|
|
Re: HasPermissions
Posted: 17 Mar 08 8:47 AM
|
Thanks all! It is indeed stored in a blob. Because we want another progrem to check if a user has permissions set in SLX, i'm thinking of adding a script that checks every x-min what the HasPermission function returns for all users and store this in the userinfo_x table. This way we can use the permission settings in SLX for other programs. Many thanks again. |
|
|
|