Hello,
I like to use a custom attribute to store the hardware choice for a new user:
When a new user is created, a mail is sent to the manager to edit the user. One of the things a manager can ask is different types of hardware. For that reason I like to make use of the adm-CustomAttributeTextMultiValue1 attribute.
After changing the users (using the webinterface) a mail is send to the IT-department with the choice of hardware.
I can use $Hardware = $Context.GetModifiedPropertyValues("adm-CustomAttributeTextMultiValue1")
and put $Hardware in a mail. But this result is a 1 rule string. I would like to show the results under each other.
I don't get the syntax right. And i'm not shure whether to treat it as an object or as a string.
Any help will be usefull.