AOT query ranges

Hi All,

I have created a new AOT query having hcmworker with inner join to hcmemployment.

In the ranges hcmemployment validTo…I want to give two ranges. Is it possible as I am able to give only one range (lessThanUtcDate(30)).

Regards,

Varry

You can create an addition range for the same field. Or construct a more complex value for the single range (it may require a new method in SysQueryRangeUtil class).

Thanks…Yeah I need to add a new method. It hasn’t got one for current time and min, max value.