G
Guest
I'm trying to build a query that looks at records with activity type,
"submitted", "reviewed" and "forwarded" for job requisitions. A new activity
record is created as each of the steps is completed. For example, before a
job can be "forwarded" it must be "reviewed" and before it can be "reviewed"
it must be "submitted" Once a job is "reviewed" and "forwarded" I don't want
them to show up in the query. Thus, I am only interested in job requisitions
with with the only activity "submitted" where "reviewed and "forwarded" are
null values.
"submitted", "reviewed" and "forwarded" for job requisitions. A new activity
record is created as each of the steps is completed. For example, before a
job can be "forwarded" it must be "reviewed" and before it can be "reviewed"
it must be "submitted" Once a job is "reviewed" and "forwarded" I don't want
them to show up in the query. Thus, I am only interested in job requisitions
with with the only activity "submitted" where "reviewed and "forwarded" are
null values.