This is going to be difficult to explain, so please ask questions as needed to clarify.
I have a program that does somethings with new records. I want this program to be able to send emails if certain conditions are met. This conditions will be user-defined at runtime (and saved as settings...somewhere by the app).
I'm struggling with:
The criteria will likely not be straightforward, (if equal to A), but may also be something like (A,B, and D), or (Not equal to A).
Surely this is something you guys have dealt with before, so please enlighten me.
I have a program that does somethings with new records. I want this program to be able to send emails if certain conditions are met. This conditions will be user-defined at runtime (and saved as settings...somewhere by the app).
I'm struggling with:
- How to present the user interface for this
- how to retrieve these criteria to run in my code
The criteria will likely not be straightforward, (if equal to A), but may also be something like (A,B, and D), or (Not equal to A).
Surely this is something you guys have dealt with before, so please enlighten me.
Last edited by a moderator: