Joinfieldvalue in validation not working
Hi Champs,
May be someone could help me with this.
We have a requirement related to validation. We have a field called X in account object which can contain values A or B. When we create a task, we need to check if the account associated to the task has values A or B, then only the task record can be saved.
We used the condition joinfieldvalue(account, account id, X) is not null in task field for validation. but we found that this ain't working for a new task record that is when we use quick create or new task button.
May be someone could help me with this.
We have a requirement related to validation. We have a field called X in account object which can contain values A or B. When we create a task, we need to check if the account associated to the task has values A or B, then only the task record can be saved.
We used the condition joinfieldvalue(account, account id, X) is not null in task field for validation. but we found that this ain't working for a new task record that is when we use quick create or new task button.
0