JSForce

Area to learn and play with JSForce. index.js contains the code.

migrator.js

migrates salesforce metadata from a source org to a target org

To Run

$ ./node_modules/.bin/babel-node migrator.js

sharing-rules-operations.js

created country code firewall criteria based sharing rules

To Run

$ ./node_modules/.bin/babel-node sharing-rules-operations.js

account-fetcher.js

Developing

$ DEBUG=account* nodemon -e js account-fetcher.js