Hi All,
On resource allocation we have a custom checkbox field labeled Resource Billable with id custeventrbillable.
What I want to do is, create one search on resource allocation such that it results
All the resource allocation in which there was a change in resource billable field.
From true to false or from false to true.
This is the search I tried.
The issue here is, it will return any resource allocation if in system notes there is a change and there is resource billable field.
On the contrary I want to check if in system notes there is resource billable field and if it is then the type should be change.
b
battk
03/16/2022, 5:24 PM
your parenthesis are in the wrong place
battk
03/16/2022, 5:24 PM
you also have far too many
battk
03/16/2022, 5:26 PM
you only needed one level around the 2 fields you are interested in
battk
03/16/2022, 5:27 PM
the complication of expressions is also not necessary to create your criteria
battk
03/16/2022, 5:28 PM
the anyof operator could be used to select multiple valid values