Wonach suchst Du?
What are you looking for?

How do I enable the Developer View using Swagger?

Overview

In case you want to see the columns behind the fields (independent from your language settings) and the ID of tabs, you may want to enable the Developer View.

Steps

  1. Open Swagger.
  2. Search for /debug-rest-controller/setShowColumnNamesForCaptionUsingPUT
    or run this URL directly
    https://<yourserver:port>/app/swagger-ui/index.html#/debug-rest-controller/setShowColumnNamesForCaptionUsingPUT.
  3. Enter the language code true into the field adLanguage.
  4. Click on “Try it out”.
  5. Refresh the metasfresh WebUI browser session to apply the change.

Example

Before enabling Developer View

Fig.: Before enabling Developer View

After enabling Developer View

Fig.: After enabling Developer View


View source file on GitHub.com