I have a agent that runs at night and I would like to have it look at a View in my database that has a column called GrandTotal and print to an email if the data in that column has changed.
Is this possible ?
I have a agent that runs at night and I would like to have it look at a View in my database that has a column called GrandTotal and print to an email if the data in that column has changed.
Is this possible ?
Subject: Agent
Yes, I think it can be doen. You could save the former value in a profile document (together with the date) and use this value to compare against the current value. And act accordingly.