See also: Module Customizing Tutorial Level 1 |
See also: Example for Python Macro Customizing in Module Workflow Level 1, Python API |
See also: Example for Python Macro Customizing in Module Workflow Level 1, Python API |
See also: Example for Python Macro Customizing in Module Workflow Level 1, Python API |
See also: Example for Python Macro Customizing in Module Workflow Level 1, Python API |
See also: Example for Python Macro Customizing in Module Workflow Level 1, Python API |
#MacroTemplate mod_obj = ppms.get_target_module() def on_load(): pass def on_initial_focus(): mod_obj.menu(11) def on_focus(): pass def on_reset(): on_initial_focus() def on_before_mv_switch(old_mv, new_mv): pass def on_after_mv_switch(old_mv, new_mv): pass
See also: Example for Python Macro Customizing in Module Workflow Level 1, Python API |
Display behavior | Contains the parameters that control the display behavior of the data areas in the module |
Area behavior | Contains the parameters that control the area behavior of the data areas in the module |
Data field search | After selecting this module variant, the module is empty. Via the Filter Criteria module, you can search for attributes on data field level. |
Layout | Contains the parameters that control the data area layout in the module |
Macro | Displays the Python macro |
Module DF | Additionally displays the data areas and data fields below the data area assignments |
Parameter | Displays the data fields from the Other Module Parameters module |
Heading/print | Displays the parameters for headings and print settings |
Connections | Displays the parameters for the connections |
Use | Displays the work areas/roles to which the module has been assigned |