Show Compatibility Menu



By default, Designer properties related to IBM i Display Files are hidden in Node Designer, including some subfile properties. These properties can be un-hidden through a Compatibility menu, which is also hidden by default.

Enable the Compatibility menu by setting the configuration option, pui['show compatibility menu'], to true inside a custom JavaScript file and reload the Designer.

Example

pui['show compatibility menu'] = true;

The option would go inside a file inside the htdocs/profoundui/userdata/custom/js/ directory inside the Profound.js installation directory. For example, the file could be named htdocs/profoundui/userdata/custom/js/custom.js.



pui["show compatibility menu"] is available in versions of Profound.js later than 5.2.0.