DisplayName [D] instead of value in Synchronization Editor

Is there a way to get the DisplayName instead of the Value in the Synchronization Editor? (for example $FK(UID_PERSON).CustomPropertyX[ D ]$) 

I miss the possibility to access the old value [ o ] or changed value [ c ] as well in Sync Projects, are there any workarounds available?

regards Olivier

Parents
  • Hello Olivier,

    can you please describe your use-case in more detail. Where exactly do you need access to the old value or the display value?

    The [c] moniker just delivers you if a property has changed and not the value of the property. so can you please describe the use-case for this as well.

  • Hello Markus,

    I Try to descripbe my usecase...

    On the Person Object we have Attribut "CustomProperty05" filled with a "Defined list of values" (Cities in Switzerland) 

    00=Aarau

    01=Bern

    ..

    50=Zürich

    I now have a syncProject where I have to export Persons with their corresponding City to an Oracle Database. (I would like to export the Displayvalue f.ex."Bern" not "01")

    In Scripts (without SyncProjects) I can achieve that easy with $CustomProperty05[D]$

    The only solution I found until now is a Script in the SyncProject where I Loop through all the Values and rebuld the Displayvalues again (select case 00 Then Aarau...)  

    Kind regards

    Olivier

  • Sorry, there is indeed no easy way to get the display values for these limited values. The only thing that makes it a little bit easier as writing the case-select code would be the use of the data mapping property to create the look-up list.

Reply Children