Get custom fields from incident object using RN API.
Content
HI All,
I am trying to get custom fields from incident object using RN API. I know how to get custom fields when the work space is open but here i want to get custom fields based on incident ID with out open work space.
now i am getting custom fields as null with incident.CustomFields.
Can any one know how to get custom fields from incident with RN API
Thanks,
Chakravarthy.
Code Snippet
Incident incident = new Incident(); ID incidentID = new ID(); incidentID.id = 1234; incidentID.idSpecified =
0