In the MenuStructure, additional parameters can be given for objects that start masks.

It means that the underlying MenuFunction must have the "lunch" value for the actionType atrribute.

For the actionOptions a JSON string can now be provided.

"autoAdd" ensures that a new data record is created.

With "pages" you can specify which pages of a tab are to be loaded at startup.


{ 'autoAdd': true, 'pages': '0,1' }

 

This makes it possible, e.g. also to call a new Create-Dialog via MenuFunction, without having to write additional JavaScript.