Workflow Search for Object Filter

Have created a scheduled Workflow that searches for accounts that have the employeetype = contractor, and accountexpires > 90 days or accountexpires is empty.  When the workflow is run, it successfully finds the accounts that have accountexpires > 90 days, but not the ones that do not have an accountexpires set.

The filter is this.  (fyi, tried the first grouping both as 'AND' and 'OR' with the same results)

Parents
  • Account expires = 0 means it does not expire.  I do not think it will pull with "empty".  When i do a simple find against AD with accountexpires is empty, nothing is returned.  But i change it to =0 and all my accounts show as i would expect.  I also think JohnnyQuest's suggestion is needed as the second group looks like a child and not a second set of criteria.

Reply
  • Account expires = 0 means it does not expire.  I do not think it will pull with "empty".  When i do a simple find against AD with accountexpires is empty, nothing is returned.  But i change it to =0 and all my accounts show as i would expect.  I also think JohnnyQuest's suggestion is needed as the second group looks like a child and not a second set of criteria.

Children