Discussions
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();