You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add detection and support for Consumer Goods 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 Consumer Goods Cloud, and standardObjectsByNamespace needs to have a list of standard objects to recommend from the list of objects.
The text was updated successfully, but these errors were encountered:
Summary
Add detection and support for Consumer Goods 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 Consumer Goods Cloud, and standardObjectsByNamespace needs to have a list of standard objects to recommend from the list of objects.
The text was updated successfully, but these errors were encountered: