Posted on November 24th, 2015 by Richi Padhi
Hello SuiteScript coders! Here we are, with a small plugin, which will help you save some of your valuable coding time in finding out and writting the SuiteScript APIs while, creating scripts using Visual Studio or similar Javascript editors like Aptana/NetBeans. Lets find out how.. >> First of all “click here” to download the JS […]
Posted on November 24th, 2015 by Richi Padhi
I was trying to find out the internal id of the item sublist in Site Category screen. But wasn’t able to find any solution from the NS help center. After a little bit of research, found “presentationitem” will be the sublist internal id instead of “item”. And also for the item column. Code:- var loadCategory […]
Posted on November 24th, 2015 by Richi Padhi
REQUIREMENT Suppose there is a Transaction Column Field with the following details:- Lable: My Column ID: custcol_my_column Type: List/Record Applied To: Sales Item Display Type: Disabled And only for few of the Sales Order records we need to set the display type of this column as ‘normal’. SOLUTION– Create a “Before Load” User Event script. […]