11/25/2024 9:23:36 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 upgrading SalesLogix from version to version. View the code of conduct for posting guidelines.
|
|
|
|
Admin releases hosed after upgrade to 7.0
Posted: 30 May 07 10:06 PM
|
We just upgraded a customer from 6.2.2 to 7.0 (in test). After we completed the upgrade, the Admin Manage menu is completely wrong. Instead of seeing everything, they're only seeing a few select items. Regular users, however, see exactly what they are supposed to, including the items Admin doesn't (but should, since Admin should see everything). Has anyone seen this sort of behavior?
Thanks,
Jeff
|
|
|
| |
|
Re: Admin releases hosed after upgrade to 7.0
Posted: 31 May 07 12:52 AM
|
Hi Jeff,
Remember that in SLX 7, all menu plugins are automatically applied/shown for the admin user (whereas before, you had to add menu plugins in client options). Could it be that there are some menu plugins in that system that remove those items? If so, they will be removed for the admin user.
Could that be the case for you?
-Ryan |
|
|
| |
|
Re: Admin releases hosed after upgrade to 7.0
Posted: 31 May 07 11:09 AM
|
Ryan,
I believe there are some plugins that remove menus. I'm only peripherally involved in this, but I will pass it on. I believe that may be the cause.
Jeff
|
|
|
|
Re: Admin releases hosed after upgrade to 7.0
Posted: 31 May 07 11:24 AM
|
I have seen similar issues when the users were either previous Team Owners or Special rights given via a Security Profile (i.e. System, Read/Read, Custom Profile)
There are three main areas to check - On the user profile look under the following tabs: Security (for Field Security Profile), Teams (for Field Security Profile according to SECCode/Team Owner) and Function Security for Menu.
One other thought, there may be 'bonus records' hanging out in the SECRights tables that are either from days gone by or inherited due to bad heirarchy settings. If so, access/release rights may be affected.
***************************************** SELECT s2. seccodedesc, s1.* FROM secrights s1 JOIN seccode s2 on s1.seccodeid = s2.seccodeid
WHERE s2.seccodetype = 'g' -- Team Designation --and s2. seccodedesc like 'TeamName%' -- optional param --and s1.seccodeid <> 'MyTeamSecCodeID' -- optional param and accessid in ('User1', 'User2', 'L-User3')
ORDER BY s2.seccodedesc, accessid
*******************************
Email me if you need any additional scripts similar to this.
Hope you solve the mystery! c
|
|
|
|
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!
|
|
|
|
|
|
|
|