July 10, 200124 yr Hey All, Quick question, is it possible to set more than one checkbox in a field with the SetField command? My value list has 3 options: Mailing list, Lead, and Client. The Mailing list option is always check but I also need to be able to set either Lead or Client when the script is run. Any ideas? Thanks.
July 10, 200124 yr quote: Originally posted by skuli: Hey All, Quick question, is it possible to set more than one checkbox in a field with the SetField command? My value list has 3 options: Mailing list, Lead, and Client. The Mailing list option is always check but I also need to be able to set either Lead or Client when the script is run. Any ideas? Thanks. Let's suppose your field is named TAGS, then to add a new checked value you must send these commands: Set Field (TAGS,TAGS & "
July 11, 200124 yr Just to add a little "why". Clicking multiple checkboxes just adds values to the text field separated by "
July 11, 200124 yr Yes, but, via the same script, you can check the contents of your field using the text functions (counting words, occurrences of the "
Create an account or sign in to comment