Two components have been specifically developed to handle the dynamic form :
- dqeone:DQE_Create_Record_Dynamic : override the NEW button
- dqeone:DQE_Edit_Record_Dynamic : create a new edit button and replace it
There are some conditions to respect.
Dynamic form requirements
- A Lightning Record Page assigned at the Profile or App level must be configured for the application in which the creation form will be opened
OR
- A Lightning Record Page defined as Org Default level labelled as follow : [SObjectName]_Record_Page
OR
- Only one Lightning Record Page defined for this SObject
Visibility Rules handled
Rules can be defined based on:
the record
the user
the client (i.e., browser or form factor)
Permission-based rules are not properly supported at the moment.
Related to