by b.m.borowiec@gmail.com | Mar 9, 2023 | Uncategorized, 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, salesforce
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 | flows, 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...
by b.m.borowiec@gmail.com | Feb 7, 2023 | flows, salesforce
Flows and low code solutions are the future of Salesforce. That’s a fact. The clear vision of the Salesforce company is to be more friendly for people who have business knowledge instead of development skills. That’s a fact too. Unfortunately when I am...