This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Quick Connect - Add text prefix to a synchronized attribute

I'm trying synchronize the "mail" attribute from a source AD to "msRTCSIP-PrimaryUserAddress" in the target AD.  This works fine, however I would like to write a prefix of "sip:" to the synchronized value (e.g: "first.last@company.com" gets synchronized as "sip:first.last@company.com")

I found the following URL:

https://support.oneidentity.com/kb/90806

  • $employeeID = $srcObj["employeeID"].ToString("000000")
    $employeeID


Although I can't seem to get it to work for my scenario. How can I use this for my scenario as a step handler?

Parents
  • If your change really is that simple, there is an easier way.

    When you are setting up the "source item" for the Forward Sync Rule, from the dropdown on the right side of the attribute, select "Rule". This will open up a "Configure Generation Rule" dialog where you can specify the formula to pre-pend the string 'SIP:' to the contents of Mail. In this dialog, you can select any source attribute(s) to build your formula.
Reply
  • If your change really is that simple, there is an easier way.

    When you are setting up the "source item" for the Forward Sync Rule, from the dropdown on the right side of the attribute, select "Rule". This will open up a "Configure Generation Rule" dialog where you can specify the formula to pre-pend the string 'SIP:' to the contents of Mail. In this dialog, you can select any source attribute(s) to build your formula.
Children
No Data