• Arec Johnson
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I am trying to connect with the Salesforce via API call. I got the access token first by providing username, password, consumer key, consumer secret, grant_type. Then I used the access token and made the second call which is the actual API call for salesforce.

My question is, Is it possible to connect the Salesforce just using access token,username and password without really providing the consumer key and consumer secret or we definitely need the consumer key and consumer secret to connect with Salesforce.

We are using REST API and I don't want to use consumer key and consumer secret. Please suggested how to achieve this.

I have an online store selling Sessions.

Each Session has multiple presentations.

A Session Package is made up of multiple sessions.

 

A session looks up to it's parent, which is a conference object, since we have yearly conferences.

 

I need a way to associate multiple sessions with multiple packages.

Package1 = Session1, Session2,Session18

Package2 = Session1,Session12,Session14

Package3 = Session12,Session14,Sesson2

 

I cannot use the master/detail or lookup, that forces me to use too many objects, also, I already have relationships on those objects.

 

Any ideas on how you would create this package builder?

I want to convert DateTime Value to Date Value , Please help me out ????????????