To assign or update a user’s project roles We can see and edit a user’s Jira project role. For example, quickly assign a user to newly created roles in several different projects at one time. Log in to admin.atlassian.com From your organization, go to Directory > Users. Find the user whose role you want to modify, then select their… Continue reading In Jira Software, how to assign or update a user’s project roles and how to create a new project role
Month: May 2025
Implementing a Flat Processing Fee with Tax and Display Support in NetSuite & SuiteCommerce Advanced
Overview This article outlines how to implement a flat processing fee on Sales Orders in NetSuite and SuiteCommerce Advanced (SCA), covering end-to-end requirements including: Automated fee application for specific customer types Display across website, backend, emails, and PDFs Support for manual shipping charges Tax calculation on the fee Modular design for reuse in other projects… Continue reading Implementing a Flat Processing Fee with Tax and Display Support in NetSuite & SuiteCommerce Advanced
Importance of Obtaining Crucial Audit evidence from ERP Software
Understanding ERP Systems as a Source of Audit Evidence ERP systems, such as SAP, Oracle, Microsoft Dynamics, and NetSuite, are designed to maintain comprehensive records of transactions, controls, and reporting. This centralized data repository offers auditors a robust and integrated source of information that supports all phases of an audit — from risk assessment to… Continue reading Importance of Obtaining Crucial Audit evidence from ERP Software
How to Store Unstored Fields in NetSuite Using Workflows
In NetSuite, custom fields based on saved search values are often “unstored,” meaning their values update dynamically. While this is useful for real-time visibility, unstored fields can’t be used in reports, saved searches, or external integrations because their data isn’t saved. To overcome this, you can create a stored field, commonly referred to as a stamp… Continue reading How to Store Unstored Fields in NetSuite Using Workflows
How to Build a Forum App with NextJs and Strapi CMS
Prerequisites Node.js installed Knowledge of NextJs To set up our Strapi back-end, we will first create a directory for our project: 1 mkdir forumapp This creates a folder for our project strapi-forum. Next, we move into this folder: 1 cd forumapp Then we install Strapi: npm create strapi-app forum-backend –quickstart The command above sets up… Continue reading How to Build a Forum App with NextJs and Strapi CMS
How to point a domin name with networksolutions
Steps to Point da.com from Network Solutions to Cloudways (Magento) Login to Your Cloudways Account Go to Cloudways Dashboard. Open your Magento application. Confirm your server IP (which you mentioned is 6666.333). Login to Network Solutions Visit networksolutions.com and log in. Navigate to your domain da.com. Click Manage Domain or Edit DNS Settings. Update DNS… Continue reading How to point a domin name with networksolutions
REST API for transform an Invoice to Return Authorization
Scenario: If the user wants to create the Return Authorization for an invoice but for a particular line item. In this case, we can use the ‘!transform’ method to convert an invoice to an RMA. Here with the endpoint URL, if we provide the value ‘replace=item’, and provide needed line details in the request body.… Continue reading REST API for transform an Invoice to Return Authorization
Syntax for days until a future date function in Analytics dataset
Need to create a function in an Suite Analytics dataset that will calculate the days between TODAY and a future date for a dashboard inventory availability tracker. The future date is a transaction field. Simple functions like {Current_Date}-{Future_Date} dont work & looking for options took me on a circular journey through CASE statements, CAST statements… Continue reading Syntax for days until a future date function in Analytics dataset
Move WHT columns on Vendor bill
Want to move these columns to the left, how to do it ? Answer: At the moment, this functionality is currently unavailable. The ability to move or re-order the Expenses and Items subtabs is currently tracked under Enhancement 58415: Customize Transaction Forms – interchange the position of Expenses subtab and Items subtab.
Inventory Valuation report showing the valuation by Lot Number
Customize the Inventory Valuation report and add a column to show the valuation per lot number, but don’t see this column available. Answer: The reason why you aren’t seeing any column to show the valuation per lot number is because it is a current system limitation, thus a standard behavior in the system. This is… Continue reading Inventory Valuation report showing the valuation by Lot Number