Resource plan Start and End date is auto filled when creating from a project related list, which script is doing this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 10:19 AM
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?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 10:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 10:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 10:32 AM
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 10:34 AM
Updated