Loic Nicolas

Enforce code standards with PMD

Developers working on a project usually set coding rules to have a standardized codebase. It is an important piece of the code maintainability, and it can be very easy …
March 2023
Advices

Day 18 : Fake callout responses for test classes !

Hello everybody ! Today let’s talk about Apex tests classes in Salesforce. Everyone loves a good test class, and Salesforce makes it official by requiring to have a minimum …
December 2021
Advices

Day 6 : Cure your allergy to Apex with Salesforce Function

Hi everyone ! Today let’s present briefly the new generally available feature that came with Winter 22’and that will certainly please those of you that are more comfortable with …
December 2021
Advices

Three levels of apex testing

Salesforce gives some powerful tools to test an org’s apex code. Which comes with a great responsibility: get to at least 75% coverage for all apex classes. This forces …
February 2021
Advices

Day 18: Send Custom Notifications from Apex in Winter 21′ #TexeiAdventCalendar

Hello everyone, hope you’re having a blast with our #TexeiAdventCalendar articles. This article follows the one written by Maher Ajamane a few days ago about custom notifications, to present …
December 2020
Advices

Day 5: Flow builder improvements in Winter 21′ #TexeiAdventCalendar

Hello everyone, hope you’re having a blast with our #TexeiAdventCalendar articles. Today I want to discuss some enhancements that came with the Winter 21′ release and that involve Flow …
December 2020
Salesforce News

Salesforce APIs with Postman

Standard APIs are an important tool for whoever consider interacting with Salesforce from an external application. There are different APIs for different purposes. The way they work may not …
September 2020
Advices

Salesforce and WSDL : a SOAP opera

Introduction The SOAP protocol is one of the many possibilities offered by Salesforce to interact with its database using standard or custom APIs. Using it in a client application …
September 2020
Advices
Présentation d'une idée

Integrate your web forms with Salesforce using 123FormBuilder

Have you ever needed to quickly create a web form that you would integrate to a company website, and send the submissions to Salesforce to be turned into specific …
September 2020
Advices

Day 13 : Permission sets groups #TexeiAdventCalendar

Each day we will reveal our “tip of the day” regarding the #Winter20 release. What’s new : Permission sets ? Winter 20’ is bringing its share of cool features, …
December 2019
Advices