DAY16: Hands-On with Apex Trigger Scenarios

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 24

  • @pantherschools
    @pantherschools  ปีที่แล้ว +3

    *_Link to Document -_* www.pantherschools.com/practical-implementation-of-apex-triggers/
    Follow us on Social Media Channels -
    Telegram Channel - telegram.dog/sfdcpanther
    TH-cam - www.youtube.com/@pantherschools
    LinkedIn - www.linkedin.com/in/cloudyamit/
    Topmate - topmate.io/cloudyamit
    Instagram - instagram.com/cloudyamit/
    Subscribe to our TH-cam channel using the below link
    bit.ly/pantherschools
    Join our telegram channel
    bit.ly/sfdcpanther

  • @user-gu4ky7uc6e
    @user-gu4ky7uc6e 6 หลายเดือนก่อน

    You are really a great trainer, I have been working as a Salesforce support engineer for 3 years and i wanted to move to development, i really went through all the lectures and they are really fruitful and now I am able to do coding properly
    Thank you so much man for creating such wonderful and explainatory videos
    May God bless you and always keep shining

    • @pantherschools
      @pantherschools  6 หลายเดือนก่อน

      Thank You and Keep learning :)

  • @jayantnikam4286
    @jayantnikam4286 5 หลายเดือนก่อน

    Thank you Bhaiyya this videos are really helpful .i just wanted to know that do you conduct mock interviews session by any chance or provide me latest interview questions to prepare becoz i am about to up my resume next week.
    Thank you!

    • @pantherschools
      @pantherschools  4 หลายเดือนก่อน

      Yes, We do however for only who are really interested and not doing the timepass.

    • @jayantnikam4286
      @jayantnikam4286 3 หลายเดือนก่อน

      @@pantherschools hi bhaiyya ,how can i contact to start mock interview session

    • @pantherschools
      @pantherschools  3 หลายเดือนก่อน

      @@jayantnikam4286 you can send an email to contact@pantherschools.com

  • @akashrai2814
    @akashrai2814 11 หลายเดือนก่อน

    Before, insert and update

  • @devarghch
    @devarghch 2 หลายเดือนก่อน

    Bhaiya ek doubt tha ispe 1:06:22 ,
    humlog aise nahi kar sakte kya?
    for(Account acc: Trigger.new){
    if (before insert + before update condition){ ....}
    else if (after insert condition) {.....}
    }

    • @pantherschools
      @pantherschools  2 หลายเดือนก่อน +1

      kar sakte hai pr not recommended

    • @devarghch
      @devarghch 2 หลายเดือนก่อน

      @@pantherschools Thanks bhaiya, bahut acche se samjh aya apex!

    • @pantherschools
      @pantherschools  หลายเดือนก่อน +1

      @@devarghch badhiya maje karo, seekho aur aage badho

  • @prashantranjan8709
    @prashantranjan8709 11 หลายเดือนก่อน

    "When an Opportunity gets created, update the highest opportunity
    amount in the account record. Create a custom field in Account to store
    the highest amount of related opportunities."
    Amit bhaiya how to approach this scenerio...

    • @pantherschools
      @pantherschools  11 หลายเดือนก่อน

      Hello @Prasanth , There are various ways to do so however the best way is to use Aggregate Query and get the MAX(Amount) FROM Opportunity and Filter by the Account Id also do a Group By Account Id to get the max amount for Account.
      So, it will be similar to rollup summary trigger that we did in one of the sessions

  • @ashishkurundkar8543
    @ashishkurundkar8543 10 หลายเดือนก่อน +1

    Sir, assignment ka solution milega kya

    • @pantherschools
      @pantherschools  10 หลายเดือนก่อน

      haan milega. bas 2 week aur phir hamari team solution post karegi.

  • @supratikpaul6403
    @supratikpaul6403 8 หลายเดือนก่อน

    Sir, assignment ka solution kaha milega ?

    • @pantherschools
      @pantherschools  8 หลายเดือนก่อน

      Assignments ka solution to nahi banaya hmne

  • @Suryanarayan094
    @Suryanarayan094 11 หลายเดือนก่อน

    Video quality was very poor Amit bhai . Please request to improve.

    • @pantherschools
      @pantherschools  11 หลายเดือนก่อน +1

      Please change the quality from the settings to the highest one which is available on TH-cam

  • @user-gu4ky7uc6e
    @user-gu4ky7uc6e 6 หลายเดือนก่อน

    Hi,
    t.whatid = acc.ownerid;
    Why did we used this line ?

    • @pantherschools
      @pantherschools  5 หลายเดือนก่อน

      The above line is not correct. However the line is saying the Account Owner should be assigned to Task What Id which is ( Name ) in label