Community Central forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! UI action not working in workspace

Hi all,    function downloadPDF() {    var ga = new GlideAjax('sn_hr_core.GSSPDownloadpdf'); // Script Include name    ga.addParam('sysparm_name', 'generatePDF');    ga.addParam('sys_id', g_form.getUniqueValue()); // Current record sys_id    ga.addPa...

pk2184046 by Mega Sage
  • 927 Views
  • 2 replies
  • 1 helpfuls

Resolved! Can I change my name in ServiceNow community?

Hello, Does anyone know how to change my name (handle?) in ServiceNow Community?My name shows in this screenshot as "Kody".Can I change it to another?My question is about this website "www.servicenow.com/community" but I feel that it's related to CSM...

Kody_0-1763688659070.png
Kody by Tera Expert
  • 3065 Views
  • 12 replies
  • 6 helpfuls

Reporting - sys_audit table to heavy to query

Hi Everyone!   I was wondering about the following statement: I want a report that shows how many Users were active on specific days throughout the year. Unable to query the 'sys_audit' table since the system goes down and transactions have to be ca...