We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Reports for snc_external

We have a customer portal and snc_external users have access to the relevant tables in order to log and update their cases so all table ACLs are in place and working well. I have now created a new portal page with a HTML widget to display a dashboard...

M_iA_0-1716307970629.png
M_iA by Kilo Sage
  • 1012 Views
  • 1 replies
  • 1 helpfuls

Resolved! Creating email action - specify certain element of description

Hi Community,  I am having issues with a flow that will generate an automated email to the RG.  the flow works if the "Description" field is populated with no complications however if the incident is generated via an inbound email action, the descrip...

Adil N by Tera Expert
  • 715 Views
  • 1 replies
  • 0 helpfuls

Resolved! ATF for Inbound - Use OAuth instead of basic authentication?

Since the Inbound APIs have an access policy to use the OAuth token, basic authentication will not be authorized to call the APIs. For the ATF step - Send REST Request - Inbound, I can only set the basic authentication but no other (screenshot attach...

MongGu_1-1716299829285.png
MongGu by Tera Guru
  • 1068 Views
  • 1 replies
  • 1 helpfuls

Transform map not working as expected

Hi thereI am integrating with a third party and adding the records retrieved to an import table. I want to transform these records as follow:Depending on certain data criteria If there is no match to a Security Incident already created in ServiceNow,...

bpolo by Tera Guru
  • 643 Views
  • 2 replies
  • 0 helpfuls

Database view where condition

Hi, I am trying to connect cmdb_rel_ci table with two tables cmdb_ci_database and cmdb_ci_service_discovered.The child field of cmdb_rel_ci has both records; that I am getting from cmdb_ci_database.sys_id = cmdb_rel_ci_child andrecords from  cmdb_ci_...

SakshiSharma_0-1716300505375.png

Display Catalog Item only in 2 months Available For Script

I want this Catalog Item to be visible only in 2 months in the year. This is Available For Script in this item.But this is not hiding the script   getAnswer() function getAnswer() { var currentTime = new GlideDateTime(); var currentMonth = c...

Hm10 by Tera Contributor
  • 763 Views
  • 3 replies
  • 0 helpfuls

Duplicate UI Actions

Pardon the total newbie question.I have two UI actions, Add to Visual Task Board, different sys_ids, and slightly different scripts, but both the the same name, same order, and are active. Both appear to have been altered from the baseline when I do ...

clktester by Tera Contributor
  • 1268 Views
  • 1 replies
  • 0 helpfuls

Show field message not working properly

Hello team, I'm finishing a catalog form and got stucked with a "simple" thing. The form has 2 options, Deactivate and Re-Activate groups, if the user types a group name that is already activate and select (Re-Activate), it must show a message saying...

Screenshot_178.jpg Screenshot_177.jpg

ServiceNow role for creating interactive filter

I want to create an interactive filter for Dashboards and reports . Also I want to share the reports I have created within my ORG . But my org has a strict policy of not allocating elevated roles ( admin role in particular ) to users ,  Can someone p...

Gary22 by Tera Contributor
  • 4273 Views
  • 2 replies
  • 1 helpfuls

Resolved! how to join sc_task, task_sla and sc_req_item tables

Hi.  I need to report on an sla that is on the REQ from an sc_task perspective (i.e. filtering on the 'Assigned To' of the sc_task) I think I need to create a database view similar to this - how to join sc_task, task_sla and sc_req_item tabl... - Ser...

Resolved! Zoom image to full size in custom widget

I have a custom widget which will display an article. This article sometime may contain images. I want to display a small size of this image and when user clicks on image, the image should pop up and display in full size. How do I do this?HTML:<div c...