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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 11:53 AM
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 !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:14 PM
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
If my answer solves your issue please mark it as Helpful 👍 and Accepted✔️ based on impact.
Thanks & Regards,
Sunny R

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:42 PM
Thanks for the prompt response, It didn't work.