Admins

Salesforce Dynamic Forms: Overview & Deep Dive Tutorial

Christine Marshall

By Christine Marshall

Salesforce Dynamic Forms have changed the way admins design Lightning Record Pages, giving you more control over what users see and when they see it. Instead of relying solely on the traditional Record Detail component and Page Layouts, Dynamic Forms allows you to place individual fields and field sections directly onto the page, creating a more flexible and personalized user experience.

In this guide, we’ll explore what Salesforce Dynamic Forms are, how they work, and why they are useful for Salesforce Admins. We’ll cover supported objects, visibility rules, mobile support, migration considerations, and best practices to help you decide when Dynamic Forms is the right solution for your Salesforce org.

What Are Salesforce Dynamic Forms?

The goal of Dynamic Forms is simple: create more intuitive, user-focused record pages that show users the right information at the right time.

Over time, Salesforce record pages can become crowded with fields. The information may be important, but not every user needs to see every field all the time. As organizations grow and processes become more complex, traditional Page Layouts can become difficult to manage, often resulting in multiple Page Layouts, Record Types, and Profile assignments.

Historically, creating different experiences for different users meant relying heavily on Page Layout configuration. While this approach works, it can become time-consuming to maintain as your Salesforce org grows.

Dynamic Forms changes the way admins design Lightning Record Pages by allowing fields and sections to be managed directly within Lightning App Builder. Instead of relying solely on the traditional Record Detail component, admins can create more flexible and personalized experiences.

With Dynamic Forms, you can:

  • Place individual fields and field sections anywhere on the Lightning Record Page without being limited by the traditional Record Detail component.
  • Use visibility rules to show or hide fields and sections based on criteria such as record values, user details, or other conditions.
  • Create more personalized experiences for different teams and users without needing as many variations of Page Layouts.
  • Improve usability by reducing clutter and helping users focus on the information that is relevant to them.
  • Optimize page performance by controlling how information is displayed and organizing content more effectively.

Salesforce Dynamic Forms Visibility Rules

One of the biggest benefits of Dynamic Forms is the ability to control when fields and entire field sections appear on a Lightning Record Page.

With Dynamic Forms visibility rules, you can make individual fields or complete sections conditionally visible based on criteria such as record values, user details, or other conditions. This allows you to create a more streamlined experience where users see the information they need, when they need it.

For example, you could create visibility rules that:

  • Show an Opportunity Approval Details section only when an Opportunity requires approval, including approval status, approver comments, and approval dates.
  • Display a Renewal Information section only for Subscription or Renewal Opportunities, keeping those fields hidden for new business deals.
  • Show a Customer Success Information section once an Account becomes a customer, including onboarding details, success plans, or support information.
  • Display a Partner Management section only when an Account is marked as a Partner, with fields for partner tier, enablement status, and partner contacts.
  • Show an Escalation Details section on Cases only when a case has been escalated, including escalation reason, owner, and resolution information.
  • Display a Compliance or Risk Assessment section only for records that meet certain criteria, such as a high-value Opportunity or a regulated customer.

Visibility rules are particularly useful for complex records that support multiple processes or teams. Instead of displaying every possible section to every user, you can create a focused experience that adapts as a record changes. 

Which Salesforce Objects Support Dynamic Forms?

Dynamic Forms are only available for objects that support Lightning Web Component (LWC) record pages. For supported objects, you can place individual fields and field sections directly onto the Lightning Record Page, giving you much greater control over the user experience.

If an object doesn’t support Dynamic Forms, Salesforce continues to use the traditional Page Layout to determine which fields and sections are displayed. This means you won’t be able to take advantage of Dynamic Forms features such as conditional field visibility or more flexible page layouts for those objects.

Examples of objects that are not LWC-enabled include Campaigns, Products, Events, and Tasks.

READ MORE: Your Guide to Lightning Web Components: Let’s Explore LWC

Mobile Support for Dynamic Forms

Dynamic Forms aren’t limited to desktop users – they’re fully supported in the Salesforce mobile app on both iOS and Android. This allows mobile users to benefit from the same customized record pages, conditional field visibility, and streamlined layouts as desktop users.

