Great content Jitendra... The way you explained, I am sure a BA can start coding if they go through this video :-) Keep rocking and thanks for helping the salesforce community...
Jitendra Zaa great series. The question I have is about the format that is returned in the example. The keys have these "prefixes" e.g '01 'symbol, '02 'open, '03 'high, etc. How do you handle these? I was able to build a lightning component to display the returned values onclick but I am not understanding how to trim these values.
Hi Jitendra, is there any difference between to use HttpRequest h= new HttpRequest () and @RestResource. As per my understanding we are calling a external Services .So why we are calling in these two format.Please clear my doubt on this .If possible then please make a video with example. Thanks
Based on my understanding @RestResource(/urlMapping='/object/*' is used at class level, and enables you to expose an Apex class as a REST resource. The other method gets/accesses/consumes data from external resource into Salesforce. Both are different in terms of direction of data-flow.
Hi sir, You are explanation way very nice. I have a doubt. How can get external-end point URL. REST API how many records manage at a time? Ex: will inset 1000 million records is this handle or not? Kindly reply sir
this is gold, I felf like I was in a meeting with my year old colleague discussing ideas
Amazing video for beginners... explained the basics flawlessly and clearly.. loved it.
Thank you for explaining the concepts in such a simple way.
Very good class, Teacher is really good. addressed some really key concepts like Rest WS really well.
Understood clearly and simple way. Thank you Jitendra..
It is the best integration video. Thank you very much.
Hi do you know the limitations of Connected App for API hitting??
Great content Jitendra... The way you explained, I am sure a BA can start coding if they go through this video :-) Keep rocking and thanks for helping the salesforce community...
Great content and very helpful for understanding it as well.
Jitendra Zaa great series.
The question I have is about the format that is returned in the example. The keys have these "prefixes" e.g '01 'symbol, '02 'open, '03 'high, etc.
How do you handle these? I was able to build a lightning component to display the returned values onclick but I am not understanding how to trim these values.
Hi Jitendra,
is there any difference between to use HttpRequest h= new HttpRequest () and @RestResource.
As per my understanding we are calling a external Services .So why we are calling in these two format.Please clear my doubt on this .If possible then please make a video with example. Thanks
Based on my understanding @RestResource(/urlMapping='/object/*' is used at class level, and enables you to expose an Apex class as a REST resource.
The other method gets/accesses/consumes data from external resource into Salesforce.
Both are different in terms of direction of data-flow.
Can someone please tell how to get the API which Jitendra is using..
Do we have open source Rest API for SalesForce?
Please make video
On interview question
Thanks
How did you get your API key ?
Hi sir,
You are explanation way very nice.
I have a doubt.
How can get external-end point URL.
REST API how many records manage at a time?
Ex: will inset 1000 million records is this handle or not?
Kindly reply sir
Sir, I have one question. Can we integrate salesforce org to other salesforce org without using API and salesforce connect?
yes you can done with data loader
Yes, you can do it using REST api