Guest User

Untitled

a guest
Apr 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Key,Description
  2. parent,Api name of the parent object
  3. externalIdField,[optional]: If you have external Id field; you can declare them
  4. where,[optional]: You can filter the records using where clause
  5. childs,Array of child objects
  6. parentMappedField,Api name of parent object relationship
  7. childObject,Api name of child object
  8. externalIdField,[optional]: If you have external Id field; you can declare them
  9. sequence,[optional]: Sequence determines order if you have more than one parent
  10. lookups,Array of lookups
  11. lookupMappedField,Api name of lookup object relationship
  12. lookupObject,Api name of lookup object
  13. keys,Determines how to uniquely identify the lookup record. This can be a combination of multiple fields
  14. unmappedFields,[optional]: If you may want to exclude certain fields during migration; add them here
Add Comment
Please, Sign In to add comment