Apex Updates for Developers in Summer '24

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 14

  • @rohandanwade7564
    @rohandanwade7564 5 місяців тому

    00:03 Apex updates for platform and Data Cloud in Summer '24
    01:55 Use Apex formula evaluator class for flexible functionality with territory records
    03:37 Implementing dynamic criteria in triggers using formulas
    05:18 Evaluate formulas in sandbox before production
    06:54 Apex Updates for Developers in Summer '24 - Highlights
    08:33 Introducing batch log records for job monitoring
    10:19 Apex developers can now use static SOQL for data model objects with strongly typed results.
    12:00 New capabilities in accessing and testing unified link SSOT individual CCI table.

  • @lishoo
    @lishoo 6 місяців тому +5

    Nice to meet you Mr. (He/Him)

  • @Srujansujju
    @Srujansujju 4 місяці тому +2

    Its too fast and hard to follow. For instance, you didn't show the evaluation method in the formula.

  • @shubham0071832
    @shubham0071832 6 місяців тому

    How does the SOQL governor limit will be applied to these 5 level ? Will it be 50k each or combined 50k ?

    • @Anand13S
      @Anand13S 6 місяців тому +2

      Combined

    • @msrivastav13
      @msrivastav13 6 місяців тому +1

      Governor limits are per transaction. So 50K rows is not per query but per transaction so it will be combined.

    • @awesomekj5812
      @awesomekj5812 6 місяців тому

      @@msrivastav13 So basically running that 5 level query will be considered as 1 transaction and hence 50k limit applied to it. Correct ?

  • @ragulhm
    @ragulhm 6 місяців тому

    Can we show image formula ?

    • @msrivastav13
      @msrivastav13 6 місяців тому

      It should work. I have not tried it but let me know if it does not work

    • @awesomekj5812
      @awesomekj5812 6 місяців тому

      What will be the use case for it ?

    • @ragulhm
      @ragulhm 6 місяців тому

      External Objects doesn't support formula field, it will be revolutionary for custom adaptor external object.

    • @ragulhm
      @ragulhm 6 місяців тому

      Hi @ms
      I have added a spike for investigatetion, I'll let you know after our sprint gets completed

  • @greenice5678
    @greenice5678 6 місяців тому

    As I understood, Salesforce introduced Execute Anonumous Window capability into org.

    • @msrivastav13
      @msrivastav13 6 місяців тому

      That is VSCode where you can execute anonymous code