Set Field Value from Suitelet Popup Called from Client Script

Scenario: A client side script on a transaction record calls a popup Suitelet that lets you search and select an item. After selecting the item from the Suitelet, it should then set the item to the line item of the transaction record. Solution: There should be data flow from Client script applied to Suitelet form… Continue reading Set Field Value from Suitelet Popup Called from Client Script

Adjust the Size of a field in Suitelet form with the native Suitelet method

Issue: Usually, the standard size of the TEXT Type field and other types should be different when you simply add different types of fields in suitelet form with no special styling. So to make size corrections to make them all look alike. But met with a case where updateDisplaySize() not working in Suitelet. Solution: Strictly… Continue reading Adjust the Size of a field in Suitelet form with the native Suitelet method

Create a Promotion Feed

The Promotion Feed uses the Product Feed and Promotion Feed records to collect the necessary data for export. The mechanism for obtaining the data included in the promotion feed is identical to that of the Product Feed, with additional promotional information retrieved by the Promotion Feed record. You create a Promotion Feed record where you… Continue reading Create a Promotion Feed

NetSuite CPQ

NetSuite CPQ is a front-end sales solution that helps you automate, accelerate, and increase accuracy in the process of configuring, quoting, and ordering complex products and services by leveraging your business logic. By quoting and selling complex configurable items quickly, sales teams can improve customer experience and satisfaction while investing the saved time in enhancing… Continue reading NetSuite CPQ

Feednomics

Product Feeds This information refers to SuiteCommerce or the Aconcagua release of SuiteCommerce Advanced and later. A product feed contains a list of items and their attributes that can be used by third-party solutions for marketing purposes. You can use product feeds to advertise your products in marketplaces, shopping channels, and product comparison search engines.… Continue reading Feednomics

Script to Update payment card token

Description: MR script that runs every day, searches for payment card tokens created on that day and load & save the line records (custom record) which holds the MASK value in the payment card Lookup Key field (custom field).

Working with ES6

ES6 functions are only detected in the version 2.1 suite script.Eg: filter(), find() etc. So, while writing library scripts maximum avoid using ES6 functions to avoid errors in other scripts which use this library.

Solution Proposed to Tackle CyberSource Enhancement

For more details on Enhancement https://jobinandjismi.in/wp-admin/post.php?post=32777&action=edit Solution Notes : We need an MR script that runs every day, searches for payment card tokens created on that day, and load & save the line records (a custom record) which hold the MASK value in the “payment card Lookup Key” custom field. We need to modify the… Continue reading Solution Proposed to Tackle CyberSource Enhancement