Hi,
I spent I good few hours testing how I can change an attribute based on the value of a linked entity attribute and it doesn't work.
It works fine inside the entity, for example using the Conacts Entity Formula:
ifThen(firstname=='David',description='HELLO')
this works, but when I try to use the linkName.attributeName, for example:
ifThen(account.industry=='Banking',description='HE LLO WORLD')
this doesn't work. I have checked the link name and tried with various fields and on various entities.
Can someone enlighten me please! The ability to change attributes based on linked attributes is very important and I am sure people here use it alot, what am I doing wrong, is there some trigger I am missing maybe?
I spent I good few hours testing how I can change an attribute based on the value of a linked entity attribute and it doesn't work.
It works fine inside the entity, for example using the Conacts Entity Formula:
ifThen(firstname=='David',description='HELLO')
this works, but when I try to use the linkName.attributeName, for example:
ifThen(account.industry=='Banking',description='HE LLO WORLD')
this doesn't work. I have checked the link name and tried with various fields and on various entities.
Can someone enlighten me please! The ability to change attributes based on linked attributes is very important and I am sure people here use it alot, what am I doing wrong, is there some trigger I am missing maybe?
Comment