Day 15 : Salesforce dynamic forms #TexeiAdventCalendar

By

2 minutes de lecture

Hello everyone, today I will introduce you to the functionality of Dynamic Forms and Dynamic Actions. Currently this functionality is only available on custom objects, for standard objects it is already on the roadmap.

Before using dynamic forms I advise you to check the limitations here.

First step

After creating the lightning record page, you upgrade your Record Detail to dynamic forms

Last step

After that, you choose the layout you want migrated to dynamic form.

👏👏👏👏👏

Now you can drag and drop field

Set a behavior to the field like required

Set Field Visibility

Tips to add a required fields depends on condition without create a validation rule. How many times have you had error messages when saving to tell you that field is mandatory ?

To do that, add the same field twice

On the first field, set the field as required and set the visibility condition.

Ex: Are you a robot? = True

On the second field, sets the field as required and sets the visibility condition as the negation of the first condition.

Ex: Are you a robot? = False

 

That’s all for our tip about Dynamic Forms. Want to continue learning? Check out our article Day 16 : Translate Custom tabs with Custom Labels.

Read more posts

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
Scratch orgs

Uncovering Salesforce Settings: A Step-by-Step Guide for Scratch Orgs

Today, it’s pretty easy to build your Scratch Org definition file when you know what Settings you want to activate, as they are mapped with the same setting names …
February 2023
Advices
Business Analyst

Core qualities of a Business Analyst?

A common definition we are used to hear is that being a Business Analyst means to have a combination of both hard skills and soft skills. What does a …
June 2022
Advices
Image d'illustration d'une employée travaillant sur un ordinateur portable

Process builder and workflow make way to Flows (½)

Overview “If you can do it with a Workflow, then do it with a Process Builder, because everything a Workflow does, a Process Builder does it better”. If you …
March 2022
Advices

Day 22 : Salesforce new “Migrate To Flow tool” in Spring 22

As most of you already know, the workflow rules and process builders are planned to be retired in 2023 (no precise date defined so far). Today, I’m going to …
December 2021
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