Domain description screen

Hi,

What’s the screen name for “Domain model description” ? I built a custom menu and I’d like to include it.

Thanks !

Alejandro

Hi @arapoport,

You can add this screen using the following code:

<item id="printDomain" class="com.haulmont.cuba.web.app.domain.DomainProvider"/>

Regards,
Gleb

You can find an id of this screen using a CUBA Studio:

  1. Open web-menu.xml
  2. Select Structure tab
  3. Select Composite mode
  4. Expand help menu item

image

Regards,
Gleb

Thanks !!