TudorSmith
Programmer
I currently have macros which are successfully emailing people based on the state of a job ticket.
For instance I have:
This works a treat for new tickets but here's my latest problem. We have now added a new field to a ticket called Reassignment (bet you can't guess what that's for?). Yep, if a ticket already exists, and is reassigned to a new group, I would like for a macro to send an email to the new group to notify them that they are now responsible for the ticket.
I'm thinking this is acheived like this:
But I'm not sure, because the ticket is no longer a new ticket.
Can anyone suggest how I identify the ticket as "Not a new" ticket and what is the
telling me?
Thanks
birklea birklea ~©¿©~ <><
I know what I know...don't presume that I know what I don't! Smithism!!!
For instance I have:
Code:
total.pages in $L.new=1 and assignment in $L.new="XYZ"
This works a treat for new tickets but here's my latest problem. We have now added a new field to a ticket called Reassignment (bet you can't guess what that's for?). Yep, if a ticket already exists, and is reassigned to a new group, I would like for a macro to send an email to the new group to notify them that they are now responsible for the ticket.
I'm thinking this is acheived like this:
Code:
total.pages in $L.new>1 and Reassignment in $L.new="XYW"
But I'm not sure, because the ticket is no longer a new ticket.
Can anyone suggest how I identify the ticket as "Not a new" ticket and what is the
Code:
total.pages
Thanks
birklea birklea ~©¿©~ <><
I know what I know...don't presume that I know what I don't! Smithism!!!