Calculate UID_locality of Person using UID_Org and CustomProperty

I have a synchronize project of CSV and I need calculate the field UID_locality using the field UID_Org and a CustomProperty.

I have tried to use "Value calculation" but I don't work corretly.

Some idea?

Thanks!

Parents
  • Good moorning,

    I have continued with this problem and my call en el value calculation of the field UID_locality is:

           Value = CCC_VI_AE_BuildLocalityMediapro($CustomProperty10$, $FK(UID_Org).ShortName$)

    ¿is correct "$FK(UID_Org).ShortName$" for obtain the value the field ShortName of bussiness role.

Reply
  • Good moorning,

    I have continued with this problem and my call en el value calculation of the field UID_locality is:

           Value = CCC_VI_AE_BuildLocalityMediapro($CustomProperty10$, $FK(UID_Org).ShortName$)

    ¿is correct "$FK(UID_Org).ShortName$" for obtain the value the field ShortName of bussiness role.

Children