September 13, 201114 yr I have a check box that contains the names to several different companies we send faxes to. What script do I use to connect a check in one of these boxes, to a phone number? Thanks
September 14, 201114 yr Author The phone numbers don't exist in my database, because I don't yet know where to put them, however there are about 10 static phone numbers, one for each check box that I will need to use. The check box is located on each of our customers main data page.
September 14, 201114 yr Automatic message This topic has been moved from "Database Schema & Business Logic → Custom Functions" to "Database Schema & Business Logic → Relationships".
September 14, 201114 yr Still not sure if I get your question. You could make 10 PhoneNumber fields. Make them autoenter your tele. numbers and make them Global storage. Then during your Faxing script you can add something like loop through the checkboxes, if this checkbox is ticked use this number, else go to the next checkbox. Vincent
Create an account or sign in to comment