Proposal summary This proposal covers the scope of implementing custom solutions for the P&L reports for project and project clients, Project creation restriction, resource and service item assigning scripts. Requirement The client would like to have a detailed P&L report that consists of different transactions that constitute to the Cost and revenue side of project… Continue reading Proposal For Custom NetSuite P&L Reports
Author: Abin Pious
Sublist Line Item not Committing via SuiteScript 2.0 Client Script
Sometimes the user is not able to commit a line item via SuiteScript 2.0 Client Script. The reason why the line item is not committed on the script is because the forceSyncSourcing parameter retains its default value is false.We can resolve this by making forceSyncSourcing true. The forceSyncSourcing parameter indicates whether to perform field sourcing synchronously. If set to… Continue reading Sublist Line Item not Committing via SuiteScript 2.0 Client Script
Common SQL Expressions For Saved Search
Character Functions Function Syntax Description CONCAT CONCAT(char1, char2) returns char1 concatenated with char2 LOWER LOWER(char) returns char, with all letters lowercase UPPER UPPER returns char, with all letters uppercase LTRIM LTRIM(char [, set ]) removes from the left end of char all of the characters contained inset RTRIM RTRIM(char [, set ]) removes from the… Continue reading Common SQL Expressions For Saved Search
Invoice Group Feature
KEY-NOTES New NS 2020.2 feature Lets you group invoices for your customers Combining multiple invoices into one invoice group based on the customer. Invoice groups do not post to the general ledger After an invoice group is created, you can add or remove invoices from the group. We can create an invoice group with a… Continue reading Invoice Group Feature
Add File Content In The Email
This script is used for creating an email that has file cabinet file content in the email body. when the user clicks a button in the sales order the mail should send to the particular user.
Quick Add Phone Call Using Portlet Script
This portlet script is using creating a quick add phone call record by using a supportive client script. Using this client script we can directly refresh the portlet by calling the portlet module. Portlet Script Client Script