3/15/2026 8:22:37 PM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
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!
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
|
Permits manager
Posted: 25 Jan 08 3:09 PM
|
Hello All
I have a problem, I have a remote user, but to developer a new module are blocked "label" and "check" depending on whether the user is "manager" or not. I use the function:
If not Application.Users.Item (StrCurrentUserID). Ismanager then Chkagentecobranzas.Visible = False Cboagentecobranzas.Visible = False Application.Users.Item(Application.BasicFunctions.CurrentUserID). Code End If
In the main basebase works correctly, only users "manager" may see the "label" and "check", but at the base of the remote user can see if the "label" and "check". Remote User is not a user manager.
I did tests and is in the main database and the database remotely usersecurity table in the field ismanager = FALSE, in the two bases.
How could solve this? |
|
|
|
Re: Permits manager
Posted: 26 Jan 08 10:45 AM
|
Already answered this in another post by you (External dev) -- RJLedger - rjlSystems |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|