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?
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
i mean that
see attached file
Capture.JPG
Ok, then the mentioned command will work.
Regards,
Min
cool
thank you