Search code examples
outsystems

How to get Service Studio to automatically add a menu item when a new page is created by intelliwarp


I'm on a eSpace that stopped automatically creating menu items when I drag a entity onto a flow. What are the steps I can take to make Service Studio resume this behaviour?


Solution

  • Check out what is necessary for that magic to happen here: . Check the topic about menu entries. It will tell that you need to have the menu set in the theme. You'll also need to have static entities for MenuItem and MenuSutItem - this last one is not mandatory.

    Menu items are only automatically created for the list screens. You need to have a Menu web block defined for the theme and it needs to comply with some rules described here

    I hope this helps you.