March 30, 200124 yr Newbies I've created several scripts to manipulate imported data from a Lotus worksheet. One of the functions is to delete duplicate records that were imported. When I run the script, it finds the duplicates and performs the deletion. The problem is, it requests input (confirmation of delete) from the user for every record it needs to delete. Is there a way (in the script) for me to bypass the record deletion prompt?
March 31, 200124 yr quote: Originally posted by jimcip: I've created several scripts to manipulate imported data from a Lotus worksheet. One of the functions is to delete duplicate records that were imported. When I run the script, it finds the duplicates and performs the deletion. The problem is, it requests input (confirmation of delete) from the user for every record it needs to delete. Is there a way (in the script) for me to bypass the record deletion prompt? In the script step for deleting a record, there is the option to "Perform Without Dialog". This option will supress the dialog.
Create an account or sign in to comment