Replacing Predefined Dialog Box View

The Card tab is used to redefine the predefined view of the Dictionary Element Properties dialog box for a custom one.

If an MDM dictionary is created in MDM repository, a display mode can be created for the Dictionary Element Properties dialog box. To do this, select the View > Element Card main menu item in the MDM repository main window. Depending on the selected display mode, the Dictionary Element Properties dialog box may look as a predefined or as a custom dialog box. The following belong to the predefined view:

NOTE. The standard view is available for the MDM dictionary created outside the MDM repository.

The standard dialog box is available in the web application:

Use the Card tab to replace the predefined dialog box with the custom one:

On the tab, in the drop-down list select assembly, unit or form and a function to replace the dialog box in the desktop application; specify the JS-function to replace the dialog in the web application.

The following must be passed as parameters in the function:

The following must be passed as parameters in the JS-function:

After the predefined dialog box is replaced with the custom one on adding or editing the element, the custom dialog box is displayed in the desktop application; in the web application, attribute values are changed without displaying the dialog box, according to the operations specified in the function.

For details about creating a custom dialog box, see the How to Create a Custom View of the Dictionary Element Properties Dialog Box? section.

Example of Custom Dialog Box View

Standard dialog box view:

Custom dialog box view:

See also:

Working with Dictionary Elements