Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

add field to LIST LAYOUT

Hi Team, This is regarding the one concern that I want to cross check :  I want to add one field in a list view via list layout. But While I am doing that I am receiving the below message on the tool."You have personalized this list with the list mec...

Rahul84 by Tera Contributor
  • 1111 Views
  • 2 replies
  • 2 helpfuls

Resolved! Nested portfolios

Requirement:- Customer requested to arrange portfolios in parent-child relationship, so it would be easy to navigate portfolios, while populating it in demand/project record. Similar to what you already see for "category" field on knowledge article. ...

Community Alums by Community Alums  
  • 1648 Views
  • 4 replies
  • 5 helpfuls

Resolved! When will the Net present value field gets a value?

Hi there, There are few currency fields under Financial tab of a Demand form. Of those some currency fields are getting updated based on cost plan or benefit plan or resource plan. But the field Net present value doesn't get any value. When do it get...

find_real_file.png
Harish74 by Tera Expert
  • 760 Views
  • 2 replies
  • 1 helpfuls

Resolved! Approved Start Date and Approved End Date in Project

We are in the midst of upgrading from Madrid to Paris.  Understand that there are 2 new fields: Approved Start Date and Approved End Date in Project.  However - just curious - for those existing projects, where will the Paris version pluck the value ...

SK51 by Tera Contributor
  • 3822 Views
  • 6 replies
  • 5 helpfuls

Create incident from scheduled job

Hiyesterday Chuck started me ok with this script:var rec = new GlideRecord('u_infrastructure_certificates');rec.query();while (rec.next()) {   var now = new GlideDateTime();   var gdt = new GlideDateTime();       gdt.setValue(rec.getValue('u_cert_exp...

Resolved! I have a Story table (rm_story), so i need to create a notification on that table, so now my requirement is in the body i need to put Story number as url link to redirect to the story when we clock on that link?

Hi All, I have a Story table (rm_story), so i need to create a notification on that table, so now my requirement is in the body i need to put Story number as url link to redirect to the story when we clock on that link? Please help me to achieve this...

hemachandra2 by Tera Contributor
  • 1485 Views
  • 4 replies
  • 1 helpfuls

How is Total Planned Cost calculated on the Projects ?

How is Total Planned Cost calculated on the Projects ? Is it the some of the Total Actual Cost / Total Planned Cost ? Or is it derived via the Functional Cost from the Cost Plan Breakdown ?  When I update the Cost Plan, I wonder why the Total Planned...

Resolved! How can a user without an Agile license see a story?

Is it possible to allow users without ITBM / Agile access to see current state of Stories?  While our team works using Agile and stories, not all users in the business do.  Can those without access see story status?

Bill Arneson by Kilo Contributor
  • 1020 Views
  • 1 replies
  • 1 helpfuls

Resolved! Visible only work in progress Tasks in Time sheet portal

Hello , I have a requirement to show only the project tasks which are in state "work in progress" in Time sheet portal . Present i am see all the projects tasks with different states ( work in progress , On hold , Pending , open ) Time sheet portal -...

NiKhil70 by Kilo Guru
  • 2434 Views
  • 9 replies
  • 1 helpfuls

Can we define SLA for demand module

Hi All Demand submitted are in backlog demand for a long time without addressed in my organization  , as a process improvement is there a ServiceNow standard SLA for response , resolution of demands please suggest (understand the time will be esteeme...

Ravi kiran1 by Tera Contributor
  • 1095 Views
  • 4 replies
  • 3 helpfuls

Resolved! How to create epic backlog?

Hello Team, My original requirement was to check the significance of Product field while creation of epic or theme record. As per following url I understood the significance of product field- https://docs.servicenow.com/bundle/rome-it-business-manage...

find_real_file.png