Adding multiple contacts to an incident on incident creation
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
Tagged:
0