Export saved search result into csv and save in file cabinet
Category : Uncategorized
In this blog of smiling coders we will be talking about saved search,file object and its automation . I Suppose you have a client asking for Exporting a saved search result and save it as CSV file to the File Cabinet that task we can automate via script.
To get the value of each columns, resultObject.getValue(name: ‘value’) can be used where the internal id of the field is required. In this article, the internal ids … Read the rest