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

Forum Posts

Resolved! Cannot access my PDI

Hi, in the past few days, my PDI only shows blank screen:https://dev47138.service-now.com/ From https://developer.servicenow.com/dev.do, after I sign in, I only see a spinning circle around the word "Loading". I was taking the developer training > Se...

Mei1 by Tera Contributor
  • 3109 Views
  • 5 replies
  • 4 helpfuls

How to verify if a plugin is installed in the instance

Hi,  How to verify if a plugin is installed in the instance "com.glide.hub.integrations - ServiceNow IntegrationHub Starter Pack Installer" plugin was installed through Hi case > plugin schedulerI can see that it is showing in "sys_plugins" table but...

anvithaash_0-1699528149143.png anvithaash_1-1699528429157.png
mounika7675 by Tera Contributor
  • 9606 Views
  • 3 replies
  • 6 helpfuls

Dependent Field

 Reference column in the table, and there is also a value of the dependent. In this case, does the value entering the column need to be in the table described in the value of the dependent to be stored? Please tell me how to use the dependent. To be ...

jo39 by Tera Contributor
  • 918 Views
  • 1 replies
  • 0 helpfuls

Resolved! Work notes is not populating via setValue()

This might be simple but I have never had to work with journal entries before. I was wondering if they behave differently that normal string fields. Here is an example/problem I am facing:I would like to update the Work Notes field but am having no s...

Approval using for each in flow design

Hi All,There's a variable with type as list collector, users can select multiple servers. Based on the servers selected, it should trigger the approval for the server owner. I have a flow design along with the subflow.This is in the flow:This is the ...

2022_ServiceNow_0-1699512718858.png 2022_ServiceNow_1-1699512770862.png 2022_ServiceNow_2-1699512799093.png 2022_ServiceNow_3-1699512822911.png

Redirect users to different pages based on roles

Hi All, We are trying to develop a react application as front end in place of the CSM portal , we have created a UI page for the home page. I want the customers to redirect to the  ui page based on their roles where as the customer service agent shou...

Aswathy4 by Mega Expert
  • 1805 Views
  • 4 replies
  • 0 helpfuls

SMTP authentication failure

I am using 4 email accounts (one per instance), which all work fine from my 3 non-prod environments.When testing the connexion on the production environment, I am getting : "Email sender connection invalid.: Cannot connect to SMTP server:XXXXXX, as: ...

Category and its sub category in service portal

Hi,SC Category widget only displaying only the Main Category and its catalog items only present in it.It is not querying/displaying the sub-category.For ex. Access is main category which contains   4 subcategory and 11 catalog items in it.In   the se...

Resolved! How to remove undesired/unwanted comments from case record?

Hi Team, I have a requirement that i need to be able to delete the comments from case record.i have a scenario in my mind that will work to remove comments but, i am not able to put it in script via UI action or via a flow. Can anyone plese help me o...

Community Alums by Community Alums  
  • 2824 Views
  • 4 replies
  • 2 helpfuls

Resolved! Condition in flow design

Hi All, I have a requirement in ServiceNow flow design.There's a field in the catalog form. Single line text. In the flow design I have to check the condition whether that particular variable has a budget greater than or equal to 50k. Based on that c...

Resolved! updating the field value using business rule

Hi, I have a business rule which runs on one of the table.This script is updating the department based on the managed by.But not updating the 'u_managed' based on the condition.The condition should be if department contains 'IT' then update 'u_manage...