Hi The assignment which you gave in the previous video, is there any video or blog present where we can verify what we have done or look into when we are stuck ? If you can start the next videos with a solution of the previous videos assignment will be helpful for learning.
Hey Guys, Great Video and great course!. I'm getting this message when I make the first call to salesforce from postmat to obtain the access token Bad Message 400reason: No Host. Perhaps, do you know what could be happening and how to solve it? thanks in advance!.
Hi Apex hours, how to query or any standard way (like standard report/ object ) for all the apex exception with debug logs, like for flows we have flow interview
In my project , while we were calling an external api, we used to pass access token as bearer token ....and we were getting the access token from sending anothrr request ...and then use that access token in main api call ... Do you have any idea where that access token come from..(as i think connected app is only used for web services not for external call-out) Also while calling through Apex we didn't pass any access token ,but we were able to get the response ..not sure how
Thanks a lot for this video. I want to know if is there any way in which opportunity object created by using salesforce and when the object is created we can get that object in our application ?
Hi Team, we can create, update, delete records using restapi. How it helps in intergration with third party application? Where third party application use these ? All i could see that u did something that i could use using dml operations. I am unable to imagine the bigger picture. Please help.
First we get the Auth code by hitting the authorize end point of salesforce, then using the auth code, you get the access token right, I saw without the Auth code itself, it gave the access token, can you check on that
Hi Salesforce Apex Ahours thanks from Mexico I thank you for your tutorial I did not know how to connect to my org with my rest class I am very grateful
@@apexhours sorry, I just want to say that with your rest api tutorial I was able to connect my service with another salesforce org ,I am very grateful to you thank you very much Att Mtr kevin cruz
So in postman -- first step where we put user_id and password is one time thing and but we have to get autorization token every time we call salesforce api or is it one time
Also, I received this error message when I try again the next day. How do I solve this? [ { "message": "Session expired or invalid", "errorCode": "INVALID_SESSION_ID" } ]
I'm getting a lot from these videos. Thank you so much Salesforce Apex Hours Team
Useful materials for understanding and integrating salesforce with rest API. Great Job !!!
Glad it was helpful!
Hi
The assignment which you gave in the previous video, is there any video or blog present where we can verify what we have done or look into when we are stuck ?
If you can start the next videos with a solution of the previous videos assignment will be helpful for learning.
Hey Guys, Great Video and great course!. I'm getting this message when I make the first call to salesforce from postmat to obtain the access token Bad Message 400reason: No Host. Perhaps, do you know what could be happening and how to solve it? thanks in advance!.
Hi Apex hours, how to query or any standard way (like standard report/ object ) for all the apex exception with debug logs, like for flows we have flow interview
Great info.
Keep watching
In my project , while we were calling an external api, we used to pass access token as bearer token ....and we were getting the access token from sending anothrr request ...and then use that access token in main api call ... Do you have any idea where that access token come from..(as i think connected app is only used for web services not for external call-out)
Also while calling through Apex we didn't pass any access token ,but we were able to get the response ..not sure how
Thanks a lot for the video, this was very helpful.
Glad it was helpful! Keep watching
Great video ...Thanks a lot :)
Glad you liked it!
Thanks a lot for this video. I want to know if is there any way in which opportunity object created by using salesforce and when the object is created we can get that object in our application ?
Hi Team, we can create, update, delete records using restapi. How it helps in intergration with third party application? Where third party application use these ? All i could see that u did something that i could use using dml operations. I am unable to imagine the bigger picture. Please help.
Please check full playlist you will get idea th-cam.com/play/PLaGX-30v1lh2Y-TZgeQWSnGQWgWHP9mPH.html
after being frustrated for 2 days, finally resurgence ...
Glad you like it. Keep watching
'With Sharing' keyword deals with the CRUD / FLS?
Please help me to understand
Check this blog for post details www.apexhours.com/security-in-salesforce/
@@apexhours Thanks got it
First we get the Auth code by hitting the authorize end point of salesforce, then using the auth code, you get the access token right, I saw without the Auth code itself, it gave the access token, can you check on that
Is it possible to get access token one URL with client I'd n secret key and my end point is different? N I have to use post method
Hi Salesforce Apex Ahours thanks from Mexico I thank you for your tutorial I did not know how to connect to my org with my rest class I am very grateful
can you please explain your question what you want to do
@@apexhours sorry, I just want to say that with your rest api tutorial I was able to connect my service with another salesforce org ,I am very grateful to you thank you very much Att Mtr kevin cruz
So in postman -- first step where we put user_id and password is one time thing and but we have to get autorization token every time we call salesforce api or is it one time
You can do it manually or make global variable in postman to pass the authentication token to rest callout
where is the presentation sir? outh flow diagram is not there
Check all flow recording here th-cam.com/play/PLaGX-30v1lh3A6eNOEdF1k3JTstTwqA0q.html
I'm getting variable does not exist... error
How do we parse data to JSON ?
Is this inbound or outbound integration?
We included both
Thanks a lot
Most welcome
35:16 Is there anyway to get integration done without username and password being granted to third-party person?
Also, I received this error message when I try again the next day. How do I solve this?
[
{
"message": "Session expired or invalid",
"errorCode": "INVALID_SESSION_ID"
}
]
Content is pretty good but on some of basic yet important concept speaker is speaking too fast.. Otherwise superp
Thank you so much for your feedback. We will take care next time.
can someone help me out with basic apex code or link to send a gmail through rest api
We will post blog post on same
Inbound call
Keep watching
32:30
Keep watching