function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
beingofhabitsbeingofhabits 

Unable to edit record via lightning:recordForm

G'day

I have 2 picklists values on my custom object with filed dependency. So, I have to create a component to contain info about its record without "master" of the dependency. I've decided to use lightning:recordForm, but the problem is that I can't change its value without placing "master" field. So, is this any workaround? Like as prepopulating the field? Or it's better to use recordEditForm and recordViewForm both?