Oh man, that wrapper class, It took me two hours of debugging not to have seen your video before. Thanks.
@RVAraghav3 жыл бұрын
Superb video! Would love to see more integration videos with REST API connection to external systems.
@CodingWithTheForce3 жыл бұрын
I just posted a new one yesterday covering this!
@markcarvalho77442 жыл бұрын
THANK YOU FOR THIS VIDEO!!!
@thetechconsultant Жыл бұрын
What extension do you use to get the key-value pair help words?
@thetechconsultant Жыл бұрын
In the Wrapper class, could you append {get;set;} at the end of "public Account acct"? What's the difference or benefit, if any?
@coolboy54703 жыл бұрын
Is there any way to make PATCH request from Salesforce apex itself.(just to clearify Salesforce doesn’t allow patch request from apex. Though we can use alternative like make http callout from Java script or from the Heroku server. So my que is that can is there any through which we can make PATCH callout from apex
@CodingWithTheForce3 жыл бұрын
Hey Ashutosh, you’re in luck! They just fixed this in the most recent SF release! Previously you could do PATCH requests it was just a little wonky how you had to execute them. Now you can just set the method as a PATCH method and you’re good to go! Here are the release notes: releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex_callouts_patch.htm
@coolboy54703 жыл бұрын
@@CodingWithTheForce oh yeah my bad,,,,i read it before ,,btw you’re doing great,, becoz you always try to make those topics video which usually most of the youtuber miss so congratulations 😊