You need to sign in to do that
Don't have an account?
recordForm
I am aware this ia know issue https://success.salesforce.com/issues_view?id=a1p3A000000oAQnQAM
Could someone suggest a workaround?
I tried testing through Dev Console, as an tab but all i see is the cancel and save button
Could someone suggest a workaround?
I tried testing through Dev Console, as an tab but all i see is the cancel and save button
<aura:component implements="flexipage:availableForAllPageTypes,force:appHostable,flexipage:availableForRecordHome,force:hasRecordId,force:hasSObjectName" access="global" > <aura:attribute name="recordId" type="String" /> <aura:attribute name="fieldsArray" type="String[]" default="['Name','Email','HomePhone','MobilePhone','AccountId']" /> <lightning:card class="slds-card__body slds-card__body_inner" iconName="standard:contact" title="Quick PersonAccount" > <lightning:recordForm aura:id="recordForm" recordId="{!v.recordId}" objectApiName="Contact" layoutType="Compact" fields="{!v.fieldsArray}" columns="2" mode="edit" onsubmit="{!c.onSubmit}" /> </lightning:card> </aura:component>
Lightning Experience, Lightning Communities, Salesforce Mobile App ... Not Standalone Lightning App ...
Refer to this link
https://developer.salesforce.com/docs/component-library/bundle/lightning:recordForm/documentation
It's not me descibing it as a known issue.