- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 07:53 PM
Hi,
I have an issue showing Fiscal Calendar 'Plan start period' and 'Plan end period' when I select Fiscal as calendar type when I am creating a Portfolio Planning.
Does anyone have an idea why this is occurring?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 10:18 PM - edited 05-02-2024 10:19 PM
So it turns out the solution was simple. There is no record of Fiscal Month, Fiscal Year etc. in Business Calendar(business_calendar) table. We need to create those records. Once created, we need to map all the existing Business Calendar Entries(business_calendar_span) table.
In order for the records to show, there is a reference qualifier on the 'Plan start period' and 'Plan end period' fields "javascript: new PortfolioCalendarUtil().getFiscalType()" that checks a script include. Based on its function, Business Calendar.Name should starts with Fiscal.
Thank you @Community Alums and @Lauri Arra for your inputs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 08:11 PM
Hi @olimanalo ,
You can see this error due to no correct seelction of conditions/ filters in " Add filters" section/ phase.
1.Navigate to Workspaces > Portfolio Planning Workspace > Home.
-
- Select New.
If there are no portfolio plans existing, select Create your first portfolio plan.The Create Portfolio plan wizard is shown.
- Make your selections by using the Create Portfolio plan wizard.
- Select a lens.
- For the selected lens, choose the entity type and the desired entities of that type.
The entity type represents the perspective that you plan your work in. For example, if you've chosen the Organization lens, you can select Business Unit as your entity type, and then select the required business units, to plan work from their perspective.
-
-
You can also add multiple conditions to help you set a complex filter and add the right kind of data to your portfolio plan.
- Select the type of planning items that you want to include in your portfolio plan.
You can further filter the planning item data with additional conditions.
- Fill in the details of the portfolio plan.
Provide the information of the portfolio plan's name, start and end dates, and description.
You can use the Previous and Next buttons to navigate between the steps. -
- Select Create.
-
- Select New.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 08:48 PM
Hi @Community Alums ,
Tried that as well, no luck. Doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 08:58 PM
Hi @olimanalo ,
Try removing the filter condition and keep it as no filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 09:01 PM
Actually I have done that initially, not showing. I am locating where this field is being called.