salesforce scenario based questions(part-2) || salesforce developer || consultants || admin

Sdílet
Vložit
  • čas přidán 6. 08. 2024
  • Guys, this is a v small initiative and requires your support, please help me reach out to relevant people by liking sharing and subscribing the content.
    feel free to ping on linkdin for any discussion.
    link to part 1 - • Salesforce Scenario ba...

Komentáře • 45

  • @Mtripathi347
    @Mtripathi347  Před 2 lety +15

    Guys, a correction.. so on a question where I am saying to create a formula field with merged values and to make it unique to detect duplicate, this can not be done by formula field as we can not make them unique..solution is to create a text field and hide it from layout.. make it unique and update value via workflow rule(or any other process automation tool).. I will update the text on the video as well.. thanks

  • @peedahsrah
    @peedahsrah Před 2 lety +3

    Thanks.This series of senerio based questions,helps a lot.Hoping for more such videos in future.

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      Yes Harshadeep, I will keep adding questions.. there is so much hush around scenario based questions and hope with the help of community, we can list down all such major questions...

    • @peedahsrah
      @peedahsrah Před 2 lety

      @@Mtripathi347 yeah sure!That would be great.

  • @MoviesMelaIndia
    @MoviesMelaIndia Před 2 lety

    Great video sir.Keep them coming.

  • @niveditasiri
    @niveditasiri Před 2 lety

    Hey Mohit,
    Thank you for the scenario based questions.

  • @shikharvardhan8019
    @shikharvardhan8019 Před 2 lety

    Very informative.

  • @bhaktigundewar8775
    @bhaktigundewar8775 Před rokem

    Nice content 🙂could you please explain iterable again, I could not understand it much. Thanks!

  • @aasthab7524
    @aasthab7524 Před 2 lety

    Amazing video Mohit. Kudos 👏👏👏

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      Thanks Aastha.. I have shared notes of batch apex with you as well.

  • @rahulchowdhury4227
    @rahulchowdhury4227 Před 5 měsíci +1

    Hi Mohit, just wanted to know one thing. You said that querying directly by soql (for more than 50K records which is the synchronous limit) is different than directly querying in for loop definition like
    for(Accounts acc: [Select ....]), I want to know the reason or am I mistaken about what you mentioned in 7:45 . Thanks.

  • @susmithav3565
    @susmithav3565 Před 2 lety +3

    Thank you for the video Mohit nice scenerios
    Could you pls make a video on deployment scenerios as well like what if we got error in production or if we want to make any change like to add string like that
    And also how to display error message regarding failure record and success records...

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      Sure Susmitha.. I will collect various scenarios and will make a video.

  • @krishnendusarkar2439
    @krishnendusarkar2439 Před 2 lety

    you are a good teacher.

  • @inboxoutbox2697
    @inboxoutbox2697 Před 2 lety

    You are great!

  • @niveditasiri
    @niveditasiri Před 2 lety +1

    🙂🙂 Could you also give us code questions? like topics given for us to write code on advanced scenarios please. Best interview prep channel on youtube.

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      Hello, yes please feel free to ping on linkdin- I will surely not only tell u the topics but will also guide u.. u can find link in channel about section. Thanks

  • @pragati6069
    @pragati6069 Před 3 měsíci

    Hii sir
    Can you please share a video on project flow

  • @prasadpund4176
    @prasadpund4176 Před rokem

    Very well explained ❤

  • @javedshah2218
    @javedshah2218 Před 2 lety

    Thank you Mohit sir...can you make a video on before trigger and after with example...??and please mention the difference between in both

    • @Mtripathi347
      @Mtripathi347  Před 2 lety +1

      Sure Javed.. that is a very important topic.. will surely make a video on this topic.

  • @RupaliAShinde
    @RupaliAShinde Před 2 lety

    Great 👍
    Plese make video on Record level security snenarios

  • @UpdateInfoDay
    @UpdateInfoDay Před 2 lety

    thank you...sir plz make video on OWD

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      Sure, I will make a video on record level and object level access , will talk about OWD in detail there.. thanks

  • @atulkhope1398
    @atulkhope1398 Před 2 lety +2

    Sir grate work . I need batch Apex questions and answers

    • @Mtripathi347
      @Mtripathi347  Před 2 lety +2

      Hi Atul,please ping me on linkdin and I Will share batch apex notes with u

    • @javedshah2218
      @javedshah2218 Před 2 lety +2

      Atul sir please share it with us also 😉😁

  • @simranacro11
    @simranacro11 Před rokem

    Hi Mohit, Can you please let me know what would be the answer of the question that if we have if:true then why do we need render? I googled but couldn't get an answer.

  • @saimahesh6520
    @saimahesh6520 Před rokem

    your content is awesome bro but your voice is bit low if possible speak loud

    • @Mtripathi347
      @Mtripathi347  Před rokem

      Yes bro, I agree that audio is v bad, I have tried to improve that in my latest videos, this is an old video. please do not forget to checkout few of my latest videos.

  • @bharatchandwani1362
    @bharatchandwani1362 Před 2 lety

    Please elaborate the when soql returns records more than 50k why should we use soql inside for loop.? Is there any other way

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      Hi Bharat, the reason why we use SOQL for Loop is because no matter how much record that query returns separately , it will only process a chunk of data if it is used in SOQL for Loop and will keep getting chunk for processing when one chunk finish processing.. in that way it will never reach 50 k limit.. the other approaches are to limit soql or to change the approach to batch in case we know if we have more data..

  • @amardhoble6938
    @amardhoble6938 Před 2 lety

    Sir...i hv an question ...
    I created 2 custom object "customer" nd "Xyz" nd i created lookup for the cutomer_name field on xyz object but i can't create any relationship on DOB field whose datatype is "Date" .. why this happens ?? Nd i want same DOB field data from customer to xyz object ..so what should i do ??

    • @Mtripathi347
      @Mtripathi347  Před 2 lety

      try formula field.. or connect with me on linkdin to have a discussion on this.

  • @ankitchoudhary72488
    @ankitchoudhary72488 Před rokem +1

    You didn't answer many questions

    • @Mtripathi347
      @Mtripathi347  Před rokem

      Hi Ankit, sorry, I might have missed that, Please ask your question.