user cannot see Create button in Portal
Best Answer
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭You can but if its in SCSM it will get recreated as soon as the user sync schedule rules so you will need to delete from SCSM. Username is the primary key for the object so one will have the correct username and one will be an old username.
Check in AD what the correct username is for the user, then compare that to whats in SCSM -> Configuration Items -> users and delete (if not here then it may already be sitting in deleted items). Then Remove from administration -> Deleted Items5
Answers
Is the user a member of the AD group you have defined for Portal Analysts?
Run this query in ServiceManagement replacing 'joe.burrows' with one of their usernames for people that are not seeing the New menu. 1= user is an analyst. 0 = the user is not an analyst.
SELECT Analyst from CI$User WHERE Username = 'joe.burrows'
In which case the cachebuilder will only assign analyst permission to the first DN it finds and moves on, you will need to delete the stale\duplicate user object from SCSM (And from deleted items) then restart your cachebuilder service.
Check in AD what the correct username is for the user, then compare that to whats in SCSM -> Configuration Items -> users and delete (if not here then it may already be sitting in deleted items). Then Remove from administration -> Deleted Items