User Activity

Hi there,I'm trying to query a list of records which requires "does not end with" operator. Is there such operator? If not, what would be a workaround?For example:var db = new GlideRecord('table');if X = 1 then db.addQuery("field", "ENDSWITH", "5")el...
I'm using a system UI message in an installation exit. This will be used to display the message which contains an email address when the account of a user is locked. I'm trying to output the email address using <a href="mailto> tags but as the messag...