This product is NOT intendend for production and intended only for technical people who knows how to properly code in SFCC.
The cartridge should be deployed only in development or sandboxes.
Unintended usage (like big queries or object deletion) may cause disruption in the system.
This solution and its effects are NOT eligible for Salesforce Support. Use at your own risk.
A Node interpreter is useful to solve problems fast and precisely!
This tool provides an efficient way to execute custom code that can help developers to understand the root of a problem, to fix data without deploying a new job, export objects, etc.
All the standard SFCC functions are available, along with SFRA's and custom ones developed by the team. 💪
-
⬇️ Move to your cartrdiges folder and create a shallow submodule:
git submodule add --depth 1 git@github.com:davidbertoldi/bm_nodeinterpreter.git
The
bm_nodeinterpreter
folder will be added. The submodule will point to branchmain
, that always contains the last stable version. Alternatively just download this project and put it in a folder calledbm_nodeinterpreter
. -
📄 Add the cartridge to BM site's path in Administration > Manage Sites > Business Manager Site .
-
✏️ Enable it by giving write permissions to the module under Administration > Organization > Roles > Administration > Business Manager Modules.
This module should be restricted to admin users. 💣
Move to Administration > Node Interpreter.
Put in the editor your code and click Run!
🚩 Open an issue in this repository to discuss the problem.