Set colour for custom button which added using workflow

/** * @NApiVersion 2.1 * @NScriptType UserEventScript */ define([“N/record”, “N/log”, “N/redirect”, “N/ui/serverWidget”], function ( record, log, redirect, ui ) { function beforeLoad(context) { try { log.debug(“In btn color change”); let form = context.form; let newFieldview26 = form.addField({ id: ‘custpage_activity’, type: ‘INLINEHTML’, label: ‘Activity 1’ }); let html26 = “<script></script><style>input#custpageworkflow2200 {background-color: #00b300 !important;color: white !important;} input#custpageworkflow2208… Continue reading Set colour for custom button which added using workflow

NetSuite User event script VS Workflow for custom buttons

NetSuite workflow and event scripts are both tools that can be used to create custom buttons in NetSuite. While they serve a similar purpose, there are some key differences between the two. Advantages of NetSuite Workflow for Custom Buttons: 1. User-Friendly Interface: NetSuite workflow has a drag-and-drop interface, making it easier for users to create… Continue reading NetSuite User event script VS Workflow for custom buttons

Proposal: Logistic Invoicing

Requirement  Blue Rhine Industries requires customization of the invoice to match the logistic invoice format, enabling the submission of a unified document to higher authorities. Currently, the NetSuite customer invoice and the logistic invoice have separate document numbers for a single invoice record. The objective is to generate a single invoice with the same document… Continue reading Proposal: Logistic Invoicing