Hi
Im trying to write a formula that will remove the assignedUser when the the lead status is set to "Completed"
i went through the doc but couldn't find a function to remove the assigneduser or set the assignedUserid to 0
How can i do this?
Thanks
Im trying to write a formula that will remove the assignedUser when the the lead status is set to "Completed"
Code:
ifThen(status == "Completed", REMOVE ASSIGNED USER )
How can i do this?
Thanks
Comment