We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Service Portal: Widget Client Controller Translation

Hi, I'm facing a problem where I'm unable to translate a text/content in Client controller script of a widget (Homepage Search) I have used ng-bind:data.greeting instead of options.title in HTMLHTML code: For e.g. I'm trying to translate the greeting...

find_real_file.png find_real_file.png
sujitha16 by Kilo Patron
  • 3720 Views
  • 8 replies
  • 7 helpfuls

Resolved! ClientsCRIPT OnChange NE FONCTIONNE PAS

function onChange(control, oldValue, newValue, isLoading, isTemplate) {    if (isLoading || newValue === '') {        return;    }    // Vérifiez si le champ modifié est 'Estimatih HT'    if (control == 'u_estimatif') {        calculateAndSetC();    ...

Hicham-dev by Tera Contributor
  • 1838 Views
  • 12 replies
  • 3 helpfuls

How to avoid page Break in PDF

Hello Community!I am Exporting PDF of the UI page and it looks like this.The PDF should avoid page breaks.Using GwtPollDialog method I am exporting PDF.How can I achieve this? Thanks in advanced! 

Pratiksha_45_0-1700568752007.png

Resolved! Mark the old duplicate cases state ="canceled"

Hello.I am creating a new record using Flow.-> When this record is created it should check the record table and mark duplicate cases as "canceled" where we should check both duplicate product_code and customer_code fields on the records. 

Insider by Giga Guru
  • 812 Views
  • 4 replies
  • 1 helpfuls

Flow designer warning

Hi Guys,How to find the issue of the flow designer if every time I open/collapse the Action it shows the warning"A dynamic action error occurred'And I doubted that this is the cause of the issue we encountered when we are performing a process which i...

Codi_0-1700571833261.png
Codi by Tera Contributor
  • 769 Views
  • 3 replies
  • 0 helpfuls

How to get one email notification if user is inactive

Hi Everyone,  I have a requirement Need To Identify When User Marked As Inactive Is Also Assigned As A Group Manager. I have created one BR on Sys_user table triggering Notification currently. var gr = new GlideRecord('sys_user_group'); gr.addEnc...

prasad39 by Tera Contributor
  • 1571 Views
  • 8 replies
  • 0 helpfuls

Error message on Change form

Hi All, I am getting the below error on change form. Please assist. Error MessageSyntax Error or Access Rule Violation detected by database ((conn=450351) Unknown column 'task.closed_at' in 'field list') Thanks & Regards.

Joshuu by Kilo Sage
  • 474 Views
  • 3 replies
  • 0 helpfuls

Resolved! Migrating to Change Models

Hi, We already have change request module implemented in our instance and we are planning to design an enterprise change using new flow designer and change model concept in ServiceNow. I would like to get some thoughts on some of the best practice re...

shloke by Tera Contributor
  • 5491 Views
  • 5 replies
  • 1 helpfuls

Resolved! Client Script Code query

Hi All, I have a requirement to calculate the Liability Violation Hours where Liability Violation Hours = Violation hours * Multiplier.I have written a onChange Client script for above cal.Everything is working fine except i cannot make the Liability...

ST9 by Tera Contributor
  • 1103 Views
  • 5 replies
  • 0 helpfuls