Blocked by ‘ Invalid webapp id :”configurationManifest.json” ‘ – Here’s the Fix

Have you ever come across such a blocker while trying to access the Configuration page in SuiteCommerce? If yes, you’re not alone. This error-“Invalid webapp id : ‘configurationManifest.json’” – typically occurs when NetSuite fails to resolve the correct domain mapping for your SuiteCommerce site. But Don’t worry, the solution may be simpler than expected. One… Continue reading Blocked by ‘ Invalid webapp id :”configurationManifest.json” ‘ – Here’s the Fix

Issue in recognizing Node.js installed on the local system

While working in the local setup required for SuiteCommerce Advanced, there were four prerequisites to be met for setting up the environment required for running the SCA website: Node package manager(npm), Node version manager(nvm), gulp, Node JS and gulp. However, if Node.js is installed standalone , if the command ‘node -v’ is run in the… Continue reading Issue in recognizing Node.js installed on the local system

Payout to Reconciliation Automation for NetSuite

‘Payout to Reconciliation Automation for NetSuite’ integration app and its structure The “Payout to Reconciliation Automation for NetSuite” integration app provides you the capability to reconcile transactions processed via different payment gateways integrated with leading web stores and marketplaces. To reconcile transactions from different gateways, you can install one business process app and integrate it… Continue reading Payout to Reconciliation Automation for NetSuite

Webstore Matrix Item With Hyphenated Item Option the Associated Image Not Displayed

There might be scenarios where the Associated Images for an item are not showing on the SuiteCommerce Advanced webstore Go to an Item record > Webstore tab > Associated Images subtab > <Image>_<option>-<option>.extension (i.e., DCIM_X-Large.png) Navigate to Commerce > Websites  > Configuration Populate Website & Domain Navigate to Shopping Catalog subtab and click on the Multi-Image Option tab and add the custom field id of the matrix option. In order to resolve, follow these steps:  Navigate… Continue reading Webstore Matrix Item With Hyphenated Item Option the Associated Image Not Displayed

Customizing Item Name Display in PLP, PDP, and Cart via Configuration

Create Configuration Record “SiteSpecific.fieldName”: {   “type”: “string”,   “title”: “Field Name”,   “description”: “Enter the item field name to display as name for this subsidiary/domain”,   “default”: “storedescription”,   “group”: “shoppingApplication”,   “subtab”: “SiteSpecific” } PLP  plp.addToViewContextDefinition(‘Facets.ItemCell.View’, ‘name’, ‘string’, function name(context) {                        … Continue reading Customizing Item Name Display in PLP, PDP, and Cart via Configuration

Resolve error when verifying Amazon bundle

You may see the error “Celigo Product Bundle not installed in NetSuite. Please install and try again” during setup or verification of a new integration. This error may appear even if the Celigo Product Bundle is already installed in NetSuite. Error message: “Celigo Product Bundle not installed in NetSuite. Please install and try again.” Reason: The error… Continue reading Resolve error when verifying Amazon bundle

Why was my Magento 2 website serving stale content and not syncing static files or product data correctly?

This issue was caused by a misconfiguration in the Varnish cache integration settings in env.php. Specifically, the ‘http_cache_hosts’ section had incorrect port numbers and host values, preventing Magento from properly purging cached content after updates. The http_cache_hosts array in env.php tells Magento which Varnish servers to send purge requests to when content is updated. If… Continue reading Why was my Magento 2 website serving stale content and not syncing static files or product data correctly?

Published
Categorized as Magento

Deduplicating Customer Records in NetSuite Using SuiteScript

In any business, managing customer records efficiently is crucial for maintaining data integrity and optimizing operations. However, duplicate customer records can lead to confusion, errors, and inefficiencies. In NetSuite SuiteScript provides powerful tools to automate tasks and streamline processes. One such tool is the task.TaskType.ENTITY_DEDUPLICATION function, which can be utilized within scripts to deduplicate customer… Continue reading Deduplicating Customer Records in NetSuite Using SuiteScript

Section 194I – TDS on Rent

Section 194-I is to deduct tax on rent payment for hiring plant, machinery or equipment at a rate of 2% and 10% for rent paid for use of land, building or furniture & fittings. TDS will be deducted if the rent exceeds the threshold limit of Rs 6 lacs in the financial year or Rs… Continue reading Section 194I – TDS on Rent

Published
Categorized as Finance

‘Current Record’ value is not appearing in Selection list of the Set Field Value action on the Workflow

Problem Statement: We have encountered an issue during the workflow development where the ‘Current Record’ value is not appearing as expected in the Selection list of the Set Field Value action on the Workflow. This seems to be due to the large volume of transactions in the account, which causes the field values to buffer… Continue reading ‘Current Record’ value is not appearing in Selection list of the Set Field Value action on the Workflow