Month: May 2022
EFT bill processing based on subsidiary
EFT bill processing based on subsidiary
Challenges Faced by Testers While Testing a Web Application
1)Cross-Browser Compatibility: Currently, with hundreds of browsers along with their different versions available for desktop and mobile, cross-browser compatibility is a common issue. It is ideal for a tester to use a cloud testing platform like Lambdatest for testing whether the application is compatible across different browsers. 2)Responsiveness: It’s of utmost importance that your images are responsive… Continue reading Challenges Faced by Testers While Testing a Web Application
How to fix ‘Syntax error: missing ; before statement’ for suitescript documents version 2.0 and below
Suitescripts written in version 2.0 or below shows this error ‘Syntax error: missing ; before statement’ even when there is ‘;’ present after every single line of code. For example check this client script sample code in suitescript v2.0.(This is a sample code and not used for any specific purpose) /** *@NApiVersion 2.0 *@NScriptType ClientScript… Continue reading How to fix ‘Syntax error: missing ; before statement’ for suitescript documents version 2.0 and below
APC:380 – Test case documentation : Updating the UPS Tracking Number Integration for Item Fulfillments with Multiple Tracking Numbers
The Revenue Arrangement
The Revenue Arrangement & Revenue Plan Update Frequency setting under Setup > Accounting > Accounting Preferences – General generates a Revenue Arrangement and Plan. Revenue Arrangements and Plans must be manually generated if the default is manual. If the Revenue Arrangement is formed soon after the source document, the Revenue Arrangement is created first. In… Continue reading The Revenue Arrangement
Functionality to resolve negative Quantity in Netsuite without affecting Sales Report
In a scenario where Cash sale is created and and billed without creating Item fulfillment Item fulfillment is not creating and the there is a Fully cash refund, it will increment the total quantity of the item. In a scenario where Available Quantity is 100 Created a SO/Cash sale with Quantity 10 Quantity available –… Continue reading Functionality to resolve negative Quantity in Netsuite without affecting Sales Report
Saved Search Formula for ” On Hand Quantity” in a location
CEIL(NVL(MIN(CASE WHEN {inventorylocation.id}=’5′ OR {memberitem.inventorylocation.id}=’5′ THEN (CASE WHEN {type}=’Inventory Item’ THEN (NVL({locationquantityonorder},0)) ELSE (NVL({memberitem.locationquantityonorder},0)/{memberquantity}) END) END),0))
To Get Current Status of Ordered Items.
To get current status of ordered items in Recent orders and Order History of My Account.
Adding Carriage Charges in Netsuite
Condition – Auto populate carriage charges on a sales order when the transaction total is less than 150 Solution: We can add a custom transaction line to the line items as carriage charges through a workflow. In the workflow, give the conditions as workflow triggered only when the sales order is created, transaction total is… Continue reading Adding Carriage Charges in Netsuite