Creating a Custom List Page with SuiteScript 2.x

The following screenshot displays a list page created by a Suitelet. Steps for Creating a Custom List Page as above with SuiteScript 2.x: Create a Suitelet, and add the required JSDoc tags. Add the define function to load the N/ui/serverWidget Module module. To enable a Submit button, create an onRequest function. In the onRequest function create an… Continue reading Creating a Custom List Page with SuiteScript 2.x

Show alert message in Suitelet POST

/** * * @param scriptContext */ function alertMesage(scriptContext){ var html = ‘<script> alert(“The quantity should be greater than Zero”);window.close() </script>’; scriptContext.response.write(html) } The alert message will show and on clicking ok will close the whole suitelet page

CASH PROJECTION REPORT

Proposal Summary:This proposal is to create a cash flow report showing the invoice, bills, journals, bill payments, deposits and checks on weekly basis. Requirement:Yash Industries Pvt Ltd needs to have athe cash flow projection report showing the invoice, bills, journals, bill/ customer payments, vendor prepayment, deposits and checks. They need to see the report of… Continue reading CASH PROJECTION REPORT