Help - append data to multi-valued string
I have a RMPR which fires an action workflow when job title on person object is modified.
The action workflow is quite simple - it has a custom expression and writes a line of text out into a custom attribute. This custom attribute is a multi-valued string.
At present, the workflow overwrites data in this multi-valued atttribute but I would like to be able to append (add) to it instead. Can this be accomplished without custom code?
Anu
May 12th, 2011 10:23am
Hi Anu,
You cannot do this without custom code.
However, the custom code would be quite simple to write in this case: you would only need to create a custom activity that adds the value to the property, and then configure a Workflow and MPR so that it's called when needed.
Here is a tutorial about custom activity development:
How to: Create a Custom Logging Activity and Deploy it to the FIM Portal
Hope this helps,
PaoloPaolo Tedesco - http://cern.ch/idm
Free Windows Admin Tool Kit Click here and download it now
May 13th, 2011 5:58am