Code Monkey home page Code Monkey logo

sfdx-data-move-utility-desktop-app's Introduction

The Desktop GUI Application for the Salesforce Data Loader SFDX Plugin (SFDMU)

The project WIKI: https://github.com/hknokh/SFDMU-Wiki/wiki

The plugin repository: https://github.com/forcedotcom/SFDX-Data-Move-Utility


The SFDMU Plugin (SFDX Data Move Utility) is advanced and very handy alternative to the traditional Salesforce Data Loader.


This repository contains the special Desktop Application allows you to manage SFDMU plugin configuration files from the simple and intuitive UI.


When can this Application be very useful ?

Apart from the minimal setup the export.json file has a lot of advanced properties that can be leveraged in creating and running complex migration jobs.

Therefore in some cases the json file may become very long and hard to edit it manually using the standard Notepad.

Now with this Desktop Application you don't have to work with the Notepad and the Console, because all actions are performed in a visual mode. Now it's very simple to manage the migration jobs. You can add and remove org connections, set up SObjects and fields, then run the Plugin from the application itself.

Installation and running.

# 1. Install the SFDMU Plugin from: https://github.com/forcedotcom/SFDX-Data-Move-Utility

# 2. Clone this repository.
git clone https://github.com/forcedotcom/SFDX-Data-Move-Utility-Desktop-App.git

# 3. Go into the project directory.
cd SFDX-Data-Move-Utility-Desktop-App

# 4. Install Python
https://www.python.org/downloads/release/python-2717/

# 5. Install yarn
https://classic.yarnpkg.com/en/docs/install

# 6. Install node-gyp globally
yarn global add node-gyp

# 7. Install electron globally
yarn global add electron

# 8. Install electron into app directory
yarn add electron

# 9. Install other dependencies
npm install

# 10. Compile.
npm run build

# 11. Run.
npm run main

Notes

  • This Application must have the SFDMU Plugin to be installed in your system previously.

  • The Application puts its configuration & data files into the standard user's Documents path inside dedicated directory named /SFDMU.

  • The Application supports multiple local users. Each user has his own local profile contains all his data, that is encrypted by the encryption key which is the password that is used to login into the application. So user's data never directly exposed to others. But after the creating of your local user's profile, you need to well remember your password because there is no password recovery option.

  • Supported all major hosts (Win, MACOS, Linux)

License

This product is licensed under the BSD-3-Clause - see the LICENSE.txt file for details.

sfdx-data-move-utility-desktop-app's People

Contributors

hknokh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.