Hello,
Removing teamsIds from upcoming Emails doesn't work. When email was send to more than one Personal or Group Email Accounts, only first teamIds is removing.
Tried workflow/functions:
1. Unlink from Another Record
2.
3.
3.
Thanks in advance.
Removing teamsIds from upcoming Emails doesn't work. When email was send to more than one Personal or Group Email Accounts, only first teamIds is removing.
Tried workflow/functions:
1. Unlink from Another Record
2.
PHP Code:
IfThen(parentType != "Opportunity", teamsIds = [])
PHP Code:
IfThen(parentType != "Opportunity", teamsIds = list())
PHP Code:
IfThen(parentType != "Opportunity", teamsIds = [null])
Comment