User Activity
I saw a post on linkedin mentioning that tinymce has a template plugin but it is not available in servicenow. Turns out you can init the tinymce editor with the template plugin if you do it manually, the plugin gets removed elsewhere. So that you do...
12-16-2025
A while back someone was wondering on sndevs slack if they could add a seconds picker to the spDatePicker directive using attributes. Turns out the bootstrap datetimepicker that the directive uses in the portal forms for date/time fields has a config...
Ever had the requirement of conditionally making the attachments mandatory on the portal catalog item page? There is the attachment variable but I've seen business reject it as an option more often than not and there are multiple posts on the commun...
08-25-2025
How to enable the script execution history in scripts - background to print stuff like the sql statements from the execution? Or have I just dreamed that this functionality exists? e.g.var query = new GlideRecord('incident')
query.query() would print...