MikeRedfearn
5 years agoQrew Trainee
Have a action trigger run without open/edit/save of a record
Hello - The notification email filters within Quickbase require that a record is modified in order to send a notification. I am attempting to create a action/trigger that creates some sort of change on a job record without opening, editing, or saving a job record. It can be any action field...even a simple checkbox. That action would then trigger a notification email to be sent to a list of our clients.
To summarize; We have clients who we are scheduled in a calendar. And on the clients job record is the date/time we will be arriving as well as all the information relevant to the job such as contact info and scope of work to be done.
I am attempting to create a trigger field on the job record that when fired would create the change on the record that qbase notification filters require, to then send a notification email to be sent to the client reminding them of their upcoming appointment.
I attempted to create a formula-checkbox but it still only seems to fire when the job is modified/saved.
Formula currently using = If ([Status] = "Scheduled - Unconfirmed" and Now() + Days(2) > ([Job Start Date/Time]) , true)
From my reading it sounds like this can be a tough task but I know its possible. Currently within our qbase app we have a status field that is able to change without a job record being opened/saved. The only problem is we had our app custom built by a firm and I am hoping to learn these sorts of small changes myself.
Thank you for your help in advance!
------------------------------
-Mike Redfearn
------------------------------
To summarize; We have clients who we are scheduled in a calendar. And on the clients job record is the date/time we will be arriving as well as all the information relevant to the job such as contact info and scope of work to be done.
I am attempting to create a trigger field on the job record that when fired would create the change on the record that qbase notification filters require, to then send a notification email to be sent to the client reminding them of their upcoming appointment.
I attempted to create a formula-checkbox but it still only seems to fire when the job is modified/saved.
Formula currently using = If ([Status] = "Scheduled - Unconfirmed" and Now() + Days(2) > ([Job Start Date/Time]) , true)
From my reading it sounds like this can be a tough task but I know its possible. Currently within our qbase app we have a status field that is able to change without a job record being opened/saved. The only problem is we had our app custom built by a firm and I am hoping to learn these sorts of small changes myself.
Thank you for your help in advance!
------------------------------
-Mike Redfearn
------------------------------