Mental and emotional well-being is crucial for maintaining a healthy and balanced life. It involves having a positive state of mind, managing emotions effectively, and coping with stressors and challenges in a healthy manner. Prioritizing mental and emotional well-being contributes to improved overall quality of life, better relationships, and enhanced productivity. Strategies such as practicing… Continue reading Mental and Emotional Well-being
Month: June 2023
Not able to link the same Item Receipt in multiple Bills.
When creating the purchase order, there is a checkbox ‘Match Bill To Receipt’ at the PO item line level. When this checkbox is checked, if the user is creating the bill after creating the Item Receipt, the item receipt number will be automatically populated in the Bill’s ‘Item Receipts’ line-level field. But if the Bill… Continue reading Not able to link the same Item Receipt in multiple Bills.
How can I retrieve the values of multiple checked checkboxes using jQuery?
A: to retrieve the values of multiple checked checkboxes using jquery, you can use the . Map() method. Here’s an example code snippet: var checkvalues = $(‘. Messagecheckbox: checked’). Map(function() {return $(this). Val();}). Get(); in this code, $(‘. Messagecheckbox: checked’) selects all the checkboxes with the class “messagecheckbox” that are currently checked. The . Map()… Continue reading How can I retrieve the values of multiple checked checkboxes using jQuery?
Formula to find Transfer price of an item.
>>Get the price and exchange rate >>To find transfer price use the formula, (parseFloat(price) / parseFloat(exchangerate)).toFixed(2).
Multiple Currencies in NetSuite
The feature Multiple Currencies in NetSuite streamlines the process of setting things up to prepare you for international transactions. Enable Multiple Currencies in the International section of the Company tab in Enable Features. Set the Base Currency After enabling the feature, you’ll need to ensure that the correct base currency has been selected for your account.… Continue reading Multiple Currencies in NetSuite
How to set landed cost at line level in item receipt
First we need to enable the ‘landed cost per line’ then set the value using script. let newRec = scriptContext.newRecord; let landedCostField = newRec.getSublistSubrecord({ sublistId: ‘item’, … Continue reading How to set landed cost at line level in item receipt
How to set Contract Pricing through Custom Records
Saved search to display log of changes in fixed asset.
To display log of changes in fixed asset the following steps are used The navigation to be used is list>searches>saved searches>new>FAM asset The criteria used is Last modified – is within (choose the time period) Type – change (system notes) Under the result subtab choose the following fields- ID Type (System Notes) Date (System Notes)… Continue reading Saved search to display log of changes in fixed asset.
Difference between Business requirement document and Functional specification document
Difference between a Business Requirement Document (BRD) and Functional Specification Document (FSD) Purpose: BRD: Describes the high-level business needs, goals, and objectives of a project or system. It focuses on “what” the system must do to meet the requirements of the business. FSD: Outlines the detailed functionality and features that will be supported by the… Continue reading Difference between Business requirement document and Functional specification document
Customer Project in NetSuite
A project serves as a subrecord within a customer record, providing a dedicated space to monitor the financial aspects of a particular endeavor. By associating projects with customers, businesses can track costs, revenues, and other relevant data specific to each project, ultimately improving financial management and decision-making processes. To create a project within a customer… Continue reading Customer Project in NetSuite