acrosman / Salesforce2Sql

Electron app to convert a Salesforce org's schema into a similarly shaped database.
MIT License
14 stars 8 forks source link

Support Health Cloud #190

Open acrosman opened 1 year ago

acrosman commented 1 year ago

Summary

Add detection and support for Health Cloud

Please describe the problem you are trying to solve.

Currently Salesforce2Sql supports detection of NPSP and EDA, then falls back to assume Sales Cloud. Each option triggers default selection of a different set of Standard Objects. Generally having support for all Industry clouds would be useful.

Proposed Solution

The sf_calls.js file needs two updates. The sniffOrgType() function needs to be updated to know about Health Cloud, and standardObjectsByNamespace needs to have a list of standard objects to recommend from the list of objects.