Hey everyone,
I am trying to check if the account has any planned calls through formula but not working, iam using call entity as target entity for a workflow to check if its parent company has any 'Planned' calls so if it is the case i want to complete all current activities but seems not working, this is the code i have used in formula :
parentType = 'Company';
!entity\countRelated('calls', 'Planned');
This doesn't work
can anyone help please, just want t understand how to use build in formula to check if an account has any planned calls or not.
Many thanks
I am trying to check if the account has any planned calls through formula but not working, iam using call entity as target entity for a workflow to check if its parent company has any 'Planned' calls so if it is the case i want to complete all current activities but seems not working, this is the code i have used in formula :
parentType = 'Company';
!entity\countRelated('calls', 'Planned');
This doesn't work
can anyone help please, just want t understand how to use build in formula to check if an account has any planned calls or not.
Many thanks
Comment