Composite method imports records depending on the existence or absence of records in the destination application. Composite requests require you to define how to create new records, identify existing records, and update existing records.
Different options available in Composite method are:
- Create new records & update existing records: dynamically create new records or update existing records in the import application. If you choose this type, you must define the Create new records, Identify existing records, and Update existing records criteria.
- Create new records & ignore existing records: ignore existing records, and only create new records. If you choose this type, you must define the Create new records and Identify existing records criteria.
- Ignore new records & update existing records: update existing records, and ignore records that can’t be found. If you choose this type, you must define the Identify existing records and Update existing records criteria.