January 27, 200718 yr I would like to be able to search by preferred customer. In my contacts module I have a preferred customer drop down list with Yes and No in the list. Is it possible when searching for customer to show only preferred customers?
January 27, 200718 yr If you are doing the search directly from the layout all you need to do is search for Preferred Customer = Yes. If you are doing it from a script enter find mode() set pause to off set field(:preferredcustomer;"Yes") Perform Find() HTH
Create an account or sign in to comment