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.
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.
Nice to meet you Mr. (He/Him)
Its too fast and hard to follow. For instance, you didn't show the evaluation method in the formula.
How does the SOQL governor limit will be applied to these 5 level ? Will it be 50k each or combined 50k ?
Combined
Governor limits are per transaction. So 50K rows is not per query but per transaction so it will be combined.
@@msrivastav13 So basically running that 5 level query will be considered as 1 transaction and hence 50k limit applied to it. Correct ?
Can we show image formula ?
It should work. I have not tried it but let me know if it does not work
What will be the use case for it ?
External Objects doesn't support formula field, it will be revolutionary for custom adaptor external object.
Hi @ms
I have added a spike for investigatetion, I'll let you know after our sprint gets completed
As I understood, Salesforce introduced Execute Anonumous Window capability into org.
That is VSCode where you can execute anonymous code