Author: Linu Paul
How to split parent class and child class in advanced pdf
How to create a Saved Search to display the custom records which are not created by the current user
How to design a Suitelet page for Mass Approval
Here we have to design a suitelet page using suitelet script.
How to use Regex Expression to find out the match of a particular string
Example Consider this as “messageString” Call answered at: Thu Jun 29 2023 21:37:26 GMT+0000 (GMT)Call ended at: Thu Jun 29 2023 21:37:44 GMT+0000 (GMT)Duration of the call: 00:00:18PBX: rspsupplyUsername: RSPSupply.Brandon.MizarCall Id: 1683756226953Direction: OutboundCallCaller Name: Hoffman FactoryCaller Record Id: 1326736Caller Phone: +17634222211 From this message, how to display the value of “Duration of the call”
How to perform Purchase Order Validation using CSV Import
How to set Contract Pricing through Custom Records
How to create a single quote if customer requests multiple items in the same API call.
MixMax and Gmail Integration possibilities
When comparing Gmail integration and Mixmax integration with NetSuite, there are a few key factors to consider: Functionality: Gmail Integration: Gmail integration typically involves integrating NetSuite with Gmail using custom development or third-party integration tools. It allows you to synchronize emails, create records based on emails, and attach emails to NetSuite records. However, the functionality… Continue reading MixMax and Gmail Integration possibilities
How to reload a page after post action of Suitelet.
let htmlCode = <html><body><script type=”text/javascript”>window.opener.location.reload(); window.close()</script></body></html>;scriptContext.response.write(htmlCode);