How to delete/deactivate record with transform map?

Alberto Comerro
Tera Contributor

I have to import a file with association to user and one group.

When a user is no loger in the the file it must be removed from the servicenow group.

How can I make this with a transform map?

6 REPLIES 6

Kartik Sethi
Tera Guru
Tera Guru

Hi @Alberto Comerro 

Does the approach suggested by me worked for you?

 

Regards,

Kartik

 @Kartik Sethi ,

Step 1 : Created test user in AD and then  through transfer map  in ServiceNow sys_user table created Teast user with Active true .

Now i have deleted Test user in AD and then trying transfer schedule job bit its not working only working for deactivated users in AD  if i will de-activate Test user in AD and transfer schedule execute after that ServiceNow sys_user table that Test User changed to Active 'False' --- this fine . i am looking for Deleted users .

if you know help me in this.

Thanks & Regards 

PB