Is there a way to create a filter so that my sales reps can export a single contact file into another app at any time during the day? I tried using
contact1->createon = Date() .and. contact1->key5 = 1
Having the reps enter a 1 in the "open" field and then removing it after the export so that only one file has this characteristic - it's all I could come up with, but it doesn't work and hopefully there is another way to do it so that I don't have to rely on the reps to remember anything.
Ryan Saul
contact1->createon = Date() .and. contact1->key5 = 1
Having the reps enter a 1 in the "open" field and then removing it after the export so that only one file has this characteristic - it's all I could come up with, but it doesn't work and hopefully there is another way to do it so that I don't have to rely on the reps to remember anything.
Ryan Saul