I was trying to create a lookup with a conditional filter in the value method (filterset). There were two filters for the lookup and one of it was conditional - filter ignored if parameter’s value is null (parameter not provided)
I was expecting the filter will be ignored when I don’t send the parameter’s value.
Instead it was sometimes ignored and sometimes not (based on whether it was called the first time with the parameter after a server restart)