I was trying to create a Dynamic filter in a ServiceNow instance that would allow anyone to filter things by users configured/listed in a property. In theory it was a straight forward thing to do and I proceeded to accomplish the task. But things soon turned into a struggle to not loose my sanity, knowing […]
Month: June 2020
GlideFilter does work after all!?
Working with assessments I came across a piece of code that showed me that GlideFilter does support case insensitive evaluation of conditions. Up until now I was under the impression that GlideFilter is not fully functional in that it can’t do just that. ServiceNow Guru Tim Woodruff nicely details and demonstrates how the known usage […]