Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <c:ChildCreatorComponent obj="{
  2. sobjectType : 'Contact',
  3. LastName : 'Rossi',
  4. FirstName : 'Mario'
  5. }" />
  6.  
  7. <c:ChildCreatorComponent obj="{
  8. sobjectType : 'Contact',
  9. AccountId : MY_DYNAMIC_ID,
  10. LastName : 'Rossi',
  11. FirstName : 'Mario'
  12. }" />
  13.  
  14. <c:ChildCreatorComponent obj="{
  15. sobjectType : 'Contact',
  16. AccountId : {!v.recordId},
  17. LastName : 'Rossi',
  18. FirstName : 'Mario'
  19. }" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement