Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. createRecord(event ){
  2. let newContact = {FirstName : 'Pikachu' ,LastName : 'Raichu'};
  3.  
  4. createMyContact({con : newContact}).then((resp)=>{
  5. this.recordId = resp.Id; //this will auto call wireMethod/
  6.  
  7.  
  8. });
  9.  
  10.  
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement