We are on 2.7.7 and we have below requirement to customize itop.
Change default Backoffice page to Incident Overview.
Support Agents should see only Incident Management Section (Hide Service Management & Configuration management)
For Backoffice portal, based on my extension experience, I created below and extension added successfully but the redirection to Incident Overview is not happening. Not sure what is wrong.
Thanks a lot. I created an extension to change the welcome page and also restrict the menu items using Enable action and permission and it worked brilliantly .
Thanks a lot for providing the pointers and helping the community. Keep rocking.
Thanks a lot. I created an extension to change the welcome page and also restrict the menu items using Enable action and permission and it worked brilliantly .
Thanks a lot for providing the pointers and helping the community. Keep rocking.
Can you share more details on how you have configured extension to change Default Welcome Page to Incident Management Overview as we are also trying to implement same one and to hide service management menu if would be helpful if you can share more details on the same.
Thanks in Advance
Valliappan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Champs,
We are on 2.7.7 and we have below requirement to customize itop.
For Backoffice portal, based on my extension experience, I created below and extension added successfully but the redirection to Incident Overview is not happening. Not sure what is wrong.
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.6">
<portals>
<portal id="backoffice">
<url _delta="redefine">pages/UI.php?c[menu]=Incident:Overview</url>
</portal>
</portals>
</itop_design>
Can you please help to figure out the issue on this extension and also please provide me direction on how to hide Service & configuration management.
Thanks in advance
Karthik
Can anyone pleaee provide some pointers . Thanks
Hello,
In the default datamodel this page is created in a menu XML node with id WelcomeMenuPage : you could overwrite it in an extension module.
Do you mean in the user portal ?
If so, you could customize the portal bricks declaration
For both questions, your friends are the XML reference :
Hi Pierre,
Thanks a lot. I created an extension to change the welcome page and also restrict the menu items using Enable action and permission and it worked brilliantly .
Thanks a lot for providing the pointers and helping the community. Keep rocking.
Regards,
Karthik
Hi Pierre,
Thanks a lot. I created an extension to change the welcome page and also restrict the menu items using Enable action and permission and it worked brilliantly .
Thanks a lot for providing the pointers and helping the community. Keep rocking.
Regards,
Karthik
Hi Karthik,
Can you share more details on how you have configured extension to change Default Welcome Page to Incident Management Overview as we are also trying to implement same one and to hide service management menu if would be helpful if you can share more details on the same.
Thanks in Advance
Valliappan
https://www.itophub.io/wiki/page?id=latest:customization:homepage