7 risposte
When you delete a record using the Data Loader the only thing you need is the Id of the record that you are deleting (so there is nothing else to map)
To get the inactive Users you can just export the User object, open it in Excel sort by IsActive and delete the rows where Active = TRUE
Or just reun in Inactive User Report and export it to a CSV File