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

Forum Posts

Resolved! Querying the sys_user table from client script (scope app)

Hi all Trying to query "sys_user" table via client script. I want to retrieve the user's id and segment code based on the inputted employee's name (u_formatted_display_name) I have written the below client script but am getting the below error messag...

find_real_file.png
MKelly83 by Giga Expert
  • 5331 Views
  • 13 replies
  • 2 helpfuls

Resolved! Hide filter option values in listcollector

Hi All,I wanted to remove options in filter condition of list collector.I am using the below script in record producer catalog client script .Is this possible to remove values in filter ?function onChange(control, oldValue, newValue, isLoading) {if (...

hide filter option.jpg

Resolved! Understanding Nudge button better

Hi,I am working on workflow development and would like to understand the working of the "Nudge" button in the workflow context. From the hover it states that it will "Attempt to start a Hung workflow", but it doesnt seem to work the way i understand....

Case Activity Log getting updated Multiple times

Hi Team,For me the activity log   updating multiple times Due to Business Rules which are running on case one was for Insert and other one was for Update.Whenever a record was Inserted one update was logging and after that at the time of after SLA at...

Bug_case_Activity2.PNG Bug_case_activity.PNG
Ram141 by Tera Expert
  • 2187 Views
  • 3 replies
  • 0 helpfuls

Resolved! How do I remove parameters from a RESTMessageV2 call?

I'm new to SNOW development, so feel free to offer any level of advice here.My scenario is this:I created a bunch of outbound REST messages.Some of these REST calls accept a bunch of parameters (15+) which I added in the Query Parameters of the calls...

jjanow by Giga Contributor
  • 1972 Views
  • 4 replies
  • 1 helpfuls

Create Request from Incident by UI Action

My aim is to copy the information from an Incident to a new Request, and close the Incident, with an UI Action. Without going through the Service Portal (ours seems to have been set up in a strange way).I have reused some of the code I have found in ...

2018-01-19_14-40-16.png 2018-01-19_14-39-50.png

Switch the Widgets on click of tabs in Service Portal

Switch the Widgets on click of tabs in Service PortalI want to display close and open incident on same page. i created two widgets (Simple list with two in) one is for open incident and another is for close. Now i want only Open incident widget shoul...

Tab.PNG
anupraheja by Tera Expert
  • 4051 Views
  • 4 replies
  • 0 helpfuls

Resolved! Incident Resolve UI Action

HI All,I need to make a change to our 'resolve' UI Action on the incident table.If the log is a parent incident I need it to check that all child incidents are resolved or closed before the parent can be resolved.I've added the function checkchldinc(...

find_real_file.png
Sam Ogden by Tera Guru
  • 4063 Views
  • 9 replies
  • 1 helpfuls

Resolved! Auto hide Application Navigator / NavBar on load

Hello,I was wondering if anyone knows of a way to auto hide / collapse the Application Navigator on load? We'd like this hidden by default for our ess users after logging into our instance and it can only be expanded when forced open.Thanks

Resolved! Limit values that can be entered on list collector variable

We are trying to limit the number of items that can be entered on a list collector on the form of one of our record producers.Currently user can enter multiple items on the list collector. We need to limit it to 3 items only then the list collector w...

JC S_ by Mega Guru
  • 3976 Views
  • 3 replies
  • 1 helpfuls

CSS - UI Pages <table> background-color

Hi hivemind!Setting up a UI page with a bunch of <table>'s and <div>'sMy problem is that when I set a background pic to the <div> via css styles the <table> tagg placed in the <div> has a white background-color, without me specifying it. The <table> ...

Resolved! how to clear the sys_ID

Hi All,Consider the below scenario and help me in solving itI have created a "List" type field in Incident form and it is referenced to "User" table.I added a user to the "List" type field in Incident form. After that. I deleted the same user in "Use...

find_real_file.png find_real_file.png

left join two object arrays

I have a question regarding joining two object arrays. I have one object array that contains (for example) ten animals:data.list = []; data.list.push({         animal: wf.getDisplayValue('name') });and I have another object array that contains the a...

davilu by Mega Sage
  • 5733 Views
  • 3 replies
  • 0 helpfuls

Resolved! How do I translate the text on a ui action button?

Hello, I have a UI action that I am trying to translate.I have created a Translated Name / Field record.   The Transfer Case button is OOB and translated fine.Aside from creating this record for translation, is there anything else I should need to do...

find_real_file.png find_real_file.png find_real_file.png