I have ( link feild to currency called ‘currency_field’ ) and ( another field witch is float called ‘exchange_rate_field’ ), now I want ( when the user select not the default currency of company => the ‘exchange_rate_field’ will be showed, so for that I wrote this expression
eval:doc.currency_field != Company:company:default_currency
in ‘Depends On’ in ‘Customize Form’ on the ‘exchange_rate_field’ Editing Row.
but I faced problem which is Invalid “depends_on” expression
Is there another expression to do it, or another way, or another solution!?
thank you in advance