Salesforce Trailhead - Use sObjects and DML

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • #salesforce #trailhead
    Solution Of Salesforce Trailhead - Use sObjects and DML
    This trailhead is a part of Object-Oriented Programming for Admins Module.
    Watch the full solution of the Object-Oriented Programming for Admins Module - • Object-Oriented Progra...
    Object-Oriented Programming for Admins Module is a part of Build Apex Coding Skills Trail.
    Watch the full solution of the Build Apex Coding Skills Trail - • Build Apex Coding Skil...
    Object-Oriented Programming for Admins Module Link -
    trailhead.sale...
    Build Apex Coding Skills Trail Link -
    trailhead.sale...

КОМЕНТАРІ • 22

  • @julioc.guevara3658
    @julioc.guevara3658 2 роки тому +2

    For some reason I had a better experience following your code than the one in the 'follow along' video in Trailhead. Any reason? Also which resources (aside from trailhead) would you recommend to learn Apex? Any online course that you really recommend? Thank you! Keep up the great work!

    • @YourCoddingBuddy
      @YourCoddingBuddy  2 роки тому

      Thanks for the appreciation. I did not do any course, I am just keep doing trailheads, it helps me so much. There are so many course present on Udemy. You can learn form there.

  • @PrinceRaj-xf9ig
    @PrinceRaj-xf9ig 2 роки тому +2

    Thanks for this video : )

  • @GitPremache1234
    @GitPremache1234 2 роки тому +1

    Thank You So much ❤️

  • @NahuelScarpelli
    @NahuelScarpelli 2 роки тому +1

    thanks for the explanation!

    • @YourCoddingBuddy
      @YourCoddingBuddy  2 роки тому +1

      Welcome and you can comment what trailhead solution you want, I will try to provide that solution.

    • @NahuelScarpelli
      @NahuelScarpelli 2 роки тому +1

      @@YourCoddingBuddy Thanks!!!!! you are the best 😁

    • @YourCoddingBuddy
      @YourCoddingBuddy  2 роки тому +1

      @@NahuelScarpelli it really means alot to me😊

    • @uthamgaggenapelly7711
      @uthamgaggenapelly7711 Рік тому

      @@YourCoddingBuddy Hi, I need superbadge flow elements and resources plz upload.

  • @durgaprasad928
    @durgaprasad928 Рік тому +2

    System Dml Exception : Insert failed. First exception on row 0;..,.....................
    Need help.....

  • @sanjudewangan3577
    @sanjudewangan3577 9 місяців тому

    could you please help me still i'm getting error after paste the code as you given below .
    Error:- Line: 14, Column: 1
    System.DmlException: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [prospect_accounts__c]: [prospect_accounts__c]

  • @vrushalipatel5891
    @vrushalipatel5891 Рік тому

    I have a error coming while execute the code ‘ insertfailed. First exception on row 0; first error : required_field_missing , [Account__c]:Account __c

  • @nehajadhav1961
    @nehajadhav1961 2 роки тому

    Sir, I am getting DML exception?

  • @mahadevkapale921
    @mahadevkapale921 2 роки тому +1

    sir i have done exactly same but my account object shows no records...

    • @YourCoddingBuddy
      @YourCoddingBuddy  2 роки тому

      I pasted the in the below comment, try that code once.

  • @venkatramagiri5558
    @venkatramagiri5558 Рік тому

    We can't find the three new accounts with ' Acme Inc' in the name ani error vastundhi pls help bro

  • @Desireddysravan
    @Desireddysravan 2 роки тому +1

    paste your code here

    • @YourCoddingBuddy
      @YourCoddingBuddy  2 роки тому +1

      AccountHandler Class -
      public class AccountHandler {
      public static void insertAccount(Integer value){
      List addAccounts = new List();

      Integer N = 1;
      While(N

    • @123Graz
      @123Graz Рік тому

      @@YourCoddingBuddy Thanks!!