Hi
Please could anyone advise. I'm trying to create a task on every new opportunity created and for it to parent the task. this is what I've got from the documentation.
ifThen(
entity\isNew(), // if condition is true
$id = record\create('Task','name','Initial Enquiry','parent','entity\getname()'),
)
Thanks
Chris
Please could anyone advise. I'm trying to create a task on every new opportunity created and for it to parent the task. this is what I've got from the documentation.
ifThen(
entity\isNew(), // if condition is true
$id = record\create('Task','name','Initial Enquiry','parent','entity\getname()'),
)
Thanks
Chris
Comment