Whenever I try to create a New Cost Plan in the Financial Plan tab of the New / Modern User Experience (UX), I get the following error message:
"API-1006 : The value ''undefined'' for Attribute 'startDate' is not in expected format or is invalid."
In the Financials module, the window on the right hand side is blank with no option to attempt to create a new plan.
Steps to Reproduce (Using financial Plan module):
Expected Results: Popup window is generated to enter cost plan details
Actual Results: The following error is generated and the cost plan cannot be created: "API-1006 : The value ''undefined'' for Attribute 'startDate' is not in expected format or is invalid."
(In the Financials module, the window on the right hand side is blank with no option to attempt to create a new plan.)
In a developer tools trace, the following error is shown: {"resourceId":null,"httpStatus":"400","errorMessage":"API-1006 : The value ''undefined'' for Attribute 'startDate' is not in expected format or is invalid.","errorCode":"api.invalidAttrValue"}
This issue is caused by DE59678 and happens if there are more than 500 attributes (with API Attribute IDs) ahead of the Start field alphabetically on the Project object.
Release : 15.8.1, 15.9
Component : CA PPM SAAS FINANCIAL MANAGEMENT
This issue is under review as DE59678.
Workarounds:
OR
2. Deactivate unused attributes alphabetically ahead of the Start attribute on the Project object (the amount required depends on how many active attributes with a API Attribute ID are above the Start field alphabetically)
OR
3. Make attributes not used yet in the New UX secure in the New UX Attributes section (the amount required depends on how many active attributes with a API Attribute ID are above the Start Date field alphabetically)