To enable Dynamic Forms on mobile, navigate to Setup → Salesforce Mobile App and enable Dynamic Forms and Dynamic Highlights Panel on Mobile. New Dynamic Forms-enabled record pages created after this point will automatically support mobile devices.

If you’ve already implemented Dynamic Forms, there’s one additional step. Remove the Record Detail – Mobile component from your existing Lightning Record Pages. If this component remains on the page, mobile users will continue to see the traditional record layout instead of your Dynamic Forms configuration.

Top Tip: After enabling Dynamic Forms on mobile, verify that your Lightning Record Page is activated for the Phone form factor to ensure mobile users see the correct experience!

Performance Tips: Getting the Most From Dynamic Forms

Dynamic Forms give admins more flexibility when designing Lightning Record Pages, but a well-designed page is still essential for maintaining good performance.

Use Tabs and Accordions

Tabs and the Accordion component only load their contents when a user selects them. Instead of placing lots of Field Section components directly onto the main record page, consider grouping related fields into Tabs or an Accordion. This reduces the amount of information Salesforce needs to load upfront and creates a smoother experience for users.

Keep Visibility Rules Simple

Dynamic Forms makes it easy to control when fields appear, but avoid creating overly complex visibility rules. Rules with multiple conditions can become difficult to maintain and may increase the time Salesforce takes to determine what users should see.

Remove Unnecessary Components

Every component added to a Lightning Record Page contributes to the overall page load. Regularly review your pages and remove fields, related lists, or components that users no longer need.

Consider Multiple Record Pages

Rather than creating one large record page with dozens of visibility rules, consider creating separate Lightning Record Pages for different user groups. A simpler page that displays only the information users need is often easier to manage and can provide a better user experience.

Use the Lightning App Builder Analyze Tool

The Analyze button in Lightning App Builder can help identify potential performance issues with your record pages. Use this tool when building new pages or reviewing existing ones to find opportunities for optimization.

READ MORE: The Analyze Button: Improve Your Salesforce Lightning Page Load Speed

Dynamic Forms vs. Page Layouts: When to Use Which?

If you have been working with Salesforce for a while, you are probably familiar with Page Layouts. They have been the foundation of Salesforce record customization for years, and they are not going away.

Dynamic Forms do not replace Page Layouts. Instead, it gives admins more flexibility when designing Lightning Record Pages by allowing you to place individual fields and field sections exactly where you need them, and control when they appear using visibility rules.

So, when should you use Dynamic Forms and when should you stick with Page Layouts? The answer depends on what you are trying to achieve.

For simple record pages, Page Layouts may still be the easiest option. However, if you are building more complex experiences, have different users who need to see different information, or want more control over your Lightning Record Pages, Dynamic Forms can help you create a cleaner and more tailored experience.

In many cases, you will use both together. Page Layouts continue to handle the underlying record structure and features that depend on them, while Dynamic Forms gives you more control over what users see when viewing records in Lightning Experience.

Use Dynamic Forms when you want to…Use Page Layouts when you need to…
Create a more customized Lightning Record Page experience.Configure objects that do not support Dynamic Forms.
Show or hide fields based on record values, users, or other criteria.Manage related lists, buttons, actions, and other page layout features.
Place individual fields and field sections wherever they make the most sense.Maintain a simple and consistent record page experience.
Reduce clutter by only showing users the information they need.Support Salesforce features and experiences that still rely on Page Layouts.
Organize information using Tabs or Accordions.Manage fields for mobile layouts and other non-Dynamic Forms experiences.
Create different experiences for different teams or user groups.Continue using a familiar Salesforce customization approach.

Before moving everything to Dynamic Forms, take some time to review your existing record pages and understand what your users actually need. Sometimes a simple Page Layout is the right solution. Other times, Dynamic Forms can make a big difference by creating a more focused and user-friendly experience.

READ MORE: When to Use Record Types vs. Page Layouts?

How to Migrate a Record Page to Dynamic Forms

For supported custom objects and standard objects, you can migrate an existing Lightning Record Page to use Dynamic Forms.

Open the Lightning Record Page you want to update in Lightning App Builder, then select the Record Detail or Highlights Panel component. Click Upgrade Now to start the migration process.

Salesforce will convert the existing page layout fields into individual fields and field sections, allowing you to take advantage of Dynamic Forms features such as conditional visibility and more flexible page customization.

