Versions Compared

Key

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

4. UI Element:

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 

 

 

Image RemovedImage Added

New Record 

ALT+N 

 

 

Image RemovedImage Added

Delete Record 

ALT+D 

 

 

Image RemovedImage Added

Save Record 

 

ALT+S 

 

 

Image RemovedImage Added

Refresh Record 

ALT+Q 

 

 

Image RemovedImage Added

Report 

ALT+R 

 

 

Image RemovedImage Added

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 use for undo the changes before save. 

Image RemovedImage Added

This icon is used for Add New Record in the window 

...

There multiple option on the report as mentioned below 

Image RemovedImage Added

Most of the option icons are self-expletory. Here few icon explain as below 

...

Here you see on the top right hand side paging information like 

Image RemovedImage Added

Page 1 (1,1) 0f 140 (14,10) 

...

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. 

...