Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Get Project Files from a Saved Search
Currently I am using a Project Saved Search to get a project from NetSuite. As part of this search, I am also returning File information from the File Cabinet so I can display this project has these files attached to it. I posted my code below to show what I am doing currently. Is there a way I can do a fileJoin in order to get file information from a project in web services?
public List<JobSearchRow> tcGetProjects(string internalId)
{
List<JobSearchRow> projects = new List<JobSearchRow>();
//Set some preferences for the search
SearchPreferences projectSearchPreferences = new SearchPreferences();
0