The CreatorCon Call for Content is officially open! Get started here.

How to disable the auto-population of Actual Start Date on a Project Form ?

Community Alums
Not applicable

Hello All, 

I am trying to disable the Actual Start Date from auto populating on the Project form, right now OOTB the Actual Start Date is being populated same as the planned start date when the State of the Project is Changed from "Pending" to "Work in progress"

I tried disabling all the Client Scripts, BR's, UI Actions, UI Policies with "work_start" in the script, but nothing worked. 

The only thing that worked is disabling the following script include "PlannedTaskStateUtil" ( /sys_script_include.do?sys_id=221b2482d7932100b7490ee60e61032c&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null ). 

appreciate any suggestions !!

2 REPLIES 2

Sunny3008
Tera Guru

Hello @Community Alums ,

 

You can try to disable the following BR that will stop populating the Actual start date in the project.

 

/sys_script.do?sys_id=c77d8550ef21010032a05ad595c0fbe2&sysparm_record_target=sys_script&sysparm_record_row=4&sysparm_record_rows=12&sysparm_record_list=scriptCONTAINSPlannedTaskStateUtil%5EcollectionCONTAINSproject%5EORDERBYDESCsys_updated_on

Sunny3008_0-1694546013935.png

 

If my answer solves your issue please mark it as Helpful 👍 and Accepted✔️ based on impact.

Thanks & Regards,

Sunny R

Community Alums
Not applicable

Thanks for the prompt response, It didn't work.