Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Vienna Advantage provides three UI elements for user data input:

  1. Window UI 

  2. Forms UI 

  3. Process Parameter Dialog UI

1. Window UI:

Window is an auto generated UI element, the layout design of the window is generated by Application Dictionary base on the rules set by user. As per the user request, window is generated on the fly by AD (Application Dictionary).  

...

For generate window, no need to write any code. Windows generated by AD has covered with basic functionality like Add/Update/Delete records as well as covered with more advance functionality like Search, Advance Search, Attachment, Chat, Letter, Email etc. Below is the example of window UI.

...

  • Toolbar And Keyboard Shortcuts 

Tool bar Icon 

Action 

Shortcuts 

Undo Record 

ALT+Z 

 

 

New Record 

ALT+N 

 

 

Delete Record 

ALT+D 

 

 

Save Record 

 

ALT+S 

 

 

Refresh Record 

ALT+Q 

 

 

Report 

ALT+R 

 

 

Print Report 

 

ALT+P 

 

Other Window Action Shortcutskeyboard shortcuts

Advance Search  

ALT +A 

Simple Search  

ALT+F 

Close Window  

ALT+X 

First Record  

ALT + Left Arrow 

Next Record  

ALT+ Down Arrow 

Previous Record  

ALT+UP Arrow 

Last Record  

ALT+ Right Arrow 

Toggle  

ALT+T 

Card View  

ALT+V 

Open Menu  

ALT + M 

Close Menu  

Escape 

Help  

F1 

Tab Navigation 

Ctrl + Alt + Left OR Right 

Next page 

Alt + pg dn 

Previous Page 

Alt + pg up 

First Page 

Ctrl + Alt + pg up 

Last Page 

Ctrl + alt + pg dn 

Window Navigation 

Ctrl + Space 

Logout 

Alt + L 

Composite View New

Ctrl + Alt + N 

Composite View Undo

Ctrl + Alt + Z 

Composite View Delete

Ctrl + Alt + D 

Composite View Refresh

Ctrl + Alt + Q 

Composite View Save

Ctrl + Alt + S 

Composite View Toggle

Ctrl + Alt + T 

Toolbar icon detail is as below  

...

This icon is used for Report format. User can link the report and process on  related tab on filed "Process" and the report link with selected Report and Process will execute on press this icon.

2. Form UI:

 Form UI Element is used for custom UI designed layout, when user requires different layout (other than auto generate window layout by AD) according to his requirement. 

...

The layout of the form is not auto generated by the Application Dictionary as in the case of Window, Here user design the layout from scratch and assign to application dictionary. Here user must have the knowledge of how to code in Vienna Advantage Framework.

...

3. Process Parameter Dialog UI:

In Vienna Advantage Framework user can create process. If any process has parameters, then at the time of run that process, system will open a process parameter in a left panel for input the parameter value. Detail description provided in Process Creation Section. 

...