your query is wrong , corrected below: SELECT Id, Name FROM Account WHERE Id IN (SELECT AccountId FROM Opportunity WHERE StageName = 'Closed Lost')
@salesforcein5minutes7 ай бұрын
Thanks will. Highlight this so that others wont make same mistake
@Rohitkumar-vg5xi8 ай бұрын
Hi ,can make a vedio on Order of execution..most of youtubers make content on interview questions and senarios but no one explains Order of Execution..
@salesforcein5minutes8 ай бұрын
Yep bro will create this video by 16th may or so , will be a detailed video 😄👍
@gangamsanthosh36704 ай бұрын
For contact it should be whoid
@axcerneon63798 ай бұрын
In trigger scenario you should use whoId instead of whatid.. Correct me if I'm wrong.
@salesforcein5minutes8 ай бұрын
Yes you are correct it should br whoid rather than whatid
@soumyadeepdutta42698 ай бұрын
Hi, how to get proficient in writing code of apex trigger based on scenario?
@salesforcein5minutes8 ай бұрын
It depends on pratice and how much issues are you actually solving, i will soon upload lots of videos where you will get how to think when trigger is assigned to us and how to solve them
@ashishgupta52095 ай бұрын
Hello If the interviewer asked us to write the trigger or apex code where we should write whether in developer console or in notepad?
@salesforcein5minutes5 ай бұрын
Hello ashish, Always write the code in notepad, the reason is most of. The timwe forget the syntax, and even if you forget the syntax the interviewer wont bother much if you are writing in notepad as this code cant be run, on the other hand on dev consolr you have to run the code and thats where risks usually is high
@BabyLaughterLane5 ай бұрын
@@salesforcein5minutes correct.
@Tushar.S.Kitchen6 ай бұрын
Isse zyada tough questions toh Freshers ko puch rahe hain,how is this possible😂.
@salesforcein5minutes6 ай бұрын
😃 whatever was asked to me is added in this video
@moulikajonnalagadda29028 ай бұрын
Hi, can we write soql query to get all accounts like this Select Account.id, Account.name From Opportunity Where StageName = 'closed lost'
@salesforcein5minutes8 ай бұрын
This will return opportunity we need accounts i believe!
@MrGarvitgupta4 ай бұрын
@@salesforcein5minutes No the query he mentioned is correct. It will give you account ID and account name. For opportunities you have to add Id in the query. Also to make it more accurate we can also add accountid null check. So that bad data having opportunities without accountid won't showup
@kalpak.asolkar77 ай бұрын
Can i connect with you brother
@salesforcein5minutes7 ай бұрын
Sure mail me at Salesforce5minutes@gmail.com or want to have call then schedule the call via topmate
@smiledaily13466 ай бұрын
Really , this much simple questions are getting asked for 4 + yrs. of exp. N in Infosys????????????
@salesforcein5minutes6 ай бұрын
Yes i added questions which were asked to me, the add on pressure at that instant changes the phase of the questions