I have built a saved search that I then load in a ...
# suitescript
p
I have built a saved search that I then load in a restlet. The output from reading the results in the restlet is not the same values as the search shows for certain fields. For example on the saved search I return the salesrep and the salesteammember which show me their names. I reference these fields in my restlet and I end up getting the internal id of the employee instead of their actual name. How do I get the actual name to return?