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

Forum Posts

ServiceNow Assesment widget submit button

Hi i am woring on servcienow deault assessment widget submit button functionality i tried to get from where it is coming so i used inspect element and got some script but from where it is coming ,bcz in the widget i am unable to find that widget name...

abhi56_0-1735103543305.png 7community.PNG
abhi56 by Tera Contributor
  • 952 Views
  • 2 replies
  • 0 helpfuls

Email Notification not working after conditions met

Greetings, Currently having an issue in my training for the ServiceNow Administration Fundamentals On Demand course (Lab 6.2: Configure Notifications) where my email notification is not being triggered by the events in place per the incident created....

KW6_0-1726608798135.png KW6_2-1726608831827.png KW6_3-1726608852335.png KW6_5-1726608931709.png
KW6 by Tera Contributor
  • 1158 Views
  • 4 replies
  • 0 helpfuls

Resolved! How 'Batch size' works in Import set?

I have 50 records in excel, used the batch size of 5. My expectation was 10 import sets should get created (50/5=10), but only 1 import set got created. Q - Is my understanding right that 10 ISETs should get created? If yes, then why only 1 ISET got ...

Suggy_0-1722886735506.png
Suggy by Giga Sage
  • 2682 Views
  • 2 replies
  • 1 helpfuls

Resolved! Not able to push sys ids

Tryin to crate array of sysids. Don't know why its not getting.var gr = new GlideRecord('sys_user');gr.query();var users = [];while(gr.next()){    users.push(gr.sys_id);}gs.info(users);

ObuM by Giga Contributor
  • 1796 Views
  • 9 replies
  • 7 helpfuls

Document ID in mail script

Hello, Can someone help me with using a Document ID field in email script. I need to fetch triggerID (document ID field) which is on assessment table. I need to fetch 'use case name' field from use case table using 'trigger ID'.   

Kushi_0-1735037100664.png
Kushi by Tera Contributor
  • 747 Views
  • 3 replies
  • 0 helpfuls

Resolved! [i]

 [i]

Suggy by Giga Sage
  • 2865 Views
  • 10 replies
  • 0 helpfuls

Where do archived cases go and how can I see them?

Hi all, I am trying to understand how archiving records work, from attachments to HR Cases.I see that a rule for the sys_auto_flush table exists but I don't know where the cases go. Also, OOB how are attachments archived from the HR Cases? And how lo...

rafas_10 by Kilo Sage
  • 2810 Views
  • 4 replies
  • 0 helpfuls

take-survey Widget Submit Button

#want to customize take survey widget submit button #n portal##I am using the Clone version of 1)surveys and Assessmet  widget id=take_assessment which ultimately call "take-survey" widget i am using the cloned version of it also for my customization...

7community.PNG
abhi56 by Tera Contributor
  • 2125 Views
  • 7 replies
  • 0 helpfuls

Resolved! Transform Script

Hi All Have written a transform script, before inserting into target table will check if Class is 'PC' or 'Windows'  and if so will restrict the data from getting updated. But adding to this, we want a condition which will check if status is 'Dispose...

Resolved! want to set percentage based on two integer field values using BR

Hi everyone,we have a requirement that, we want to update percentage based on two integer field value ,so i have created After insert BR, but it's working , any suggestion that would be great help for me. (function executeRule(current, previous /*nul...

siva14 by Tera Contributor
  • 1094 Views
  • 2 replies
  • 0 helpfuls