Top Tip: During migration, Salesforce removes the Record Detail component from the Lightning Record Page and replaces it with individual fields and field sections. These components can then be configured, reordered, and placed wherever you need them, giving you much more control over the user experience.

Migrating to Dynamic Forms does not remove or replace your existing page layout. The page layout continues to control areas of Salesforce that still rely on it, including related lists, mobile layouts, and other experiences where Dynamic Forms is not supported.

READ MORE: Converting Page Layouts to Dynamic Forms: A Quick Guide

How To Set Up Salesforce Dynamic Forms

Getting started with Dynamic Forms is easy! Let’s step through how to set up Dynamic Forms. 

1. Create or Migrate a Page

For any custom object or selected standard objects, open the Lightning page you wish to upgrade, select the “Record Detail” or “Highlights Panel” component, and choose “Upgrade Now”, as shown in the image above.

You can also create a brand new page by going to your object, selecting “Lightning Record Pages”, then choosing “New”.

Once you’ve migrated or created a new Lightning record page, you will see the option to add a “Field Section” component, which will then enable you to add fields directly to the Lightning record page. 

In this example, I have removed the traditional “Details” tab and component, instead creating a custom tab called “Candidate Information”. I then dragged a “Field Section” component onto my tab.

Note: You need to add a Fields Component before you are able to add fields!

2. Add Field Components and Fields

Once you’ve added a “Field Section” component to your page, you can start to add individual fields. A “Field Section” can be added in many places, not just in tabs, so go wild!

First, let’s add some fields that should always be visible to anyone who views the record:

  • Don’t forget to name each field section!
  • With a field selected, you can choose the UI behavior such as “Read Only” or “Required”.

3. Make Fields and Components Conditionally Visible

We can make both fields and entire field components conditionally visible.

Below, I’ve added a new “Fields Section” component titled “Confidential Information”, and made it visible only to users with the Profile name “HR”:

I’ve also made the field “Distance Willing to Travel” conditionally appear only if “Willing to Travel” equals TRUE:

This is a real game changer. In edit mode, our conditional field will appear once “Willing to Travel” is checked, without the user having to save or refresh the page.

Top Tip: Something worth noting is that Field visibility and Field Section visibility behave differently. Fields are dynamic as they are evaluated live (as a user makes changes). This means that a field may appear/disappear while a user is editing a record. In contrast, Field Sections are only evaluated on Save, so a new section won’t appear/disappear until the user saves the record.

4. Enable Dynamic Forms on Mobile

To enable Dynamic Forms on mobile, navigate to Setup → Salesforce Mobile App and enable Dynamic Forms and Dynamic Highlights Panel on Mobile.

Once enabled, any new Dynamic Forms-enabled record pages will automatically support mobile devices. However, if you already have existing Dynamic Forms pages, you will need to update them:

  1. Open the Lightning Record Page in Lightning App Builder.
  2. Remove the Record Detail – Mobile component if it is present.
  3. Save the page and confirm that it is activated for the Phone form factor if required.

Removing the Record Detail – Mobile component is an important step. If it remains on the page, mobile users will continue to see the fields from that component rather than the customized fields and sections you configured with Dynamic Forms.

Salesforce Dynamic Forms Limitations and Known Issues

Dynamic Forms gives Salesforce Admins much more flexibility when designing Lightning Record Pages, but it is not a complete replacement for Page Layouts in every scenario.

Before migrating existing pages, it is important to understand where Dynamic Forms works well, where Salesforce still relies on Page Layouts, and what limitations you may encounter.

Not All Objects Support Dynamic Forms

The biggest limitation with Dynamic Forms is object support. Dynamic Forms only works with objects that support Lightning Web Component (LWC) record pages.

If an object does not support Dynamic Forms, Salesforce will continue to use the Page Layout to control fields and sections. This applies to some standard objects that either have fixed layouts or have not yet been migrated to the required Lightning architecture.

Large Record Pages May Need Extra Planning

Dynamic Forms gives you more control over page design, but there are still limits to consider.

Field Sections can contain a maximum of 100 fields per column, and sections count towards the overall component limits on a Lightning Record Page. If you are migrating a large, complex record page with hundreds of fields, you may need to review and simplify the design rather than simply recreating the existing Page Layout.

