Using this formula only Child Item Names will displayed in the formula column Criteria :Parent:Name is not empty Result:Name, Formula Text : ltrim(regexp_substr({name},'[^:]*$’))
Month: March 2023
India TaX Localization – New Update on Release 2022.2
India Localization Enhancements India Localization SuiteTax Reports SuiteApp version 3.00.0 includes the following enhancements:| ■ You can now generate the GST Purchase Register report without Compensation Cess using theSuiteApp. The report provides a comprehensive view of all purchases made during a certain period. ■ You can now configure the GSRT1 CDNR report to include or… Continue reading India TaX Localization – New Update on Release 2022.2
Advanced Revenue Management Updates of Enablement
The Advanced Revenue Management feature is now split into the following features: ■ Advanced Revenue Management (Essentials) – This feature supports the use of revenuearrangements and plans to automate revenue deferral, recognition, forecasting, and auditing. ■ Advanced Revenue Management (Revenue Allocation) – This feature is an add-on to AdvancedRevenue Management (Essentials). This feature supports the… Continue reading Advanced Revenue Management Updates of Enablement
Creating Customer Mapping Rules ( Automated cash application)
Go to Transactions > Bank > Automated Cash Application. Choose the bank or credit card account for which you want to establish a customer mapping rule from the Account list. A list of imported bank lines for which NetSuite was unable to locate matching payments is displayed by NetSuite. Choose “Customer” from the drop-down menu:… Continue reading Creating Customer Mapping Rules ( Automated cash application)
Error-“URL key for specified store already exists”
While working on NetSuite-Magento integration flow, this error occurs when exporting matrix subitems from NetSuite to Magento. When name of product is same at that time this error comes. Magento 2 automatically generate url key based on name but if the name is same then the error occurs. So check the name of product,if its… Continue reading Error-“URL key for specified store already exists”
Automated Cash Application : How to Filter Imported Bank Data Lines
SCENARIO User need to Filter the imported Bank data lines SOLUTION Imported bank lines can be sort on the Automatic Cash Application page. Navigate to Transactions > Bank > Automatic Cash Application to filter imported bank lines. Choose the proper bank or credit card account from the Account list. A list of all bank lines… Continue reading Automated Cash Application : How to Filter Imported Bank Data Lines
Install the Bigcommerce – Netsuite Integration in Celigo
First, configure the Netsuite with this by giving the Account ID, ( which we get from Setup>Company>Company Information) Then configure the Bigcommerce To configure this we should have a Client ID, Acess token, and Store hash ( all 3 are provided by the client, in the case of the test account we can generate this)… Continue reading Install the Bigcommerce – Netsuite Integration in Celigo
Exclude Backordered Items on Invoice
Steps to Exclude Backordered Items on Invoice.
Passing a value from JS to PHP as a parameter
In some cases, we may need to pass data from an input field or template file to the PHP controller. There are different methods like form submission and calling the field by $_GET or $_POST functionshere we used the real-time scheme to pass value directly through PHPThis can be achieved using the following code, here… Continue reading Passing a value from JS to PHP as a parameter