Documentation of Online case form using WordPress

Online Case Form  Online case forms help customers contact you with enquiries, and help your support team resolve problems and offer customers the best service possible. Online forms are created using either NetSuite default form template or a custom HTML template you upload. We can link to the form from your websites.  In the document we… Continue reading Documentation of Online case form using WordPress

Export CSV files of Order from NetSuite to AWS SFTP server

User event script for Export CSV files of Purchase Order from NetSuite to AWS SFTP server. The script fetch the details from the PO and converted it to CSV files. Then CSV file will be stored in the file cabinet folder. The data from the file cabinet will export to SFTP server. UserEvent Script Suitelet… Continue reading Export CSV files of Order from NetSuite to AWS SFTP server

Populate Field values from source SO/Journal to Revenue Recognition journal

Revenue recognition journal will be created by bulk. So we can use map reduce script to populate the sublist value from source SO to revenue recognition journal.For the bulk processing, there may be chance for usage limit exceed issue and will throw an error “SSS_USAGE_LIMIT_EXCEEDED” and so you have to use the schedule script (scheduled/map… Continue reading Populate Field values from source SO/Journal to Revenue Recognition journal

Proposal For Colorado Delivery Fee in Sales order

Proposal summary  This proposal covers that adding the colorado delivery fee in the sales order based on the shipping address is Colorado and its proposed solution.  Requirement   When creating a sales order or open an existing sales order, before saving that SO we need to check whether the colorado delivery fee is added properly… Continue reading Proposal For Colorado Delivery Fee in Sales order

Proposal For Open Ship to Address window-Proper size in Sales order

Proposal summary  This proposal covers that a button to directly open the ship to address window – in the right size – in edit mode  and its proposed solution  Requirement   To edit a ship-to address:  open the sales order in edit mode  click on Shipping  hover over the ship to select to click on… Continue reading Proposal For Open Ship to Address window-Proper size in Sales order

Proposal For Sourcing Custom Field values from source SO/ Journal to Revenue Recognition journal

Proposal summary   This proposal covers revenue type field from Source SO/journal record to the revenue journal record.   Requirement    We want to bring the Memo and some custom field values from Source SO/journal record to the revenue journal record. This script should work only for the revenue JE.  Our Solution  Pre-requisite  The Sandbox account need to… Continue reading Proposal For Sourcing Custom Field values from source SO/ Journal to Revenue Recognition journal

Setting colour for custom button

User Event Script The highlighted portion in the script will set the color for button. We use Jquery to set the button and “#custpage_send_po” is the id of the button and we can get the id by inspecting the button in the form Client script