You need to sign in to do that
Don't have an account?

Outputfields not showing correctly on the screen
Hi,
I use outputField in my component but the layout keeps behaving very weird. This component is used inside an accordeon.
Also, I have a second question. How do I show the user profile pic/icon next to the Owner ID (e.g. Talent Peaks) in the screenshot?
I use outputField in my component but the layout keeps behaving very weird. This component is used inside an accordeon.
<lightning:recordViewForm recordId="{!v.recordId}" objectApiName="cxsrec___cxsJob_application__c"> <lightning:layout > <lightning:layoutItem flexibility="auto" padding="around-small" > <lightning:outputField fieldName="ja_V_Card__c" /> <lightning:outputField fieldName="Current_employer__c" /> <lightning:outputField fieldName="Aktuelles_Gehalt__c" /> <lightning:outputField fieldName="cxsrec__Email_address__c" /> </lightning:layoutItem> <lightning:layoutItem flexibility="auto" padding="around-small" > <lightning:outputField fieldName="OwnerId" /> <lightning:outputField fieldName="cxsrec__Status__c" /> <lightning:outputField fieldName="dfind_Kandidatenstatus__c" /> <lightning:outputField fieldName="dfind_Highlighten_f_r_Kunde__c" /> </lightning:layoutItem> </lightning:layout> </lightning:recordViewForm>
Also, I have a second question. How do I show the user profile pic/icon next to the Owner ID (e.g. Talent Peaks) in the screenshot?