Skip to main content
I'm looking to remove all permission sets from inactive User records. Can this be done via Data Loader?
7 个回答
  1. 2018年11月26日 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