Adding themes to Next.js app makes it possible for users to personalize their experience and improve the usability of product. With themes, users can easily switch between light and dark modes. Next themes This package provides a custom useTheme hook to consume and change the current theme. It can also select between dark and light modes based… Continue reading How to implement dark/light theme in Nextjs
Month: September 2023
Create a file from a URL to assign a file input
Create a table in the database using code in WordPress.
Code to create a database table dynamically using PHP. Add this code to function.php or php file in plugin.
Single CSV file for different Records Import
Scenario Feasibility of using a single CSV file for importing various types of records into NetSuite using task module in scheduled script Created a scheduled script. Created 2 Saved imports, one for customers and the other for items. Saved a CSV file in suitescript folder under the name testcsvimport.csv The sample is given below Script… Continue reading Single CSV file for different Records Import
Role of a Sales Manager
A sales manager is one who builds and nurtures a team. Communication skills is one of the most possible trait he should have. Before he speaks, should listen first, because he should understand what the sales rep is actually saying. The manager should be aware of the message that is transmitted to the sales rep… Continue reading Role of a Sales Manager
Negotiating NetSuite Licenses
Summary of the webinar conducted by the Oracle is given below. Beliefs, Skills, and Techniques If you are a practitioner in negotiating, you are more fear-free. In order to close the deal, we have to partner with the NetSuite team and close it. Not by negotiating against the netsuite. Think about why we are solutioning… Continue reading Negotiating NetSuite Licenses
FAM – Migration of Mid-life Assets
Import Preference for New Assets If we are importing mid-life assets, set these preferences as follows: In Setup > Import/Export > CSV Import Preference, check the Run Server SuiteScript and Trigger Workflows box. In Fixed Assets > Setup > System Setup, clear the Run Server Script on CSV Import box. Guidelines for Importing Mid-life Asset Records We… Continue reading FAM – Migration of Mid-life Assets
FAM – Migration of New Fixed Assets
Import Preference for New Assets If we are importing new assets, set these preferences as follows: In Setup > Import/Export > CSV Import Preference, check the Run Server SuiteScript and Trigger Workflows box. In Fixed Assets > Setup > System Setup, check the Run Server Script on CSV Import box. Guidelines for Fixed Asset Import Import… Continue reading FAM – Migration of New Fixed Assets
Solve the error
{“type”:”error.SuiteScriptError”,”name”:”SSS_AUTHOR_MUST_BE_EMPLOYEE”,”message”:”The author internal id or email must match an employee.”,”id”:””,”stack”:[“Error\n at Object.map (/SuiteScripts/Jobin and Jismi IT Solutions/Order Processing Email Notification/jj_mr_folllowup_and_overdue_notification_otga1476.js:251:67)”],”cause”:{“type”:”internal error”,”code”:”SSS_AUTHOR_MUST_BE_EMPLOYEE”,”details”:”The author internal id or email must match an employee.”,”userEvent”:null,”stackTrace”:[“Error\n at Object.map (/SuiteScripts/Jobin and Jismi IT Solutions/Order Processing Email Notification/jj_mr_folllowup_and_overdue_notification_otga1476.js:251:67)”],”notifyOff”:false},”notifyOff”:false,”userFacing”:true} This is the error get after executing a map/reduce script, which is deployed in the… Continue reading Solve the error
Identify email templates used in transactions
Open the required transaction form in edit mode. Email template used is given in the Email message template field. If the email message template is “Default email template” To see the default email template, navigate to Setup > Company > Email Preferences Under Transactions, default email template can be viewed.