Key Information

Register
Submit
The challenge is finished.

Challenge Overview

1. Take our existing code (NodeJS) for Heroku application or develop your own page using any technology of your choice
��
2. Connect to Jawbone API using Oauth
��
3. Push data from Jawbone API to Salesforce
��
�� a. Create these objects and store data
��
�� b. Object: JawBone (JawBone__c)
��
�� �� ��i. User Number (Name) - unique identifier from API for that user
��
�� �� ��ii. Sex (Sex__c) - Text (20)
��
�� �� ��iii. Oauth (Oauth__c) - Text (20)
��
�� �� �� �� 1. Must persist this for monthly data pull from Jawbone
��
�� c. Object: JawBone Details (JawBone_Details__c)
��
�� �� ��i. Detail Number (Name) - Auto Number (DN-{000000})
��
�� �� ��ii. Record Date (Record_Date__c) - Date
��
�� �� ��iii. JawBone (JawBone__c) - Master-Detail (JawBone)
��
�� �� ��iv. Calories (Calories__c) - Number
��
�� �� ��v. Steps (Steps__c) - Number

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30037940