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!
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!
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.
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.
$FK(UID_Org).ShortName$ is indeed correct if you want to refer to the primary assigned business role.
The question with your CSV import is, if you have activated the Data Import option on your workflow. if not, no value calculation rules will be executed during the import.