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

Forum Posts

Resolved! Related list not showing expected records

Hi everyone,  I cant work something out. When a child record has a parent value added to it I was expecting the record to show up in a related list on a form without it needing to be manually added.  For example if I created 51 records and put in the...

find_real_file.png find_real_file.png
walshy by Giga Expert
  • 5811 Views
  • 5 replies
  • 1 helpfuls

User Images not all loading

I was wondering if anyone else is having this issue, on Rome. I am building a locator so you can search users, with images. I load 50 at a time and update using server.update() passing values in c.data and displaying as <image> with source NUMBER.iix...

Kevin163 by Tera Contributor
  • 1360 Views
  • 1 replies
  • 1 helpfuls

Show text value on mousehover

<div ><input id="abc" onmouseover="ShowToolTip(this.id)" title="" class="select2 form-control ev-field ev-field-reference"/></div>      <script>function ShowToolTip(txtbox){var ToolTip = document.getElementById(txtbox);ToolTip.title=ToolTip.value;}</...

CA5 by Tera Contributor
  • 1043 Views
  • 1 replies
  • 0 helpfuls

Resolved! M2M question - super noob question

Hi Everyone,I've been doing full stack dev for years but as I dive into ServiceNow there are so many things that happen 'under the hood' that it sometimes eludes me as to what to do.  I am sorry if I don't get this immediately but I have a super simp...

Y-Developer by Tera Contributor
  • 6426 Views
  • 10 replies
  • 6 helpfuls

Resolved! Help with a Service Portal custom widget script

Release family: San DiegoThere is a simple widget but I cannot build out a client script for it.If a selection as no, then the message widget will display. See the screenshot below.I did all HTML and CSS for it but not able to build out a client cont...

0.png
yltsai by Mega Guru
  • 1827 Views
  • 6 replies
  • 2 helpfuls

How to change Choice "order" in reference field

Hi Team, I have a list of choices in reference field, i used reference qualifier to show those choices in the Field. Now, there is an "Other" option which i need to show that as a last choice. I dont know how to do that. Can someone help me with that...

Resolved! Performance Analytics Snapshot

I have created an Automated Indicator to collect daily active incidents. When I checked the snapshot of the indicator 30 days old, I can see the some of the field values are changed. for eg - state filed shows inactive state value "closed". Does the ...

Jay85 by Tera Contributor
  • 2681 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to set an approval condition in flow designer?

Hello experts, please I need your guidance, I created a new field in the user table called "Delegate" this field is populated in the users that are managers:I created a flow in which I need approvals, the rule is the following: if the user's manager ...

JesusNava_0-1673034007948.png JesusNava_1-1673034260356.png
Jesus Nava by Tera Guru
  • 2433 Views
  • 4 replies
  • 2 helpfuls

Resolved! Read operation on table 'sn_hr_core_case' from scope 'Global' was denied. The application 'Global' must declare a cross scope access privilege.

I have a Service Portal Page that uses the out-of-the-box "Data table from instance definition" widget to display records from the sn_hr_core_case table. I am running this on Paris version. However, it does not work because of some scope issue which ...

find_real_file.png find_real_file.png