You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Adding multiple contacts to an incident on incident creation

Received Response
25
Views
5
Comments
edited Mar 24, 2020 9:24AM in General Technical Discussions 5 comments

Content

Hi,

I am trying to add several contacts to the OtherContacts list on an incident, during incident creation, does anyone know what I am doing wrong?

Code Snippet

 ArrayList Contactarray = new ArrayList();


                Contactarray.Add("email1");
                Contactarray.Add("email2");
                Contactarray.Add("email3");


                    IncidentContactDelta[] IncidentContactList = new IncidentContactDelta[3];

                    for (int i

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!