11-14-2011 11:56 AM
Has anyone ever updated security keywords with a sql job, ran nightly? Is it possible to do this in workflow or with unity api? This would be a mass update for about 8,000 users.
11-22-2011 12:04 PM
Thank you everyone! That is exactly what I was looking for.
11-22-2011 12:26 PM
Sorry, one more level of detail that one of you may have seen before.
Is there a way to update or delete current user security keywords, via API or some other automated method?
11-22-2011 12:58 PM
There is a removesecuritykeyword in the same useradministration class.
11-22-2011 03:03 PM
Hi Josh, Thank you for that.
I'm having a problem initializing that security keyword to pass to the method. I don't know what i am doing wrong, but my error logs: "An Error occured while parsing a keyword value for Keyword Type 'Facility ID' (139), check the inner exception for details"
Have you attempted to do this before?
KeywordType keywordType = app.Core.KeywordTypes.Find("Facility Id");
User user = app.Core.GetUser("JILLJ");
SecurityKeywordList skList = app.Core.UserAdministration.GetSecurityKeywords(user);
SecurityKeyword sk = skList.Find(keywordType);
UserAdministration userAdmin = app.Core.UserAdministration;
userAdmin.RemoveSecurityKeyword(sk);
Thanks in advance for any help. You are greatly appreciated!
11-28-2011 09:23 AM
Can you try running diagnostics console to see if more detailed error information is returned?
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.