Hi there
Has anyone ever tried to extract all option string from NAV, i.e. iterating over every option field of every table and returning the text value of these option fields in a given language?
Thanks
I have never done it, but it should be easy.
Loop Field table filtered on Type = option
for each option field make a FieldRef and use OptionCaption on FieldRef to get the text values
Answers
Loop Field table filtered on Type = option
for each option field make a FieldRef and use OptionCaption on FieldRef to get the text values