Generate Access Token for Clear Tax GST API

Solution> Generate a client secret key from the clear tax account. Go to Settings>Integrations>API client>Create API client Select GST as products> Select Expiration as never expires>click on create A client secret will be generated Then generate access token using the below URL. Send GET request to the url: {{BASE_URL}}/integration/v1/authz/token If it is a SB clear… Continue reading Generate Access Token for Clear Tax GST API

Email Plugin is not triggered through NetSuite Email

While sending a NetSuite email to email plugin, it will not be triggered. Solution Create an outlook email and redirect to the NetSuite plugin email to get the trigger. Send email from NetSuite to this created outlook email. It will get redirected to plugin email and we can retrieve the contents from the email. Setting… Continue reading Email Plugin is not triggered through NetSuite Email

Parsing CSV Contents using Papa Parse

Solution We can parse CSV contents using papa parse library script and update the contents of CSV. Library script is added below (one drive link) papaparse.min.js You can add this script to the file cabinet and add the script to the define function. Sample code shows parsing a csv and updating contents. Converting a column… Continue reading Parsing CSV Contents using Papa Parse

Add Email Plugin To NetSuite using 1.0

Solution Below code defines capturing attachment from the email and saving to the file Cabinet. And calling the suitelet to perform other actions. To add this to NetSuite, Go to Customizations>Plug-ins>Plug-in Implementations>NewSelect the above scriptSelect Email Plugin>Add name and details> Release the scriptCustomizations>manage Plugins>Check Email Plugin>Copy email and send any file to this email.The Email… Continue reading Add Email Plugin To NetSuite using 1.0