Wire adapters y el ciclo de vida de LWC

Algo que puede que llame tu atención si depuras una función que usa @wire en LWC, es el hecho de que la primera vez que tu breakpoint pare en esta función el data estará vacío. Y sí, la primera vez. Ya que el código volverá a ejecutarse y en esta segunda iteración el data sí …

Continue reading Wire adapters y el ciclo de vida de LWC

De APEX a LWC

¡Hola! Con este pequeño post quiero anunciar un par de cosas. Lo primero es que paso mi blog al español. Continuare escribiendo en ingles en el blog de mi actual empresa, Desynit.Y lo segundo es que quiero empezar una serie de blog post que van a hablar sobre mi experiencia y las piedras que me …

Continue reading De APEX a LWC

How declarative tools can impact your processes performance

I would like to highlight how easy is to face performance issues when mixing declarative and non-declarative processes. The following is a simplified example of how Salesforce works when declarative and non-declarative processes interact in the same transaction. Note: This post is not to start a discussion about what is better, code or point&click. This …

Continue reading How declarative tools can impact your processes performance

Packages, custom fields and human mistakes.

In this post, I want to explain an issue I recently faced and resolved. But to understand this issue you will have to imagine the following scenario. A packaging org with an unpackaged field.You need this field to replicate your customer's scenario in your org.Your customer has other business processes where this field is involved.Those …

Continue reading Packages, custom fields and human mistakes.

Development tools & setup for Lightning Component development

It is time to get serious and head into my secret passion, the frontend development. And this, talking in terms of Salesforce, means Lightning Component development. So let's start a new blog series starting from the very beginning. So, log into your favourite dev org and go to the setup, because I am going to …

Continue reading Development tools & setup for Lightning Component development