/** * @NApiVersion 2.1 * @NScriptType Suitelet */ /** * Simple form with Name field – Say hello */ define([‘N/ui/serverWidget’], /** * @param{serverWidget} serverWidget */ (serverWidget) => { /** * Defines the Suitelet script trigger point. * @param {Object} scriptContext * @param {ServerRequest} scriptContext.request – Incoming request * @param {ServerResponse} scriptContext.response – Suitelet response *… Continue reading Sample Suitelet – User interface Form
Tag: suitelet
Custom page in employee centre
AQ-276 The script is to create a custom suitelet page on the employee page similar to the Approve time page and in this we can list out the expense report to be approved for the project manager. But for viewing the expense report, we can show them the print out of the expense report which… Continue reading Custom page in employee centre
Script Optimization
Script optimization is an essential and in here we discuss about handling searches effectively in scripts without affecting user experience.
Inbound shipment PDF Button
To show a button named ‘Print Label’ on Inbound Shipping Record.
N/query module – Script Sample
It briefs a script sample with N/query module.
Suitelet for approve transaction page.
Suitelet shows a list of transactions.
View cash sale
View the current cash sale page and
edit it by a button action.
View Journal
View the current journal entry, redirect the page to a list page on a button click.
First transaction screen
we can create two journal by one custom page.
Here we use virtual account for the corresponding currency.
Create SO in the customer centre.
Create quote and sales order from customer center.