- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 07:26 AM
Hi All,
After a demand has been selected for execution in the portfolio planning workbench we cannot change the start date of the demand.
Does anyone know where this is controlled from/how to change it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 03:31 AM
Hi @CLatham
You can find the validation in the below Business Rule. => Line 24
Name: Date Validation
URL: https://<instance_name>/sys_script.do?sys_id=b8e946fe9313020064f572edb67ffbc7
It displays that message because of the function findProjectFundingForEntity in the Script Include PPMProjectFunding.
The function will query to the Portfolio Targets table with the current Demand and the Selected for execution is True for the validation.
Let me know if it works for you.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 02:40 AM
Hi @CLatham
The "Selected for Execution" Checkbox is selected.
Once this is unchecked you should be able to change the date. This field is not available on the form you need to populate this from the form layout.
Hope this information helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 02:49 AM
Hi,
I added that field, unchecked and I still get the same result 😔.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023 03:31 AM
Hi @CLatham
You can find the validation in the below Business Rule. => Line 24
Name: Date Validation
URL: https://<instance_name>/sys_script.do?sys_id=b8e946fe9313020064f572edb67ffbc7
It displays that message because of the function findProjectFundingForEntity in the Script Include PPMProjectFunding.
The function will query to the Portfolio Targets table with the current Demand and the Selected for execution is True for the validation.
Let me know if it works for you.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 05:47 AM
Thats the one. Thanks so much!