We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
It works perfectly when adding the ^ORDERBY or ^ORDERBYDESC to an encoded query as well. For example: current.addEncodedQuery('active=true^ORDERBYnumber');
Hi, Sean! I faced the same problem and noticed that ServiceNow does not support Object.entries() for applications still running in ES5. In ES12, it is already supported. I had the same error and had to change the logic I implemented to solve it. Real...
Hi! I know this answer comes really late, but I faced the same issue today and discovered what causes this message to pop out. This happens when we perform a GlideRecord and try to set a field value to a whole object. Most likely your variable sys re...