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

Forum Posts

Resolved! Grant Access to a Field Without Affecting Inherited ACL

Hello, I have a requirement that is to allow users in a particular group to edit the "Planned end date" field in the "rm_story" table. The problem is that there already exists an ACL called "planned_task.end_date" that already controls this field bec...

CFWize by Tera Contributor
  • 1475 Views
  • 4 replies
  • 2 helpfuls

Resolved! GraphQL Query for Knowledge records in workspace

In CSM workspace, a modal will appear in the screen when you create a new knowledge record.This allows you select the target knowledge base and article template. The list of knowledge base was queried using GraphQL Data Broker named "Get contributabl...

LhoraAlvarez_0-1730170141346.png LhoraAlvarez_1-1730170261072.png
LhoraMaeA by Tera Sage
  • 2154 Views
  • 7 replies
  • 2 helpfuls

Resolved! Error Message "Invalid Update: No Checklist item is defined"

In the ServiceNow HRSD Product Suite, in application "Human Resources: Core"...I am trying to configure an HR Service with "Fulfillment type" = "Service Activity". In the "Service Activities" related list, when I add an activity and tie it to an HR T...

ErrorMessage.png
G24 by Kilo Sage
  • 1099 Views
  • 1 replies
  • 1 helpfuls

Resolved! Service Portal

HiWhere can I find a screen shot or somewhere that shows me what the OOB service portal looks like. What do the widgets look like when a user clicks on say Request a Service  - what does that layout look like All I can find is documentation but no pi...

Changing font color in Portal

Hi ServiceNow Experts,I need assistance with changing the font color of the text below "This Case requires your approval", but I can't seem to find where to make this change.This issue is in the CSM Portal under the "Approvals" option. To locate the ...

tinndizz_1-1738157268857.png tinndizz_2-1738157292458.png
tinndizz by Tera Contributor
  • 408 Views
  • 1 replies
  • 0 helpfuls

Live dashboards

Hello all! I have a requirement from the customer, for "Live" dashboard showing INC table, so if there is a new incident, it is for everybody to see it.  Basically it would work like this - setup monitor screen in specific place on floor with project...

Resolved! How do I modify a list collector?

I have a record producer with a list collecter and I and need to change the selected options depending on the value of a drop-down list on the same record producer. I have tried the script listed here https://www.servicenowguru.com/scripting/client-s...

Query business rule not working for requested item table

Hi,I'm trying to create a restriction so that a user with the sn_incident_read and sn_request_read roles can only see things assigned to the group they belong to.The business rule for the incident works but not for the requested item. Do you know why...

Newuser1212_0-1738150180416.png Newuser1212_1-1738150201129.png

Resolved! Script Analysis !!

Is it possible to print a stack trace from a try/catch block in ServiceNow? I want to capture the line of code where the error occurred and store it in an error record for my application.try {var x= new GlideRecord('incident');var test = x.testFuncti...