by admin | Apr 1, 2023 | Uncategorized, platform events, queueable
Salesforce Governor Limits are a fundamental aspect of Apex that differentiate it from other programming languages like Java or C#. These limits ensure that all calculations executed during a transaction use no more than 10 seconds of CPU time or 100 SOQL queries....
by b.m.borowiec@gmail.com | Mar 9, 2023 | Uncategorized, development, development, salesforce, tools
Writing an apex code is fun but testing it is a time-consuming process. Especially when you have to test as another user, not an admin. In that case, you cannot access the logs in development console. Keeping two sessions in different web browsers where in one you are...
by b.m.borowiec@gmail.com | Feb 20, 2023 | flows, flows
Trigger flows are very powerful. Using point-and-click solutions, consultants may customize salesforce using point-and-click instead of coding. On the other side, this is a pretty new solution and some of its aspects seem not to be well designed. One of the biggest...
by b.m.borowiec@gmail.com | Feb 14, 2023 | salesforce, salesforce, salesforce
As all of us know flows are the future of Salesforce. However, trigger flow is a new feature and we still bothering by its adolescence issues. One of the most annoying problems is the lack of possibility to calculate the coverage of a flow. Of course, we have an...