- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 09:58 AM
On my instance whenever I open up a Project record in the platform view and click on the "Planning Console" Related Link, it will only work once until I manually clear my browser cache again. Every other Related Link works perfectly fine, but "Planning Console" will only work once.
Say I click on it from a Project record, hit back from the Project Workspace the Related Link opens, or go back to the Project list view to open a new Project record and click the "Planning Console" Related Link again then nothing will happen.
Any ideas what could be happening?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 07:43 AM
Had to modify the GlideAjax script as per this KB article from SN and also notice when comparing to my PDI there was a system property missing that the script include was checking if it was active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2025 05:20 AM
Hi @Marlon Dale
The planning console link is a client UI action that triggers the 'showGanttChartNew()' function.
In case it's not working, it's most likely due to a client side error. Have you taken a look in the browser console yet to see if there are any errors that can help you identify what the exact issue is?
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 10:16 PM
was the UI action ever customized? Can you compare the version and verify if the functionality is still out of the box?
If not, please share the code of the UI action.
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 05:23 AM
I have noticed a similar issue in our instances. Did you make any progress with this?