Auto journal creation & application in Payment

Scenario: Create a journal for applying in the credit section of the payment. Ultimate need is to capture the credit info from the custom record, need to create a journal or custom transaction of journal type then apply the same in the payment record.We have seen a limitation of once payment is saved the credit… Continue reading Auto journal creation & application in Payment

Develop the Label PDF template

OTGN-776 Develop the Template as per the given mockup and dimensions The number of IFs in the print document will be based on the number of IFs selected in each pagination. And the print will have multiple pages for the same IF based on the number of pallets in  the Pallet information sublist.  Need to… Continue reading Develop the Label PDF template

When you can’t add details in every fields in Suitelet

Suitelet scripts can be executed with any client scripts. Sometimes in such situations, the suitlet page(interface) mayn’t be working perfectly. There will be some conditions where some fields may not be working or sometime you can’t enter values to all (necessary) fields. In such situations, output also won’t be perfect. In the client script, almost… Continue reading When you can’t add details in every fields in Suitelet

Transfer PDF From Inventory Adjustment

We need to generate a transfer form print from the inventory adjustment. Our Solution  In the NetSuite standard, we are not able to generate the standard printout for the Inventory adjustment  record. This can be achieved by creating a script for adding a custom button named print transfer order in the inventory adjustment record for… Continue reading Transfer PDF From Inventory Adjustment

Proposal For Custom NetSuite P&L Reports

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

Suitelet to Enter Rejection Reason

A Suitelet can be used as a custom screen for entering a rejection reason as a part of the Approval flow and on hitting submit button the entered reason will be sent to the respective record. Workflow allows us to add custom actions (scripts) in GO TO RECORD action, or simply as a new action… Continue reading Suitelet to Enter Rejection Reason

Set Expected Shipment Date and Promised Receipt Date in the Sales order and SPS button action.

Create a script for updating the expected shipment date and promised receipt date in the sales order. Also sending multiple API requests with SPS button action script. To create a script for updating the expected shipment date and promised receipt date in the sales order. To automate the “Auto-Pack Shipment” and “Create ASN” button action… Continue reading Set Expected Shipment Date and Promised Receipt Date in the Sales order and SPS button action.

Custom Suitelet for changing the Project Status

This script creates a custom suitelet form with fields project Name, project subsidiary, Current Status, New Status.On selecting the new status from the dropdown field ithe value will set on the project record.and can add this link to the Employee center. /** * @NApiVersion 2.1 * @NScriptType Suitelet */define([‘N/record’, ‘N/redirect’, ‘N/runtime’, ‘N/search’, ‘N/ui/message’, ‘N/ui/serverWidget’], /**… Continue reading Custom Suitelet for changing the Project Status

Download Excel from the custom suitelet page

/** * @NApiVersion 2.1 * @NScriptType Suitelet */ /************************************************************************************************************************* * CLIENTNAME: * AMVOP-117 * Vat Report * ********************************************************************************************************************** * Date 23/07/2021 * * Author: Jobin & Jismi IT Services LLP * Script Description : This Script is to create suitelet page for vat report * Date created : 23/07/2021 * * REVISION HISTORY * *… Continue reading Download Excel from the custom suitelet page

Governance limit for Suitelet and Email Capture Plugin

The latest document related to SuiteScript 2.0 states that ‘The governance limit for concurrentrequests for Suitelets available without login is the same as the limit for RESTlets’.● Can you give an exact date/release on which we can expect this to take account in allNetSuite accounts?● Can you confirm that this governance limit for concurrent requests… Continue reading Governance limit for Suitelet and Email Capture Plugin