Is it possible to pull the option captions for a field in Nav through the web services? If I create an option field with 2 or 3 options, could someone working on our web site be able to get those from the page that has been published without us telling them what to put in?
Hi Dmaulidin,
What do you want Option Cation or Option Value?
If Value:
Suppose you create SalesOrder (for Sale Order, Page 42) as web service then use SalesOrder_Fields.Document_Type to get option value. SalesOrder_Fields is field class web service websevice.
I want to know if the ability to pass what is in the optionstring of the field through to an external program. For example, if I wanted to have the Document Type field in a C# program, could I have the optionstring pass to C# and have the drop down show that?
You can direcly access option fields without giving any inputs.
Ex: if Document type is a option type value. You can access it by .,
localhost.webservicename.Dcument type = Documenttype.option1;