Quantcast
Viewing all articles
Browse latest Browse all 2504

Using Soap RightNowSyncPortClient.GetValuesForNamedID() method to retrieve all values of a Custom... (3 Comments)

Topic by Dan Corith

Content

The objective is simple but my results have varied to say the least. I'm trying to pull a list from a Custom Field type Menu.  Inside of RightNow, if I select Configuration -> Database -> Custom FIelds -> Incident, there is a folder and inside that folder is the Custom Field "Company" it is a 'Data Type' of Menu.

When I attempt to perform a Soap call to retrieve the NamedID[] for this Menu, here is what I attempt to run (Code Block section).

This line causes a NullReferenceException and this as the message: "NamedID not found: Incident.CustomFields.Company". I understand that I probably have the string incorrect for the FieldName parameter. I'm basing what it should be off of this notation in the api documentation (The second note).

http://documentation.custhelp.com/euf/assets/devdocs/august2013/Connect_Web_Services_for_SOAP/Default.htm

On a side note I have been trying to figure out how I could add additional items to the Menu type through the soap interface but I haven't had much success(zero to be exact). Can anyone provide a .NET + Soap code example of how I could do that?

Code Block


Viewing all articles
Browse latest Browse all 2504

Trending Articles