Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

SOAP API Incident Custom Field (2 Comments)

$
0
0

Topic by jraynor

I am trying to create a new incident through an Add-In in C#. One of the items I need to fill in for the Incident is a field call OrderNumber from a custom object, and if I look at the Object Explorer I can see the path (whatever you want to call it) to the Field as  -->  Incident.CustomFields.ExtOrders.orders.OrderNumber

I can access other custom fields in an incident by doing --> incident.genericfield.genericobject.genericfield, but in this case I'm a little lost, as it looks to be more like --> incident.genericfield.genericobject.genericobject.genericfield

I will add code if this doesn't make enough sense.


Viewing all articles
Browse latest Browse all 2504

Trending Articles