Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! CAD question

Which source control operation is available from BOTH Studio and the Git Repository? Commit Changes Create Branch Switch Branch Stash Local Changescan u help me with this ques....

bala191103 by Tera Contributor
  • 1513 Views
  • 1 replies
  • 3 helpfuls

Now Assist Skill problem

Hi:I created a Now Assist Skill that takes an incident record and creates a KB article with it via UI Action. Below is the Ui Action script. The problem is that it is not populating the short description of the article and the article body does not i...

Resolved! Confluence Integration with Service Portal in ServiceNow

I want to Integrate ServiceNow with Confluence, should Pull relevant content from Confluence and show it on Service Portal based on the search. Is that possible, please provide url for servicenow documentation if available and what plugins required t...

vidyajadhav by Tera Contributor
  • 2477 Views
  • 3 replies
  • 1 helpfuls

Not able to change entity on a risk

Hi,  I am tryin to update the entity on a risk but getting 'invalid update' warning message.I was able to change it on other risks. What are the conditions that prevent me from changing the entity on a risk? I have tried on other records in MONITOR s...

dev_K_0-1753787678394.png
dev_K by Tera Contributor
  • 659 Views
  • 1 replies
  • 0 helpfuls

stop sending notification to particular

if assignment group changes to payroll tier 3then no notification to the members of this group if state changes or comments added, no notification should be sent to the membersIf hr Task is created then also no notification should be sent to this par...

Apaul by Tera Contributor
  • 647 Views
  • 1 replies
  • 0 helpfuls

Resolved! Images in Notifications not Rendering in Outlook

Hi All,Trying to embed banners (images) into notifications and when received into Outlook (both my work environment as well as my personal email) the images don't display, with the error "The linked image cannot be displayed. The file may have been m...

KieraMears_0-1753781911008.png

Related list is not visible in onload client script

Hello,I am doing a task where depends on a field value I need to Hide/Show a related list in 'GRC: Policy and Compliance Management' Functionality is already available in client scripts, OnLoad and OnChange client scripts.I just added one more condit...

RiyazAhamed_0-1753418519248.png
Community Alums by Community Alums  
  • 2996 Views
  • 16 replies
  • 0 helpfuls

Stop notification to particular group

Any payroll or HR related notification should not be sent to one group. There are 100s of notifications which is not possible and mostly ootb. Any other way to exclude that group from getting any notifications?

Apaul by Tera Contributor
  • 1279 Views
  • 4 replies
  • 2 helpfuls

Resolved! Difference between dates into days is not working

Hi,I am trying to get the difference between two dates into days in a scoped application but somehow it's not working below is the code. (function executeRule() {    var gr = new GlideRecord('CUSTOM TABLE');    gr.query();    var rowCount = gr.getRow...