batch edit of password id field

batch edit of password id field

avatar

to be more precise : i need to batch erase the text on that field in many records
didn't find how to do that

any ideas?

All Comments (4)

avatar

Hello,

I think you are talking about a web entry? If yes, this can be done via Batch Actions and Custom Powershell Command;

Enter this command and click OK:
$connection.Web.PasswordControlId= ""
$RDM.Save();

Regards,
Min

avatar

i mean that
see attached file

Capture.JPG

avatar

Ok, then the mentioned command will work.

Regards,
Min

avatar

cool
thank you