Guest User

Untitled

a guest
Mar 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <aura:component implements="force:hasRecordId,flexipage:availableForAllPageTypes">
  2. <aura:attribute name="recordId" type="Id"/>
  3.  
  4. <lightning:recordEditForm objectApiName="Book__c">
  5. <lightning:messages />
  6. <lightning:inputField fieldName="Name" />
  7. <lightning:inputField fieldName="Account__c"/>
  8.  
  9. <lightning:button class="slds-m-top_small" type="submit" label="Create" />
  10. </lightning:recordEditForm>
  11.  
  12. </aura:component>
Add Comment
Please, Sign In to add comment