Resolved! How to check the ServiceNow environment details in the platform
How to check the ServiceNow environment details in the platform
Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More
How to check the ServiceNow environment details in the platform
Hi Community,When I am selecting action as SLA Percentage Timer on flow designer, it is showing me blank page.Not able to find out what is exact issue.kindly please help me here. Please find screenshot for same.
Depending on the approver, I need to display specific fields in the additional details section. These fields are stored in different widgets. I would like to know how to access the approver's record in the requested item variable widget to control th...
Hi All,My client wants From third party tool we have fetched users data by an action i want to import into the custom table "u_users" we have through flow designer scheduled type but it is not running flow why?is there is any other way we can do?can ...
What are some way one can define a Fiscal Calender Dates for reporting purposes without the Fiscal Calendar Strategic Portfolio Management Plugin id: com.snc.fiscal_calendar When reporting you can select Current Quarter , Previous Quarter, but those ...
Hi Experts, While publishing my knowledge article it is showing this error "Invalid attempt to run privately scoped workflow 'Knowledge - Approval Publish' ". I have even tried by changing the Application Scope to the one which this workflow is place...
Hi community, A client asked me what the advantages are of using Root Cause analysis in stead of the General Analysis. They claim the Root Cause is a lot of administration, which I understand. I have been looking in the documentation but I am unable ...
Hi,all.My team is trying to introduce the Predictive Intelligence (PI) Knowledge Similarity, but it's not working as expected.We've completed the Knowledge Similarity Solution training but PI Knowledge solution is not visible on any platform.We've al...
Hey Folks, I need help with creating union of condition, I have a relationships(Related List) on incident table which have criteria something like below: current.addEncodedQuery('caller_id=' + parent.caller_id + '^ORu_behalf_of=' + parent.caller_id +...
Hi everyone , I have a doubt regarding the ownership of a CI in a ServiceNow instance. What is the difference between a business owner and a technical owner? What are the generic changes made by the owner to a CI? Explain the behaviour of a owner in ...
Hi, all.Regarding the Predictive Intelligence (PI) Similarity Solution, I was able to display the PI Similarity "Incident" recommendation on Agent Assisnt in SOW. As a next step, I want to show more then one PI recommendations and add the filter to t...
Hi All,I'm trying to updating short description from flow designer script, but it is not updating, Please find my script below:var date = new GlideDateTime();date.addSeconds(19800);var istTime = date.getDisplayValue();gs.log("Incident short Descripti...
Hi All,I have a custom table called SOW Request, which contains a reference field named "Committed Budget" (u_budget_item_name).I’m trying to populate the value using the script below. While the value appears correctly in the preview record, it is no...
Is it possible to create permissions that prevent someone from referencing a field in the Incident table?For example, is it possible to set it so that a certain user cannot see the Description field of an Incident?