How to fix it

  1. Navigate to System Import Sets > Administration > Transform Log and filter by your Transform Map name and recent execution time.
  2. Look for records with State = 'Error' and check the Error Message field for JavaScript errors or specific failure details.
  3. If transform script errors exist, open your Transform Map via System Import Sets > Administration > Transform Maps and click into the failing map.
  4. Review the Script tab for syntax errors, undefined variables, or incorrect source.fieldname references that don't match your import set columns.
  5. Verify the coalesce field by checking the Coalesce checkbox on field mappings in the Field Maps related list of your Transform Map.
  6. Ensure the coalesce field contains data that actually exists in target records - go to your Import Set table and spot-check that coalesce values match existing target table records.
  7. Check for Business Rule conflicts by navigating to System Logs > System Log > All and filter by your transform execution time.
  8. Look for error entries mentioning Business Rules on your target table - these often show as "Operation aborted" or specific validation messages.
  9. Validate mandatory field coverage by going to System Definition > Tables & Columns and searching for your target table.
  10. Filter the columns list by Mandatory = true and cross-reference with your Transform Map field mappings to ensure all required fields have valid source mappings.
  11. Fix case sensitivity issues by comparing your Transform Map's Source field values exactly against the column names in your Import Set table.
  12. Navigate to your Import Set table directly (it will be named something like u_import_set_xxxxx) and verify the exact column names match your field mappings.
  13. Test your fix by running a single transform: go back to your Import Set table, select one record, and click Transform from the context menu.
💡

After fixing the Transform Map, set the Import Set records back to 'Pending' state by selecting them and using the 'Reset to Pending' action before re-running the transform.