Skip to main content
Erin Ryan (FactSet) 님이 #Data Management에 질문했습니다
I'm looking to remove all permission sets from inactive User records. Can this be done via Data Loader?
답변 7개
  1. 2018년 11월 26일 오후 7: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