Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

How to create database views for reports generating

Hi Team, I need to generate one report using two different table fields. sc_req_item table(5 fields) and task_sla table(I have 2 fields) For this I have created a database view, Below is my database view Now I am trying to create a report, In source ...

Gopal14_0-1666763578097.png Gopal14_1-1666763961009.png
Gopal14 by Tera Contributor
  • 1245 Views
  • 2 replies
  • 0 helpfuls

Focus on worknotes on click of UI action!

Hi Community!How do get I get the cursor/focus into 'work notes' onClick of UI action?I have tried using var refocus=g_form.getElement('work_notes');refocus.focus(); and also tried g_form.getControl('work_notes').focus(); but none of the things are w...

Neeraj_27 by Kilo Sage
  • 739 Views
  • 2 replies
  • 0 helpfuls

Change Email 'From' Address

Hello, I would like to change the 'From' address in emails sent from ServiceNow without changing the 'Reply To' as well. So when users receive an email, it is shown as servicenow@mydomain.com but when they click reply the response goes to instance_na...

Peter W1 by Tera Contributor
  • 5255 Views
  • 1 replies
  • 1 helpfuls

Resolved! Update background color on form when a user is inactive

Hi all, I have a requirement to make a field on a form a different color.  I have already applied a field style, but that only applies to the list view.  I need the field on the form to be a different color as well.  I've tried a UI Policy and have h...

Niccole by Tera Expert
  • 858 Views
  • 1 replies
  • 0 helpfuls

Setting up inputs & outputs for subflow

I have a workflow that needs to call in an approval subflow, but I'm unsure how to set up the outputs. The subflow input uses a reference field and calls up the catalog service request that needs to get approval, but what would my outputs look like? ...

outputs.PNG assign approve outputs.PNG assign reject outputs.PNG
Tara Bauch by Tera Contributor
  • 4764 Views
  • 3 replies
  • 0 helpfuls

how to give max length for multi line text in service portal?

Hi,I need to set limitation for variable type: multi line text and set the max character to 4,000 in HTML. I currently updated the field value name on the table to max value = 4,000.Also the text area maxlength is set to 4000 but when I text its only...

asher14 by Tera Contributor
  • 1148 Views
  • 2 replies
  • 1 helpfuls

Add 90 days to the date field

Hi,  I need to have an on load client script that will default the value 90 days from today.  This is a UI Page and I need to auto populate the Until Field. Please help.Thanks.  

JetR_0-1666636909893.png
Community Alums by Community Alums  
  • 1475 Views
  • 4 replies
  • 0 helpfuls

g_scratchpad not available in the platform

I am using this code and it works fine in  service portal for a catalog item. but gives error that it can't find g_scratchpad in the platform. Any work around to work in plat form as well. Appreciate it. I need it to substitute  synchronous ajax in s...

Giri6 by Tera Expert
  • 1486 Views
  • 2 replies
  • 1 helpfuls