Migration Is Not a Perfect Copy

The Dynamic Forms migration tool can save time, but it does not create an exact replica of your existing Page Layout.

It migrates fields, field sections, and some layout settings, but other elements, such as custom links and certain Page Layout configuration options, may not be included. Always review a migrated page before making it available to users.

Some Salesforce Experiences Still Use Page Layouts

Even when Dynamic Forms is enabled, some Salesforce experiences continue to rely on Page Layouts.

This includes certain create, clone, lookup, list view editing, and related record actions. For example, some record creation experiences may still display fields based on the underlying Page Layout rather than your Dynamic Forms configuration.

Known Issues to Be Aware Of

Salesforce continues to improve Dynamic Forms, but there are some known issues and behaviours to keep in mind:

  • Fields that are only required for Person Accounts or Business Accounts may still appear in the Universally Required Fields section when configuring Dynamic Forms.
  • Some visibility rules may not evaluate as expected in specific scenarios, particularly when they depend on fields from parent records.
  • When creating records from a lookup field, Dynamic Forms fields are only displayed if the object supports LWC record pages. Objects that are not LWC-enabled continue to use Page Layout configuration.
  • Cloning records can produce unexpected results when visibility rules are involved, as field values may be copied differently depending on user access.

Check Salesforce Documentation Before Migrating

Dynamic Forms continues to evolve, with Salesforce regularly adding support for new objects and addressing known issues.

For larger implementations, review the latest Salesforce documentation before migrating a large number of record pages. This can help you identify potential limitations early and avoid unnecessary rework.

Resources

The Author

Christine Marshall

Christine Marshall

Christine is a 12x certified Salesforce Hall of Fame MVP and leads the Bristol Admin User Group.

Leave a Reply

