April 25, 200718 yr How can I write a script to automatically check the check box for the "Billed" field in all of the records in a found set? Thank you
April 25, 200718 yr After Performing your find for the Found Set, you can use a script that will loop through it. Go To Record Request [first] Loop SetField (Billed; "X") note: the "X" is an example, if you use "Yes", or something else, replace it. Go to Record Request [Next] "Exit after last" End loop HTH Lee
Create an account or sign in to comment