Hi All, On resource allocation we have a custom ch...
# suitescript
r
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.
b
start at a system notes search or query
r
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
your parenthesis are in the wrong place
you also have far too many
you only needed one level around the 2 fields you are interested in
the complication of expressions is also not necessary to create your criteria
the anyof operator could be used to select multiple valid values