SuiteCommerce Source Code Deployment Error: => and Backticks (`)

Issue Overview When working with SuiteCommerce, developers may encounter an issue where the deployment process fails due to the presence of certain JavaScript syntax elements: the arrow function (=>) and backticks (`). These syntax elements work perfectly in a local development environment but cause errors during deployment. Cause of the Issue SuiteCommerce’s deployment process involves… Continue reading SuiteCommerce Source Code Deployment Error: => and Backticks (`)

SDF deployment Error

We have a deploy.xml file which indicate that the deployment path. If you deploy all the object, then we set path as    Example, <objects> <path>~/Objects/*</path> </objects>  In this code section * means the whole file under the Object wants to deploy. Set the proper hierarchy in the path if you just want to deploy a specific file.… Continue reading SDF deployment Error