Resolve Error “Hash.update: Missing a required argument” on Activation of Theme

Scenario Upon activation of a customized theme or extension, it is possible to receive an error with a message “Hash.update: Missing a required argument..”. This error mainly resembles the impact of changes that have not been fully implemented. Solution In order to resolve this error, .tmp files that have been created upon changes in the root folder… Continue reading Resolve Error “Hash.update: Missing a required argument” on Activation of Theme

Custom flow to sync related items from NetSuite as Magento related Products.

STEPS 1.Create Export Connection 2.Create Source (NetSuite) 3.Create connection for Magento. 4.Create import for Magento and give all required information such as API Name, Operation, SKU etc. 5.Perform Mapping 6.Then on running the flow we can see that the related item from the item record in NetSuite is successfully synced to Magento as Related Product.

How to universally parse JSON into blocks using jQuery

In this article we are going to know how to universally parse JSON into blocks using jQuery. In jQuery, to parse any data to any block is carried over by using DOM Insertion methods. Some of DOM Insertion methods are append(), appendTo(), html(), prepend(), prependTo(), text(). To parse JSON into any block is also handled… Continue reading How to universally parse JSON into blocks using jQuery

Set a Default Purchase Order Custom Form Based on a Subsidiary

Set a default Purchase Order Custom Form to be used based on a Subsidiary. This is achievable by creating a Custom Record that has a Custom Field which will contain the Subsidiary information and set the Custom Form on a Purchase Order using a Client Script. Create a Custom Record Navigate to Customization > Lists, Records & Fields > Record Types > New… Continue reading Set a Default Purchase Order Custom Form Based on a Subsidiary