• Vikas Vasudevan
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Hi there,
I have created this salesforce platform dev 1 certification series. Its all free. Check it out if you are interested

https://www.youtube.com/playlist?list=PL57B82Dd6pFffk4dNNG4XzeBXYpnyEjQt

Cheers
HI there,

I am very new to salesforce integration. I am trying to consume third party web api so i can push data from salesforce via third party API. I am struggling with setting up the configuration. I have tried to create connected app and added third party api end point as call back. I am not sure if its the right way to do it?  Is there any documentation i can refer to for consuming third party rest API using oauth 2 using named instance?   I be using HTTP call out. So entire confusion is under named instance where i have selected oauth 2 and when i try to set auth provider i am not sure what auth provider type i have to choose i can see salesforce , google, linkedin etc. Since salesforce is consuming it. 
HI,
I am trying to query the result based on order by from inner query but i am not having any luck.

SELECT id,(SELECT CreatedDate FROM Steps ORDER BY CreatedDate DESC LIMIT 1 )  FROM PROCESSINSTANCE WHERE STATUS = 'Pending' order by Steps.CreatedDate desc

This query dont work
I would love to order the main query by Steps Createdate. Is it possible to do so?
Thanks
HI there,

I am very new to salesforce integration. I am trying to consume third party web api so i can push data from salesforce via third party API. I am struggling with setting up the configuration. I have tried to create connected app and added third party api end point as call back. I am not sure if its the right way to do it?  Is there any documentation i can refer to for consuming third party rest API using oauth 2 using named instance?   I be using HTTP call out. So entire confusion is under named instance where i have selected oauth 2 and when i try to set auth provider i am not sure what auth provider type i have to choose i can see salesforce , google, linkedin etc. Since salesforce is consuming it.