The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Option to select multiple choices on portal

Hello Gurus, I have requirement to have user ability to select multiple options on portal. I know I can use list collector, but client is incline towards using "Multiple choice" type because all options visible clearly. This is how its appearing as L...

find_real_file.png find_real_file.png
VShine by Mega Guru
  • 2206 Views
  • 10 replies
  • 2 helpfuls

Resolved! Delete Knowledge articles after 14 Days?

I have below Requirement Can any body help how can i achieve this WHEN a user checks out a knowledge article AND that article is checked out for more than 14 days old THEN the system should delete the draft article  

micky09 by Tera Contributor
  • 851 Views
  • 3 replies
  • 1 helpfuls

Resolved! "Admin overrides" checkbox not working

We have an acl on the sa_pattern table to only allow read if the user has the pd_admin role. However, we don't want users to be able to read from this table EVEN if they have admin, they have to specifically have pd_admin. We have unchecked the "Admi...

Tim34 by Tera Contributor
  • 1710 Views
  • 4 replies
  • 3 helpfuls

Resolved! Picture dimensions for the Service Portal

Good afternoon developers, I just have a quick question. What are the dimensions I need to have for a picture that needs to be placed inside of a carousel on the portal?   Best regards,   cnharris

cnharris1 by Kilo Sage
  • 1489 Views
  • 2 replies
  • 1 helpfuls

How to view the Resolution Notes in Service Portal Incident

Hi All, I have one doubt in Service Portal. When an end user creates and Incident it is submitted and agent starts working on that ticket. Additional comments added by the agent gets captured on the ticket form. But once the agent marks the Inci...

SNOW46 by Tera Contributor
  • 6112 Views
  • 23 replies
  • 11 helpfuls

ACLs missing from the platform

Hi Community, In what circumstances could an ACL be missing in a ServiceNow instance? I've done a few table analysis comparing elements such as Dictionary, Scripts, Policies, ACLs etc between one of the sub production instances from work with my own ...

Paula O by Mega Expert
  • 844 Views
  • 4 replies
  • 1 helpfuls

Resolved! Not able to configure aws parameters in service catalog.

I integrated AWS successfully with ServiceNow and am able to read the AWS catalogs .I am able to see all the parameters and provide some values and successfully ivoke aws.Problem: I want to automatically pass the values to the aws parameters from ser...

Resolved! Change label in field from another table

Hello good day, I have the following inconvenience.Within my form I call fields from another table through the dot connotation. I would like to change the label since it is not representative, but when I change the label within the form design and th...

find_real_file.png find_real_file.png find_real_file.png
Lbec by Tera Expert
  • 1448 Views
  • 3 replies
  • 0 helpfuls

Resolved! what is meaning of sys_idN?

Hi all, What does below statement returns? what is meaning of sys_idN return 'sys_idIN' + ccList; Note: ccList: its an array consisting of sys_id's.   Thanks in Advance.