Change Demand Start Date

CLatham
Tera Contributor

Hi All,
After a demand has been selected for execution in the portfolio planning workbench we cannot change the start date of the demand.

 

CLatham_0-1697120755437.png

 

Does anyone know where this is controlled from/how to change it?

 

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

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

View solution in original post

4 REPLIES 4

Prashant Moily
Mega Sage

Hi @CLatham 

 

PrashantMoily_0-1697189815926.png

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 

 

 

Hi,

I added that field, unchecked and I still get the same result 😔.

Tai Vu
Kilo Patron
Kilo Patron

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

CLatham
Tera Contributor

Thats the one. Thanks so much!