Month: September 2022
Mass Update of line level fields
Mass Update of line level fields
Fetch the item unit price under the item pricing subtab in the customer record even if the items have different primary sale unit
To fetch the unit price of the items in the customer record under the item pricing subtab, we can use a saved search. But if the unit of measure is different the saved search will fetch the unit price based on the base unit. So if the item’s primary sales unit is different than the… Continue reading Fetch the item unit price under the item pricing subtab in the customer record even if the items have different primary sale unit
Intercompany Time & Expense
The Intercompany Time and Expense feature enables entry of intercompany time and expenses, and the transfer of time, expense, or both charges from one subsidiary to another. You can enable the Intercompany Time and Expense feature at Setup > Company > EnableFeatures,, on the Accounting subtab. OneWorld preferences at Setup > Accounting > Accounting Preferences > General subtab:… Continue reading Intercompany Time & Expense
Update line level location of SO
Update line level location of SO
Resolve error: “Please enter a value for Tax Code”
The error “Please enter a value for Tax Code” is encountered when entering the Item lines in a transaction. The error is caused due to Tax code is auto populated in the Item lines. This can be resolved by enabling a tax preference as follows: Setup > Accounting > setup taxes >select corresponding subsidiary >… Continue reading Resolve error: “Please enter a value for Tax Code”
What Is Conversion Rate & How Do You Calculate It?
Conversion rate is a measurement of the percentage of website visitors that convert into paying customers. This number can be very useful for measuring the success of marketing efforts. It helps determine where your marketing efforts need improvement and helps you set new goals. There are several ways to improve conversion rates, including optimizing your… Continue reading What Is Conversion Rate & How Do You Calculate It?
How to search Multiple Items using Item Name
The following Formulas can be used for this search. The user should use the formula numeric as it is compatible only with it. It should be used in the criteria to get the result. CASE WHEN {internalid} IN (1111, 2222, 3333) THEN 1 ELSE 0 END CASE WHEN {internalid} = any(1111, 2222, 3333) THEN 1… Continue reading How to search Multiple Items using Item Name
What is Static Testing?
Static Testing is a software testing technique which is used to check defects in software application without executing the code. Static testing is done to avoid errors at an early stage of development as it is easier to identify the errors and solve the errors. It also helps finding errors that may not be found by… Continue reading What is Static Testing?