Authorisation Workflow on attribute Control value
Hi,
I want create an authorisation worklow for check an attribute value before create a resource. I don't want send notification, I just want
thow a denied exception for creation, if the attribut content is not conform. Must I create a custom workflow Authorisation, Or can I use the
natives authorisation workfow function in the portal?
thanks for your Help
April 29th, 2011 8:47am
If you can't do your validation using a regular expression then you would need to write a custom activity.My Book - Active Directory, 4th Edition
My Blog - www.briandesmond.com
Free Windows Admin Tool Kit Click here and download it now
April 29th, 2011 2:33pm
If you can't do your validation using a regular expression then you would need to write a custom activity.My Book - Active Directory, 4th Edition
My Blog - www.briandesmond.com
April 29th, 2011 2:33pm
To avoid a custom activity it may be possible to use the Function Evaluator together with an IIF expression which writes something invalid to some FIM object when your condition arises (i.e. you WANT an Access Denied message). This is just a theory
- haven't tried it myself - and it's a little indirect, but if it works it could save you some development time.Bob Bradley, www.unifysolutions.net (FIMBob?)
Free Windows Admin Tool Kit Click here and download it now
May 11th, 2011 10:12am