Comments

chriscalip’s picture

One of the things we are gonna have to tackle is that the difference between this module and sf_webform will not be as big. Both are using salesforce_api.

Differences I see:

1. Shucks I could not make sf_webform work :P It's really a stark difference between the usability of both modules.
What I mean is the sf_webform chooses to make nice with the salesforce_api ctools provided fieldmap form; while we make use
of underlying assumptions of webform users already. If you wanna map out the salesforce field and webform field ... you do it on the webform component edit form page.
2. From what I can see sf_webform does not pass to sf on webform submit... but does it on bulk -- cron and through a form page do bulk pass.