My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
-
Re: How to Attach File to a Record via CSV Import?
HI KNason76, No, we cannot file using CSV. You can either manually upload or try using FILE DRAG DROP bundle to upload files.1 -
Re: Is there a way to pass through hyperlinks from the third party system via the API?
Hi @Vernita, This is how we are appending URL in our codes. var s_Website = obj_JSON_Customer.Website; if(s_Website) { if (s_Website.indexOf('http') == -1) s_Website = 'http://' +…1 -
Re: Change customer in Project record.
Hi @Janakan After a customer has been selected on project, it cannot be changed on the project record when there are transactions, time or child project associated with it. users are able to see the …2 -
Re: How to create an auto approval workflow for JEs created by Divvy
In your 1st screenshot, there is a condition box. put condition as USER = DEFAULT USER.1 -
Re: Is it possible to see the query (SQL) behind the saved search?
Hi User_SLDIG, Havent found anything which can directly help in generating SQL. However, there is a chrome extension "Export Search" which helps in getting the basic expressions which can b…1
