Комментарии •

  • @Himanshukumar-pw4ys
    @Himanshukumar-pw4ys Месяц назад +1

    Q1. What are the different types of Trigger events?
    Ans 1. Before Insert, Before Update, Before Delete, After Insert, After Update, After Delete, After Undelete.
    Q2. How many times will a trigger be executed when inserting 1000 records?
    Ans 2. 5 times.
    Q3. Can a trigger make a call to the apex callout method?
    Ans 3. Yes, but use the @future(callout=true) to make asynchronous callouts from triggers.
    Q4. How to show the error messages on the page or the field using Trigger?
    Ans 4. use addError() method to show the error or page or the field.

  • @dikshagautam7915
    @dikshagautam7915 Месяц назад

    What an informative video 👏👏

  • @hemakiran5968
    @hemakiran5968 2 месяца назад

    1. 7 Trigger events - Before : insert , update, delete , after : insert, update ,delete , undelete
    2. 5 times trigger will be called ( 5 * 200 = 1000 records)
    3. Yes, we can make call outs from triggers using aysnchronous apex(future methods).
    4. using addError() method we can show the error message on the UI.

  • @ramkumarkurmi2326
    @ramkumarkurmi2326 2 месяца назад +1

    Sir 🙏 Thanks for sharing it's very helpful for everyone,
    Can you pls share the videos admin part for the interview.

  • @darshanshanbhag7332
    @darshanshanbhag7332 Месяц назад

    Ankit, I sincerely appreciate the fantastic series you provided on interview preparation. Could you please create a playlist on writing triggers, including interview questions on triggers and the trigger framework, along with an admin interview preparation playlist?😊

  • @TrzcinaOZW
    @TrzcinaOZW 2 месяца назад +1

    Hi Ankit, thank you for a valuable video with plenty of useful information. I'd like to rise to what you've said in 15:10 about CRU of Custom Metadata Types from apex. I've had an interview in the past and had such a question: Are DML operations allowed with Custom Metadata Types? The answer was no. I think the Create / Update operation is considered as deployment, not a insert/update. Could you give a comment on how you understand CRU operations from apex for Custom Metadata Types?
    Thank you again for your excellent work and for providing such a useful resource for Salesforce dev interview preparation.

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit 2 месяца назад +2

      from insert/update i mean deployment of metadata only using deploy container class.

  • @manasareddy2672
    @manasareddy2672 2 месяца назад

    Hi ankit,
    custom validation errors can also be done using flows right ?
    pls crct me if im wrong

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit 2 месяца назад +1

      Yes, After Winter ’24 release, you can now create a complex validation rule that was previously unachievable using a standard validation rule. This can be accomplished through the use of before-save flow, combined with the newly introduced custom error

    • @manasareddy2672
      @manasareddy2672 2 месяца назад

      ​@@TechJourneyWithAnkityes ankit..thanks

  • @kavithaalluri7793
    @kavithaalluri7793 2 месяца назад +1

    hi Sir, please upload interview questions related to flows

  • @ranjitabehera9333
    @ranjitabehera9333 2 месяца назад

    Hi Ankit, Really you are doing an incrediable job. Just one thing want to add on , when you are describing any question like Recursion in Trigger, please try to give an example of code so that it would be easy for us to understand who are not pro in salesforce. Again Thank you so much.

  • @rajubandari9721
    @rajubandari9721 2 месяца назад

    Make interview questions on flow builder