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.

Resource plan Start and End date is auto filled when creating from a project related list, which script is doing this?

Chandler2
Tera Guru

I want to set the start date to current date whenever a new resource plan form is loaded. I have set it in the default value and it is working if I create a new resource plan from list view of table.

javascript: new GlideDateTime().getDate()

But when I create resource plan from project related list, it is taking the project planned start date value in the stars date. How to check, Which script is doing this?

9 REPLIES 9

RaghavSh
Mega Patron

watch that field ans check which script is doing that.

Right-click on the field (form should be open with application navigator) and select watch.


Raghav
MVP 2023
LinkedIn

Tried that. Many messages, 

find_real_file.png

It only shows UI policy which is setting the field mandatory and nothing about the value.

Images is broken, please attach the image

Raghav
MVP 2023
LinkedIn

Updated