Skip to content

A Node interpreter for Salesforce Commerce Cloud Business Manager

Notifications You must be signed in to change notification settings

davidbertoldi/bm_nodeinterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node Interpreter for Business Manager

⚠️ Before usage ⚠️

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.

Overview

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. 💪

Installation

  1. ⬇️ 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 branch main, that always contains the last stable version. Alternatively just download this project and put it in a folder called bm_nodeinterpreter.

  2. 📄 Add the cartridge to BM site's path in Administration > Manage Sites > Business Manager Site .

  3. ✏️ Enable it by giving write permissions to the module under Administration > Organization > Roles > Administration > Business Manager Modules.

Usage

This module should be restricted to admin users. 💣

Move to Administration > Node Interpreter.

Put in the editor your code and click Run!

example

Something is not working?

🚩 Open an issue in this repository to discuss the problem.