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

Get custom fields from incident object using RN API.

Accepted answer
58
Views
9
Comments
edited Jun 8, 2022 12:02PM in General Technical Discussions 9 comments

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 =

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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