The following will be the impact of having a locked and unlocked Tax Period, which is inconsistent with the Accounting Period. For example, an Invoice dated FEB 2023, which resulted in a tax, was posted under the following setup: Under Manage Tax Periods Page: FEB 2023=Locked March 2023=Unlocked Under the Accounting Periods page: FEB 2023=Open… Continue reading Locked/ Unlocked Tax Period Not Consistent with its Corresponding Accounting Period
Month: March 2023
Things to note before Vendor Expense Bill import
Things to note during Vendor Bill import: To maintain performance, 5000 lines per transaction is the maximum recommended limit for transactions submitted through CSV import. We must map an external ID or internal ID to serve as a unique ID per record. The unique ID should be included in every line of the CSV files.… Continue reading Things to note before Vendor Expense Bill import
How to Boost Mobile SEO Rankings
Google recently changed its search algorithm to index mobile content first, which means that you have to consider mobile SEO as part of your overall SEO strategy. This change is a big deal for both mobile users and for businesses. Fortunately, there are some ways you can boost your mobile SEO ranking, so you can… Continue reading How to Boost Mobile SEO Rankings
coding standard of Suite Commerce
HTML coding standards in SCA Use Lowercase Element Names HTML allows mixing uppercase and lowercase letters in element names. However, recommend using lowercase element names. Good Bad Close All HTML Elements In HTML, you do not have to close all elements (for example the <p> element). However, it is strongly recommend closing all HTML… Continue reading coding standard of Suite Commerce
Entry points in Client Scripts :
Script Entry Point Description fieldChanged(scriptContext) Defines the function that is executed when a field is changed by a user or client call. lineInit(scriptContext) Defines the function that is executed when an existing line is selected. localizationContextEnter(scriptContext) Defines the function that is executed when the record enters the localization context that is specified on the script… Continue reading Entry points in Client Scripts :
3 Way Match Vendor Bill Approval Workflow
The 3 Way Match Vendor Bill Approval Workflow checks the vendor bill for discrepancies before it is processed for payment. It validates the details of a vendor bill against the details of its corresponding purchase order and item receipt. Bills with identified discrepancies are automatically routed to the assigned supervisor for review and approval. The… Continue reading 3 Way Match Vendor Bill Approval Workflow
Nexus Level Tax Exemption
In Suite tax, you are required to select a tax engine for all the nexuses assigned to your subsidiaries regardless if you require taxes on your transactions or not. But, Nexus-level tax exemption enables us to skip the tax engine selection and the rest of the tax engine setup. No call is made to a… Continue reading Nexus Level Tax Exemption
Best practices to simplify your code
Declare and initialize your variables at the top Nothing disrupts readability like a late declaration. Just as it’s easier to take out all your tools before starting a job, it’s simpler to declare all variables before getting into the nitty-gritty of your function. This gives easy access should we need to tweak any name or… Continue reading Best practices to simplify your code
Basic connection setup of ODBC driver with NetSuite account and then connect NetSuite with Power BI
The requirement was to Connect NetSuite account with Microsoft Power BI, to create reports in Power BI using NetSuite data. For that Suite Analytics Connect Service must be enabled in the NetSuite account. The detailed procedure on this will be described in the document below.
What All Transactions Make Available Quantity Change
In there is a list of transactions that could impact the available quantity of an item. The following are the list of transaction that could affect the Available Quantity of an item. Sales order Item fulfillment Cash Sale Invoice Cash refund Credit memo Item Receipt Vendor Bill Vendor credit Inventory Adjustment Inventory Worksheet Inventory Transfer… Continue reading What All Transactions Make Available Quantity Change