To check whether the Date created date and Line system note date is the same or not

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

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

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