Skip to main content
Erin Ryan (FactSet) ha fatto una domanda in #Data Management
I'm looking to remove all permission sets from inactive User records. Can this be done via Data Loader?
7 risposte
  1. 26 nov 2018, 19:23
    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
0/9000