Custom Expression to find Length of String
Our HR system stores Departments in uppercase I would like to use ProperCase() on only the Departments whoes names have more then 4 charactors. I was thinking about writing something like this but FIM doesn't have a LEN() function. Does anyone else know how to get around this? IIF(LEN(Department)>4, ProperCase(Department), Department)
June 3rd, 2010 10:31pm

Hi Nick, I think you cannot do what you want with codeless provisioning. There is a feature request for custom sync rule functions on connect, which you could vote up if you want, but right now if there is no LEN function you cannot define your own. Probably your best option is either to write a rule extension for your MA or create a view on your HR DB and add the correctly cased department field as a new column there. Cheers, PaoloPaolo Tedesco - http://cern.ch/idm
Free Windows Admin Tool Kit Click here and download it now
June 4th, 2010 10:24am

That site doesn't work: Page Not Found The content that you requested cannot be found or you do not have permission to view it. If you believe you have reached this page in error, click the Help link at the top of the page to report the issue and include this ID in your e-mail: f89c7cb0-6e6f-46b4-be9c-d0192096408b
June 12th, 2010 6:48pm

Got it... I had to register on the connect site and the FIM product.
Free Windows Admin Tool Kit Click here and download it now
June 12th, 2010 6:54pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics