Anyone have an example using the PHP Toolkit to gr...
# suitetalkapi
d
Anyone have an example using the PHP Toolkit to grab a saved search? Specifically, I need the text of the select fields to be pulled. For some reason it's only pulling down the values and not the text.
b
hope you saw the answer in #C29HQS63G, but my known options are to use a basic search or use the getSelectValue operation
d
I did. Thank you.
I'm a bit confused because the text value of the saved search results is not in the response
b
they arent set in advanced search search rows.
not sure why or if there is some sort of value that needs to be set to do so
d
That's what I'm trying to figure out. How do I get that info?
b
not sure what info you are referring to
d
the text of the field results
only values come through, no text
so anything that is a list only has the IDs
b
thats the standard output of an advanced search, dont use an advanced search if you want text
d
How would I get the results for a saved search? What should I use in place of the advanced?
b
use a basic search
or alternatively use the getSelectValue operation to get the list of select options for the field, the select options will include the name