Skip to content

Commit

Permalink
Merge pull request #45 from acrosman/feature/update-screenshots-20210623
Browse files Browse the repository at this point in the history
Replaced main screenshot and fixed image path
  • Loading branch information
acrosman authored Jun 23, 2021
2 parents 896a457 + a0d6063 commit 20e65ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a tool to generate a SQL schema to match a Salesforce Org Schema.

![Main Interface](documentation/Interface%20Screenshots/MainScreen.png?raw=true)
![Main Interface](documentation/InterfaceScreenshots/MainScreen.png?raw=true)

Salesforce2Sql will connect to a Salesforce org, allow you to select a collection of objects, and have the schema for those objects replicated to a local database. This can be very useful when working on data migration and archiving projects.

Expand All @@ -26,7 +26,7 @@ To run the project from code you will need a working copy of [NodeJS](https://no

## Salesforce Login

![Login Screen](documentation/Interface%20Screenshots/Login.PNG?raw=true)
![Login Screen](documentation/InterfaceScreenshots/Login.PNG?raw=true)

Currently only the username and password login system is supported, not OAuth2, so you likely will need your [security token](https://help.salesforce.com/articleView?id=user_security_token.htm&type=5).

Expand Down
Binary file removed documentation/Interface Screenshots/MainScreen.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20e65ec

Please sign in to comment.