Any Working Example/App for Salesforce?

Hi ,

I am a Salesforce Developer with 5+ yrs of experience.

I have installed fuseTools and started to explore. i would like to develop an app for salesforce with fusetools where my users can login and do some operations,

Are there any working example for Salesforce?

1.Authenticate with Salesforce 2.Query on objects 3.Do Dml

I have done the above things using Salesforce Mobile SDK in Phonegap/Cordova.

Please let me know if any such things exist for FuseTools as well.

Moreover, i am not able to use node js depedent or browser dependent npm modules (: :frowning: :frowning: :frowning:

Thanks, Ravi Narayanan

Hi,

There is no Salesforce working examples in the community. Please let us know if you are able to do it.

The Fuse javascript environment is a minimal environment running on the phone. It does not have the DOM module of the browser, and it does not have node internals, so a lot of the modules will not work for Fuse out of the box.

Hi,

Thanks a lot for your reply.

Will let you know if i am able to achieve bringing Salesforce records into FUSE App.

Thanks, Ravi Narayanan