Month: April 2022
Some Limitations of BeforeLoad() in User Event Script
beforeLoad() Entry point limitations: beforeLoad() user events cannot be triggered when you load/access an online form. Data cannot be manipulated for records that are loaded in beforeLoad scripts. If you attempt to update a record loaded in beforeLoad(), the logic is ignored. Data can be manipulated for records created in beforeLoad() user events. Attaching a child custom record to… Continue reading Some Limitations of BeforeLoad() in User Event Script
Resolve Error: “Please Specify an Email Address to Send to” When Creating Transactions Even if To Be E-Mailed Is Not Shown and Not Mandatory
Scenario User receives error: “Please specify an email address to send to”, when creating transactions even if To Be E-mailed is not shown and not mandatory. Navigate to Lists > Relationships > Customers Click View by particular Customer Email: Email is not defined, the field is blank Click on plus icon to create a new transactionExample: Click Invoice Fill in the form and mandatory details Click Communication tab Click Messages subtab To… Continue reading Resolve Error: “Please Specify an Email Address to Send to” When Creating Transactions Even if To Be E-Mailed Is Not Shown and Not Mandatory
How to install Axios in JavaScript
Using the node package manager (npm) Axios is available to the npm library and can be easily installed in the project by running the following command in the terminal of your code editor: Using bower to install Axios Bower is increasingly getting more and more famous among the masses. Bower helps install web packages just… Continue reading How to install Axios in JavaScript
MerGroup to Commerce Category Mapping – Solution Design
Requirement As a member of the Marketing Team I need to be able to manage the 20,000 items and their relationships to Commerce Categories without going crazy So I need the system to add and remove items from Commerce Categories based on the MerGroups(custom record) assigned to each item. Solution Notes We will create a… Continue reading MerGroup to Commerce Category Mapping – Solution Design
Setting Values to a Country List/Record Field
In Netsuite, the Standard Country list’s internal id cannot be seen through UI. We need to find the internal id of the country we are about to set to the field Solution Get the country value from any of the Netsuite records and store it in a variable For ex: Pulling ship country from sales… Continue reading Setting Values to a Country List/Record Field
Reports – UK VAT 100 There are No Values on the Boxes when Select Tax Period and Refresh
1. Create a saved search of Transactions to verify the tax period assigned on the transactions. The transactions that are supposed to show on the report: Via Lists > Search > Saved Search > Transactions On Criteria: enter filter for Type = select invoice, cash sales or bills On the Results tab: make sure that Tax Period is selected as a Column Preview the search 2.… Continue reading Reports – UK VAT 100 There are No Values on the Boxes when Select Tax Period and Refresh
How to Filter Arrays in React
Filter Single Array Filter Multidimensional Array Filter Single Array This condition will print all student names that contain character “K“. The final code looks like: Filter Multidimensional Array From this array, we want to get those students under the age of 30. So, the condition should be: The complete React component code:
Display Drop Ship Items on PDF
In order to print dropship items on pdf, enable the feature by Setup–>Accounting–>Accounting Preferences–>Order Management Tab–> Picking/Packing section –> Check the checkbox near the feature “Show Non-Inventory Items on Printed Forms” and save.
3 UX and UI Trends to Follow in 2022
Some of the trends listed here, like artistic typography or minimalist designs, are continuations of tendencies we could already experience last year. Others have emerged only recently. 1 Custom 3D/Realistic Graphics and Animations 3D graphics and animations bring to life central objects on your website and apps, making it possible for users to understand the… Continue reading 3 UX and UI Trends to Follow in 2022