Comments:

    pj
    June 10, 2020 4:04 pm
    again confusing terms....FORMS! A form is not what is being described it should be called DYNAMIC LAYOUTS...Salesforce has to strive for PRECISE nomenclature!!
    Amey Joshi
    June 23, 2020 4:24 pm
    Might be an invalid question.. Will this be available for Classic Experience?
    Lucy Mazalon
    June 24, 2020 1:52 pm
    Hi Amey, sorry it won't be available in Classic
    Amey Joshi
    June 24, 2020 5:07 pm
    Thanks Lucy for your response. How sad is that. :(
    Tiffany
    July 01, 2020 10:20 pm
    Totally agree.
    jai chaturvedi
    July 05, 2020 9:46 am
    Noticed a different behaviour after enabling Dynamic forms. I was using "Compact" density setting before dynamic setting enabled. Once enabled and activated, Compact density setting is not working. Looks like that dynamic form is going to have only "Comfy" layout working for now...??
    Erin Wolfe
    July 06, 2020 8:51 pm
    Thank you so much for this article! I couldn't figure out how to do this on my own - and turns out I am not able to do this yet on standard objects. Good to know before I wasted more time!
    Christine Marshall
    July 07, 2020 11:37 am
    Thanks for reading! Glad it helped. Can't wait to see this available for standard objects.
    Christine Marshall
    July 07, 2020 11:39 am
    Hi Jai, I'm hearing this from other users as well. Check out this thread for updates: https://trailblazers.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A000000TyRhSAK&fId=0D54S000004O0SYSA0
    M
    July 21, 2020 2:56 pm
    If you enabled in an environment but not in the target org, you'll receive the following error during deployment, "Your org doesn't have access to component flexipage:column"
    Stephanie
    August 04, 2020 11:48 pm
    I'm struggling with filtering on fields on the parent page using fields on the child object. I have one to many, so I can't add a lookup field to the child on the parent page. That seems to be a requirement to use the component filter unless I'm missing another step?
    Seshu P
    September 02, 2020 2:08 pm
    I have created a field section and added few fields there and I wanted them to be Read only. So selected Read only in the UI behavior. But it is not reflecting. The tool tip for UI Behavior states that "If these settings are not editable, then the assigned behavior comes from the Object Manager Field definition". I have not understood this properly.
    Seshu P
    September 02, 2020 2:10 pm
    Please help.
    JON BONDURANT
    September 14, 2020 5:51 pm
    Added a Field Section on a Tab above a standard Record Detail component. The New record and Edit button functionality don't work as expected rather you can only create/edit the fields in the Field Section while the Record Detail fields are not presented. Bug or intended behavior?
    Bryan Leaman
    September 14, 2020 8:15 pm
    So we have dynamic forms enabled, but for some objects it seems editing the fields is not available, but on others it *is* available. Not sure why or how to fix this. Any thoughts? I'm not marking any of the fields as read-only. The fields are not read-only on the default page layout either. The only difference I'm seeing at the moment is that I've overridden the edit function in classic to be a visualforce page. In lightning, I have that VF page embedded into the "Details" tab of the lightning page layout.
    Christine Marshall
    September 18, 2020 10:07 am
    Hi Bryan, Can you confirm what Object/s and what type of fields? Thanks, Christine
    jaclyn figueroa
    September 29, 2020 2:58 am
    I've been playing around with Dynamic Forms and I want to confirm with everyone else on my findings: 1) When making certain field(s) visible based on a condition set to the controlling field, this takes place after the new record is saved. Let's say I want to make 3 other fields visible when I make Mission Code = 99A. If I'm creating a new record and set Mission Code = 99A, the 3 other fields are not made visible in the new record page. After I save the record, the 3 other fields appear. 2) This is highly useful for full-license users meaning I can't take advantage of Dynamic Forms on community pages, is that correct?
    Sunil Mathew
    September 30, 2020 12:06 am
    It looks like certain field types cannot be used as conditions for field visibility (multi-select). Unless I am missing something?
    Chris
    September 30, 2020 2:02 am
    Has anyone noticed that fields that are dynamically displayed keep the value of the field, even if it switches to hidden? So if you have field 1 as a Yes/No picklist, and then field 2 only displays if field 1 is yes...if you select Yes for field 1, then specify something in field 2, THEN go back and put No for field 1, field 2 disappears from the screen, but the value remains. Ideally, it would work like dependent picklists. Ive even tried it WITH dependent picklists. Making field 2 have no values associated with Field 1 = No. In the standard details page, if you select "No" for field 1, the values in field 2 get wiped out. This does not happen with the field section component. I feel like this needs to be resolved before this feature to give its full value.
    Chris
    October 01, 2020 4:56 pm
    Hi Jaclyn - that was not my experience. When creating a new record in your example, if you make Mission Code = 99A, the other 3 fields should display if it is setup properly. I'm not sure about the community pages - haven't' tried that yet.
    Christine Marshall
    October 05, 2020 9:20 am
    Hi Sunil, This is correct - multi-select picklists cannot be used for field visibility. Best, Christine
    Rebecca Ralls
    October 22, 2020 10:31 pm
    Hi Chris, The Dynamic Forms will only adjust the visibility of fields on the layout, it will not adjust the content. If you need to also adjust the content you could create a flow that would adjust the content based on the same criteria that adjusts the visibility on the layout.
    James Haley
    October 26, 2020 11:35 pm
    Shame it is not on standard objects yet! Does look like a useful feature! James
    Tony
    October 30, 2020 8:01 pm
    For me, field conditional visibility works without issue. When I try to apply a filter to a field section, all the fields in that section only appear AFTER the record is saved.
    Tony D
    October 30, 2020 8:06 pm
    For me, the individual field conditionally visibility works without issue. However, when I apply a filter to a Field Section, that field section only appears AFTER the record is saved.
    Kaycee Neoh
    November 02, 2020 7:46 am
    Agreed!
    Rahul Mandwale
    November 03, 2020 7:11 am
    Hello Everyone, Can anyone please help me out in deployment of a Dynamic form from one Org to another? Thanks, Rahul
    Julia S
    November 06, 2020 5:45 pm
    Thank you for this! When I go to User Interface > Record Page Settings, Dynamic Forms aren't listed as an option to toggle on. We're using Lightning and are on Enterprise Edition... I wonder where I might be going wrong?
    Juan Manuel Garrido
    November 09, 2020 6:25 pm
    110% agree with you!
    Christine Marshall
    November 10, 2020 6:01 pm
    Hi Julia, The official Salesforce instructions are: How: To enable Dynamic Forms in your org, from Setup, enter Record in the Quick Find box, and then click Record Page Settings. In the Dynamic Forms section, flip the switch to On. If you are unable to see this I recommend you post in the official chatter group: https://trailblazers.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F93A000000TyRh&s1oid=00D300000000iTz&s1nid=0DB30000000072L&emkind=chatterGroupMembership&s1uid=0053000000CU5hm&emtm=1587493482205&fromEmail=1&s1ext=0
    Christine Marshall
    November 11, 2020 10:02 am
    Hi Jon, This is intended behavior. Thanks, Christine
    Christine Marshall
    November 11, 2020 10:19 am
    Hi Julia, A quick update for you. It seems Dynamic Forms no longer needs to be enabled. You can simply head to your custom Lightning record page and choose to upgrade! Best, Christine
    Desland F Vando
    November 13, 2020 6:26 pm
    Hello Christine, So if we use the Dynamic Forms, we can never use the page layout for new records? :( I mean, I love the Dynamics Forms, since you can distribute the details fields in different Tabs. But I want to use the Page Layout as the new record page. Thanks
    Christine Marshall
    November 18, 2020 1:00 pm
    Hi, If you use conditional field sections/fields then these do not work with the "Details" component. In addition, when Dynamic Forms are used, the field sections appear when you create a New record, not the "Details" section. Best, Christine
    Gustavo Soares de Souza
    December 23, 2020 10:09 pm
    Any of you able to deploy field sections and individual fields (with visibility conditions) from one org (sandbox) to a target org? For some reason, when I deploy the flexipage component, the field sections goes through, but individual fields added to the field sections are not going with. Is there a specific component type that I need to include on my deployment besides the flexiPage? I would appreciate if someone has been able to do that successfully. Thanks!
    Suresh Kumar
    January 25, 2021 3:58 pm
    Is it possible to use dynamic forms while creating a record rather than having to the edit the available record.
    Christine Marshall
    January 26, 2021 9:37 am
    Hi Suresh, Not sure what you mean? Could you give a bit more detail? Thanks, Christine
    Suresh Kumar
    January 26, 2021 10:36 am
    Hi Christine, Thank you, My query is we can edit the page layout with dynamic forms after the record is created, for example lets assume Case object, i can dynamically change the section once Case record has been created, can this be done while creation of the record itself lets say based on a picklist value the form displays different sections.
    Christine Marshall
    February 01, 2021 11:38 am
    Hi Suresh, Changes made to the page layout using Dynamic Forms are applied to existing records and to the Create New screen. So, when creating a new record, you can choose to have fields dynamically appear based on the values of a picklist. In my org, additional fields appear if the Rating = Hot.
    Suresh Kumar
    February 01, 2021 11:44 am
    Thanks Christine, I did end up trying this one on my org and it worked like a charm. Thank you very much.
    Michelle Diotalevi
    February 02, 2021 7:37 pm
    Is there a way to quickly review which pages are dynamic?
    Viajes BIDtravel
    February 03, 2021 5:13 pm
    Very well explained! I am wondering if we will be able to use Dynamic Forms also for the Lightning Record Page of TASKS
    Christine Marshall
    February 04, 2021 4:22 pm
    Hi Michelle, Not to my knowledge. It would be worth posting your question into the Trailblazer Group fro Dynamic Forms! Best, Christine
    Michelle Diotalevi
    February 05, 2021 6:56 pm
    Done. Thank you for the suggestion!
    Jeremy
    February 19, 2021 9:38 pm
    Did you figure it out Rahul? I want to know the same as well.
    Hari Priya
    March 05, 2021 5:25 am
    Hi, We have created Dynamic Page forms for agreement object. Dynamic forms are working fine during creating & edit new agreement. But if we click the Apttus CLM Amend button, then edit page is coming in the form of standard page layout instead of dynamic Page form. Can you help me in this?
    Christine Marshall
    March 05, 2021 11:48 am
    Hi Hari, I'm afraid I don't know what could be causing that. Perhaps speak to Apptus?
    Michelle Diotalevi
    March 18, 2021 2:43 pm
    Hi! I have a picklist field and would like to use only certain values as conditions. Is that not possible? Thanks!
    Christine Marshall
    March 18, 2021 5:03 pm
    Hi Michelle, Yes it is possible to use picklist values as filters. Click on the field and select 'Add Filter'. Christine
    Michelle Diotalevi
    March 18, 2021 5:09 pm
    My apologies! I should have been more clear. Is it not possible to select more than one picklist value?
    Christine Marshall
    March 19, 2021 10:39 am
    It is but it's probably not that obvious because it doesn't work like selecting values in a report or list view. Instead of selecting multiple values, you'll need to create multiple filters. In each filter, select the same field but choose a new picklist value. Then make sure the filter logic makes sense e.g. all filters are true or add filter logic.
    Michelle Diotalevi
    March 19, 2021 3:20 pm
    Thank you so much!
    Christine Marshall
    March 19, 2021 5:04 pm
    You're very welcome!
    bash
    April 13, 2021 9:29 pm
    Hello Christine, Is it possible to select parents fields from field section on child record page. Let say I am on contact record, can I have fields of related account record.
    Gireesh Jagadeeswaran
    May 05, 2021 4:55 pm
    Hi Rahul/Jeremey, I know it is too late to answer. You can use "FlexiPage" component to deploy the changes. If you face challenges like fields not added in layouts but just the sections are visible on dynamic forms, try changing the API version of Package to 49.0 and above, retrieve and then deploy. Thanks Gireesh
    Rahul Mandwale
    May 07, 2021 8:00 am
    Hi Jeremy, Sorry it's to late to reply, You can retrive it using the FlexiPage tag. For Example: Account_record_page FlexiPage And deploy using the same. Thanks, Rahul
    Kiran G
    May 07, 2021 8:13 am
    Is there a workaround to make sure that on EDIT it still displays all the fields that are part of the Record Details section ?
    Christine Marshall
    May 07, 2021 10:42 am
    Hi Kiran, As long as you have added all needed fields to a fields component, without any conditions, they will appear on Edit.
    Mahmood
    June 25, 2021 4:19 pm
    Hi Jaclyn, In my experience whether you are creating a new record or updating an existing record, the conditional visibility of fields works if you have all 4 fields in your case within the same field section. If you fields spread out in multiple field sections, then it only works after you save the record.
    Mahmood Syed
    June 25, 2021 4:28 pm
    In my experience, when you trying to create new record or update an existing record, as long as you have the controlling and the dependent fields all within the same field section then the visibility works fine. If you have fields spread in different field sections, it works only on saving the record.
    Danielle Vee
    June 25, 2021 4:50 pm
    Is this available in Experience Builder sites?
    Ryan Beaver
    June 25, 2021 7:39 pm
    Works great for editing records - not so great for creating new records as of yet, since the field sections don't evaluate until "Save." Workaround is to have a fairly simplistic page visibility that forces users to create an initial record that will trigger what becomes visible. When they save, Salesforce will open the newly created record with the fields needed - they will then need to edit to fill in additional fields. This does make it a 2 step process - still potentially helpful, but requires sufficient user training/awareness. Else, continue to use page layouts or quick actions for record creation with specific fields.
    Christine Marshall
    June 28, 2021 9:45 am
    Not yet!
    Christine Marshall
    June 28, 2021 9:46 am
    Fields and Field Sections work differently. Fields are evaluated "live" as you make edits, Field Sections are evaluated upon save.
    Kevin Partington
    September 05, 2021 2:06 pm
    Hi Christine. Any idea when this might be made available for standard objects?
    Christine Marshall
    September 06, 2021 10:46 am
    No recent updates to when this will be available. There is a link at the bottom of the article to the latest roadmap - I would keep checking that!
    Glyn A
    October 21, 2021 7:32 pm
    Are Dynamic Forms available on External Objects?
    Christine Marshall
    October 22, 2021 10:55 am
    Is there a custom object for them in your SF org/do you have a Lightning record page that displays the info from the external object?
    Greg
    March 22, 2022 7:15 pm
    We have upgraded our forms, but the "Fields" tab is not showing next to the "Components" tab on the left.
    Christine Marshall
    March 23, 2022 9:49 am
    Could be a couple of potential issues. Page might need refreshing, you could exit the page and then re-open to see if that helps, or try an incognito browser. Otherwise it's likely a case for Salesforce Support!
    Nishkarsh Manav
    April 04, 2022 7:27 am
    Totally agree with you.
    Josephine
    September 08, 2022 10:42 am
    Don't worry - once we're all used to the name they'll change it ;P
    Mark
    September 22, 2022 6:41 pm
    and change it to a name that includes Lightning, because everything needs to be named "Lightning "
    Mike
    October 19, 2022 3:47 pm
    If you see the visibility change only after the record is saved, make sure your controlling field isn't a formula. Those are only evaluated after the record is saved so changes to them won't affect the layout until then.
    Lee Byrne
    October 24, 2022 8:29 pm
    hi there, is there any way to land on the detail tab instead of the form tab i created? watch this video. this can't be how it's supposed to work, right? https://www.screencast.com/t/8bYRwTea
    Christine Marshall
    October 25, 2022 9:23 am
    Hi Lee, Dynamic Forms replaces the "Details" component. Once Dynamic Forms is being used, the New and Edit options will use that layout instead. I'm not sure why you would want both the Details component and Dynamic Forms?
    Harish
    November 02, 2022 1:23 pm
    is it possible to hide field in record page but in edit page it become unhide
    Michael
    November 30, 2022 9:37 am
    Hello, Thank you very much for this beautiful presentation and this very interesting article. I have done the setting when I do a record update the contions work. But when I create a record the conditions don't work. In my case I have 2 type records. thanks a lot for your help
    Kira
    December 14, 2022 11:27 am
    Hi, when using the accordion option on Dynamic Forms is it possible to keep multiple sections open at once? E.g. currently when I open the second accordion section the first one is closed but I may need to refer to that for some data and it's a pain having to open only one at a time. Thanks
    Kritik
    December 18, 2022 6:36 am
    Great post Christine! I really appreciate the in-depth look at form building in Salesforce. Form building can be a crucial aspect of any organization's workflow, and it's important to have a tool that is both user-friendly and powerful. The tips and resources you shared will be incredibly valuable for anyone looking to improve their form building skills on the platform. Thanks for sharing your expertise!
    Rafael
    January 04, 2023 7:30 pm
    Does it work for the New Record page as well or it is only for the edit page?
    Christine Marshall
    January 16, 2023 10:25 am
    Once Dynamic Forms is set up, it applies to both the New and Edit screens.
    Christine Marshall
    January 16, 2023 10:26 am
    Thanks for reading!
    Danica
    February 17, 2023 10:40 pm
    Any word on this Kira? I have the same issue with my users...
    Vijay
    March 15, 2023 3:55 am
    Is it possible to add Parent fields on to Child record Dynamics Form field section?
    Christine Marshall
    March 16, 2023 11:38 am
    You'll need to create a new formula field and then add that to the layout.
    hakan
    March 20, 2023 6:01 pm
    Hi Christine, the changes I make for one page layout in Edit Page is applied to all different page layouts and it makes it impossible to customize different page layouts separately. Do you know if there is a way around this? Thank you!
    Christine Marshall
    March 21, 2023 9:36 am
    You can filter components and fields based on record types and user attributes such as profile and role. This will allow you to create bespoke pages.
    Neha Singh
    May 30, 2023 7:03 pm
    On Dynamic Forms, I have added field section and fields. Few of my fields are picklist and they have default values setup on field level. When I see those fields on Dynamic form , the default values are not coming on the picklist. Any idea how to show the default values of picklist on dynamic forms.
    Krishna
    June 20, 2023 1:18 pm
    Hi One of my field of my custom object is not visible when i have clicked on the Upgrade now what is the issue can you please tell me
    Sebastian
    July 04, 2023 9:07 pm
    is it possible to set up this on the knowledge object?
    Vijayanand G
    November 14, 2023 4:46 am
    Thank You ...This is informative....
    Rosalina Livingston
    November 16, 2023 5:20 pm
    Thank you, direct and to the point well presented!
    SB
    July 24, 2024 5:29 pm
    Hi, We're just getting around to rolling this out across our org and think it can be a real game changer. What I want to be able to do is really minimize the number of fields that the humans see, without impacting anything that our integrations, flows or triggers might need. So my question is probably a silly one but, if I hide fields from the humans that are needed by the tech, is that ok? Will the tech still have everything it needs? Or do i need to test each workflow and integration when I change the visibility? Thanks SB
    Rahul Kumar
    March 27, 2025 9:17 am
    Can we add any other lightning component in the dynamic forms in salesforce