Skip to main content
Solved

A GI for both Tasks and Activities

  • August 18, 2026
  • 4 replies
  • 21 views

Forum|alt.badge.img

Hi Everyone,

I am trying to create a GI that tracks all Tasks and Activities created by the users, I was able to create one that displays both the tasks and activities, but it has a limitation, I am only able to open up the records for as long as it’s a Task, but I can’t open up the activities, 

I was forced to add the Navigate to as the Task screen in order to open the tasks, but I don’t how to deal with the activities,

I have attached screenshots and the XML on how I set up the GI, anyone with an idea to how to achieve this requirement, I could appreciate your assistance,

 

Best answer by lauraj46

Hi ​@lorach ,

I don’t think you can nest side panels.  Another idea in that scenario would be to create two different columns for the activity and task ids, that way you can configure appropriate navigation for each.

4 replies

lauraj46
Captain II
Forum|alt.badge.img+9
  • Captain II
  • August 18, 2026

Hi ​@lorach ,

If you use a side panel for the navigation, you can make the visibility conditional based on the ClassID or some other criteria.  Hope this helps!

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • August 18, 2026

Hi ​@lauraj46 , thank you, your suggestion works greats, though I am facing some hinderance because I want to use the same GI as a side panel on the Employees’ GI, and when it’s added on another GI as a side panel, it seems to lose its own.


lauraj46
Captain II
Forum|alt.badge.img+9
  • Captain II
  • Answer
  • August 18, 2026

Hi ​@lorach ,

I don’t think you can nest side panels.  Another idea in that scenario would be to create two different columns for the activity and task ids, that way you can configure appropriate navigation for each.


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • August 18, 2026

Hi ​@lauraj46, I appreciate your quick response and thank you, though I think I will stick to your first suggestion for the side panel, I will have to use as it is for now without adding it as a side panel for another GI.