Kerala, a state in southern India, is known for its liberal social policies and rich diversity of culture. In spite of this, diversity and inclusion issues remain in many Kerala workplaces. However, there has been an increasing awareness of the value of workplace diversity and inclusion in Kerala in recent years, as well as the… Continue reading The Importance of Workplace Diversity and Inclusion in Kerala
Month: May 2023
Which all entry points in a client script return values?
fieldChanged(scriptContext) : The fieldChanged(scriptContext) entry point in client scripts in NetSuite does not explicitly return any values. This entry point is triggered when a field on the form is changed by the user, and the script can manipulate the form in response to the change. The scriptContext parameter contains information about the event that triggered… Continue reading Which all entry points in a client script return values?
How to Fix “Gulp error: Unknown product Advanced”
It usually happens when versioning is off. Download the zip of the SCA Dev Tools for the core from the file cabinet Install the required node version based on the SCA version that we are using (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_158894785342.html). Make sure you’re on the correct node version and navigate into the SC_version.<2>file. Run npm install in command prompt… Continue reading How to Fix “Gulp error: Unknown product Advanced”
Setting Date format as “Month Date, Year”(e.g., April 28,2023) via Javascript
User wants to set the date format in the email body as “Month Date, Year”, for example April 28,2023. The code is given below. If the “datecreated” value was “2023-04-28”, the above code will return “April 28,2023”.
How to Calculate General Unit Landed Cost in Inbound Shipment for Weight
To calculate unit landed cost for each item in an inbound shipment, follow the steps below: Step 1: Determine the Total Weight of Each Item To calculate the total weight of each item, multiply the weight of each item as defined in the item record by the quantity of that item in the inbound shipment.… Continue reading How to Calculate General Unit Landed Cost in Inbound Shipment for Weight
API Request using Postman
When making an API Request, an error message appears. What will be the reason behind this error message SOLUTION Only the accept and content-type given as application/json
Tips for writing engaging social media posts.
Social media is a powerful tool for businesses to connect with their audience, but with so much content out there, it can be difficult to stand out. Writing engaging social media posts is crucial for capturing your audience’s attention and building a strong social media presence. Here are some tips for writing engaging social media… Continue reading Tips for writing engaging social media posts.
How to create content that aligns with your brand’s value
Creating content that aligns with your brand’s values is crucial for building a strong brand identity and maintaining a loyal audience. Your brand’s values are the core beliefs and principles that guide your company’s actions, decisions, and interactions with customers. To create content that aligns with these values, here are some tips: Define your brand… Continue reading How to create content that aligns with your brand’s value
Understanding and Implementing Workplace Wellness Programs
Workplace wellness programs are initiatives implemented to improve the health and well-being of the employees in an organization. Wellness programs aim to create a healthy workplace culture by promoting healthy habits and providing resources and support for employees to achieve their health goals. Before implementing a workplace wellness program in an organization, it is important… Continue reading Understanding and Implementing Workplace Wellness Programs
How to add webstore description field on Product Details Page in SuiteCommerce Advanced
There can be scenarios when the web store description is not shown on the SuiteCommerce Advanced webstore’s product details page. To solve this issue, the webstore must be configured properly as follows: Go to Lists > Accounting > Items View any item record displayed on the website > Web Store tab Determine if the product description is entered in Web Store Description field (Field ID: storedescription)… Continue reading How to add webstore description field on Product Details Page in SuiteCommerce Advanced