I'm getting a lot from these videos. Thank you so much Salesforce Apex Hours Team
@kailashmali83002 жыл бұрын
Useful materials for understanding and integrating salesforce with rest API. Great Job !!!
@apexhours2 жыл бұрын
Glad it was helpful!
@kiranvrao97144 жыл бұрын
Thanks a lot for the video, this was very helpful.
@apexhours4 жыл бұрын
Glad it was helpful! Keep watching
@FD-dh2fu2 жыл бұрын
Great info.
@apexhours2 жыл бұрын
Keep watching
@AtifShafiinheritance3 жыл бұрын
after being frustrated for 2 days, finally resurgence ...
@apexhours3 жыл бұрын
Glad you like it. Keep watching
@mayureshadhikari89984 жыл бұрын
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.
@jagadeeshsajjan6423 жыл бұрын
Great video ...Thanks a lot :)
@apexhours3 жыл бұрын
Glad you liked it!
@mainakdasgupta5383 жыл бұрын
Thanks a lot
@apexhours3 жыл бұрын
Most welcome
@rajatgoyal3032 жыл бұрын
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 ?
@Puente_de_Historias4 жыл бұрын
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
@apexhours4 жыл бұрын
can you please explain your question what you want to do
@Puente_de_Historias4 жыл бұрын
@@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
@mgpoligrafia4472 жыл бұрын
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!.
@mannepallipraveen30088 ай бұрын
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
@ashum8434 Жыл бұрын
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
@yatintaneja214 жыл бұрын
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.
@apexhours4 жыл бұрын
Please check full playlist you will get idea kzbin.info/aero/PLaGX-30v1lh2Y-TZgeQWSnGQWgWHP9mPH
@pankajgoel26913 жыл бұрын
Content is pretty good but on some of basic yet important concept speaker is speaking too fast.. Otherwise superp
@apexhours3 жыл бұрын
Thank you so much for your feedback. We will take care next time.
@rohansalunkhe9029 ай бұрын
I'm getting variable does not exist... error
@salesforcehunter78683 жыл бұрын
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
@apexhours3 жыл бұрын
You can do it manually or make global variable in postman to pass the authentication token to rest callout
@anjanisingh59203 жыл бұрын
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
@narjatechnologies3 жыл бұрын
where is the presentation sir? outh flow diagram is not there
@apexhours3 жыл бұрын
Check all flow recording here kzbin.info/aero/PLaGX-30v1lh3A6eNOEdF1k3JTstTwqA0q
@ShahbazKhan-hz4ds3 жыл бұрын
'With Sharing' keyword deals with the CRUD / FLS? Please help me to understand
@apexhours3 жыл бұрын
Check this blog for post details www.apexhours.com/security-in-salesforce/
@ShahbazKhan-hz4ds3 жыл бұрын
@@apexhours Thanks got it
@alanperks30112 жыл бұрын
Is this inbound or outbound integration?
@apexhours2 жыл бұрын
We included both
@brahmareddy71493 жыл бұрын
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
@geethageethu2215 Жыл бұрын
How do we parse data to JSON ?
@mohammadramzanashraf24263 жыл бұрын
35:16 Is there anyway to get integration done without username and password being granted to third-party person?
@mohammadramzanashraf24263 жыл бұрын
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" } ]
@varshadustakar58053 жыл бұрын
can someone help me out with basic apex code or link to send a gmail through rest api