Posts

Saleforce Mobile SDK and Ionic – Adding Ionic to Mobile SDK - Part II

Saleforce Mobile SDK and Ionic – Adding Ionic to Mobile SDK - Part II

Brett M. Nelson - Wednesday, July 5, 2017

With our goal of using the Salesforce Mobile SDK with the Ionic Framework in mind we have started the process of adding Ionic into an app generated with forcedroid.   Let's continue that now but co...
Saleforce Mobile SDK and Ionic – Adding Ionic to Mobile SDK - Part I

Saleforce Mobile SDK and Ionic – Adding Ionic to Mobile SDK - Part I

Brett M. Nelson - Tuesday, July 4, 2017

We've already set up an app to that can talk to our Salesforce Org and we have set up an app that has the Ionic Framework.  Now we need to setup up an app with Ionic.  To do that we will create an ...
Saleforce Mobile SDK and Ionic - Setup the Ionic Framework

Saleforce Mobile SDK and Ionic - Setup the Ionic Framework

Brett M. Nelson - Monday, July 3, 2017

So far we have setup our Org and ran a sample Salesforce Mobile SDK app against it.   Now it didn't look too pretty and things might get a little un-organized if we stick with what the Mobile SDK c...

Around the Web – 20170630

Brett M. Nelson - Friday, June 30, 2017

And now for somethings to read over the weekend, if you have some spare time that is. TrailheaDX Salesforce Developer Conference Live Broadcast Streamed live on Jun 28, 2017 TrailheaDX ’17 is the m...
Saleforce Mobile SDK and Ionic – First Run

Saleforce Mobile SDK and Ionic – First Run

Brett M. Nelson - Thursday, June 29, 2017

Now that our Org is ready and the basic app has been generated we can see some real progress finally.  Let's set the our Consumer Key and Callback URL in the app and try login in to the Org through...
Saleforce Mobile SDK and Ionic – Setup the Org

Saleforce Mobile SDK and Ionic – Setup the Org

Brett M. Nelson - Wednesday, June 28, 2017

In our quest to make a mobile app that talks to our Salesforce.com Org we will need to add some configuration to our Org to allow the all to work.  Lets head into our Org and do that now. Org Setup...
Saleforce Mobile SDK and Ionic – Setup the Mobile SDK

Saleforce Mobile SDK and Ionic – Setup the Mobile SDK

Brett M. Nelson - Tuesday, June 27, 2017

Last time we looked at the tools we would be working with to make an mobile app.  Let's start getting those tools ready to use. Install Things Ok so the install is pretty easy.  npm install forcedr...
Saleforce Mobile SDK and Ionic - Intro

Saleforce Mobile SDK and Ionic - Intro

Brett M. Nelson - Monday, June 26, 2017

Sometimes you feel like a nut, sometimes you feel like making a mobile app with the Salesforce Mobile SDK and Ionic Framework.  It takes all kinds to make the world go around and if your not feelin...

Around the Web – 20170623

Brett M. Nelson - Friday, June 23, 2017

And now for somethings to read over the weekend, if you have some spare time that is. SOLID principles using Typescript Using TypeScript?  What some SOLID examples? Here's a little primer.  Don't k...
Salesforce DX - Jenkins - Jenkinsfile Revisited

Salesforce DX - Jenkins - Jenkinsfile Revisited

Brett M. Nelson - Thursday, June 22, 2017

So far we have Jenkins setup to run and configured for our repository from Salesforce DX – Setup Jenkins, added a Jenkinsfile to get a the pipeline to run in Salesforce DX – Setup Jenkins – Jenkins...
Salesforce DX - Jenkins - Environment Variables

Salesforce DX - Jenkins - Environment Variables

Brett M. Nelson - Wednesday, June 21, 2017

We should almost have everything set up to run Jenkins with Salesforce DX.  The last thing we need to do is configure our environment variables that we "used" in Salesforce DX – Setup Jen...
Salesforce DX - Setup Jenkins - Jenkinsfile

Salesforce DX - Setup Jenkins - Jenkinsfile

Brett M. Nelson - Tuesday, June 20, 2017

In Salesforce DX – Setup Jenkins we set up Jenkins to pull from our Github repository.  It really didn't do anything else since there was no Jenkinsfile to explain to Jenkins what to do.  Lets prov...