If you want to check whether the sales order’s date created and the line system notes date are the same or not, we need to create a formula text field in the saved search. formulatext: CASE WHEN (TO_CHAR({datecreated}, ‘DD/MM/YYYY HH24:MI’)=TO_CHAR({linesystemnotes.date}, ‘DD/MM/YYYY HH24:MI’)) THEN ‘Yes’ ELSE ‘No’ END When we use this formula in the saved… Continue reading To check whether the Date created date and Line system note date is the same or not
Month: February 2023
Resolve Notice: “A Cost Category already exists with that name. Go back, change the name and resubmit.”
User receives a notice when trying to create a Landed Cost Category even though there are no other cost categories, active and inactive, with the same name. Solution The behavior can be caused by either of the following: 1. Standard Costing feature is disabled for the account 2. The Cost Type, Landed, is selected before typing… Continue reading Resolve Notice: “A Cost Category already exists with that name. Go back, change the name and resubmit.”
Landed Cost Not Auto-Calculating on Item Receipt
Users may experience that Landed Costs are not automatically calculated on item receipts. Solution One possible reason why landed costs are not automatically populating on item receipts is due to the Expense Account set on the Cost Category.Ensure that the Expense Account set on the Cost Category related to the Landed Cost Template is Active and correct. To check: Navigate to Setup > Accounting > Accounting Lists Select Type = Cost Category View or Edit Cost Category, ensure that Cost… Continue reading Landed Cost Not Auto-Calculating on Item Receipt
RESTRICTING THE BUSINESS UNITS INSIDE THE LOCATION FIELD.
RESTRICTING THE BUSINESS UNITS INSIDE THE LOCATION FIELD.
Performance Testing
Performance testing is a type of software testing that evaluates how well a system performs under a specific workload. The objective of performance testing is to identify performance-related bottlenecks and issues in the system and to determine how the system performs under different levels of load. Performance testing can be used to evaluate different aspects… Continue reading Performance Testing
SMOKE TESTING AND SANITY TESTING
Smoke Testing: Smoke testing is an initial testing done to check if the critical functionalities of the application are working fine. It is a quick and shallow test that aims to identify major issues before proceeding to more comprehensive testing. Smoke testing is usually performed after a new build is released to ensure that the… Continue reading SMOKE TESTING AND SANITY TESTING
Play only a particular portion of a Lottie video
Html Js Thank you.
Lottie file configuration using js
HTML Lottie’s configuration using JS Thank you.
To remove Authorize return button from sales order.
1.Open a sales order, Transactions -> sales -> enter sales order2.Custmize -> customize form3.From the Actions subtab -> select standard action4.uncheck the show checkbox.5.Save.
How to Remove the “Sub-item of” on Inventory Records through CSV Import?
How to Remove the “Sub-item of” on Inventory Records through CSV Import?