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

Forum Posts

Resolved! Update OOB Table API

Good afternoon,Wondering if anyone can advise if this is possible, and if so how.On our sys_user table we have a custom_id field which we use as an identifier for a custom web application. We now want these users to be able to submit cases from the w...

Cirrus by Kilo Sage
  • 1944 Views
  • 5 replies
  • 1 helpfuls

UI Action to display pop up record producer

I have a UI Action that I need to open up a pop-up record producer in the view of a catalog item.  Using this code: function userPopup() { var dialog = new GlideDialogForm ('Create User', 'sc_cat_item_producer', createNewUser); dialog.setTitle('Cre...

find_real_file.png find_real_file.png

Add attachments for public users

Hi,We have built a record producer and published it on an external web form. The record producer is set to public and everything works fine except adding attachments.ServiceNow support just told me that attachment upload is limited to logged in users...

How to set URL on URL field type and pass value to other URL

HI team, i am not getting alert(myparm); in below script please guide function onLoad() {    alert("hi");    //Use the 'getParameterValue' function below to get the parameter values from the URL    var myparm =getParmVal('sysparm_id');    alert(mypar...

Deepthi13 by Tera Expert
  • 2992 Views
  • 7 replies
  • 0 helpfuls

RITM Stages on RITM list view

Hello Experts, For catalog item workflows, I am using stage renderer as 'Requested Item Renderer' and I have approval activity with stage 'waiting for approval' in it. When Catalog item is submitted in the RITM list view.. I see "Waiting for Approval...

Rocky4_0-1677641928613.png
Rocky4 by Tera Contributor
  • 1092 Views
  • 2 replies
  • 0 helpfuls

Should I use a Before or an After Business Rule?

Hello Team, I want to copy worknotes from Incident Task to incident. For which I have created a before business rule which is working fine but when I am using the same code in an after business rule then it's not working. Can someone tell me why? Cod...

anirban300 by Kilo Guru
  • 10158 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to hide/show fields in the incident record until certain conditions

Hello team, I've been trying the hide the Incident.approval field. I'm trying to have the field only populate when these condition are met. Would a UI policy or client script be best practice? Category is SecuritySubcategory is Risk assissmentAssignm...

Community Alums by Community Alums  
  • 1918 Views
  • 3 replies
  • 2 helpfuls

Resolved! Flow not retrieving Output value from Flow Action

Hi Guys I have an issue with Flow Designer where by I created an action within a flow. I know the Action is receiving the correct input values as they show on the Step Configuration when I test:I know that in my Action the script is working and produ...

Markell_0-1675701740564.png Markell_1-1675701847542.png Markell_2-1675701923986.png Markell_3-1675701986676.png
Markell by Tera Guru
  • 8722 Views
  • 10 replies
  • 6 helpfuls

Dashboard interactive filter for updated before x time

I want to create a dashboard with an interactive date filter that will specifically allow me to filter calls that haven't been updated in x days. I can't see that this is possible as "Updated" doesn't have a dynamic filter? Is there any other way aro...

AndrewFinlay_0-1677683926904.png AndrewFinlay_1-1677683958441.png