How to dynamically set an "Asignee" in the Alert activity | Community
Skip to main content
Sanket_Phawde
Level 2
May 13, 2019

How to dynamically set an "Asignee" in the Alert activity

  • May 13, 2019
  • 1 reply
  • 1982 views

Hi,

We have a situation wherein we have created an alert and Users must receive that alert (mail) automatically or the user name should get populated as assignee. So we need to dynamically set the assignee and send them the alert (email).

Please provide some solutions for this.

Regards,

Sanket Phawde

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

pierrec70731455
Level 4
May 13, 2019

Hi,

in the Advanded tab you can use the activity object to set the assignee :

activity.assigneeType=0;

activity.assignee_id=108275955;

assigneeType = 0 means Group and assigneeType = 1 is an Operator.

Kind regards,

Pierre

Jonathon_wodnicki
Community Advisor
Community Advisor
May 13, 2019

This can also be generalized to all activity initialization/dynamic entry.