Using Processes

You can use any processes in your mobile applications just as you use them for mobile applications. The only feature that you may use differently for mobile applications is when a process displays user interface for intermediate actions (see the explanation of the Single Tab Mode property in the Adding/Editing Processes section). By default all intermediate actions are displayed in a popup window. You can still use popup windows in your mobile applications, provided that they are small. Otherwise, you are better off replacing the current screen with the new one without any popup windows. The list of properties for a process has a special property for this called “Single tab mode”.

There are also some specific actions of the Rule Language that you can use inside a process – these actions are listed in the table below.

The following table lists all the Aware IM features that can be useful in mobile applications – most of them have been already explained.

FeatureWhere UsedDescription
Mobile list view Query in custom form (Mobile Data Template option)Displays custom HTML template for each data row. Only supports vertical layouts. Supports group headings, filtering, operations drop down, infinite scrolling
Scroll ViewQuery in custom form/Custom Data Template/Use Scroll ViewDisplays an HTML template one data record at a time. The user can swipe back and forth to the next and previous record
Mobile style transitions between pagesVisual Perspective/Themes and Other SettingsUses animation when Aware IM moves between different pages of a mobile application
Mobile style tabsTabs used in visual perspectives and/or formsDisplays tabs using “mobile style” – with larger font and with top icon alignment
Mobile style choices for drop downsBusiness Object Forms/Presentation of attributes with choicesDisplays a special popup at the bottom of the screen with the available choices
Mobile switches for Yes/No attributesBusiness Object Forms/Presentation of Yes/No attributesDisplays Yes/No attributes as On/Off switch rather than a checkbox
Native browser controls for dates and timestampsBusiness Object Forms/Presentation of Date and Timestamp attributesSome mobile browsers use in-built native controls to represent dates and times. You can use these controls or you can use Aware IM-specific controls
Mobile style header for forms and queriesEditing of Panel Header in forms and queriesForm caption displayed in bold in the middle of the screen
Mobile style renderingQueries in the Standard and Calendar formsUse mobile-friendly interface for inline editing and filters in standard queries and creation/editing of appointments in calendars
Go Back menu commandMenu in visual perspective editorGoes back to the previous screen
Slide-In Left Frame and Slide-In Right Frame menu commandsMenu in visual perspective editorSlides in menu or content panel. Can be used to implement a slide-out menu or help screens.
Mobile Specific Actions of the Rule LanguageProcessesThe following actions of the rule language can be used specifically for mobile phones:
- MOBILE CAMERA SNAP INTO
- MOBILE CAMERA GET INTO
- MOBILE GET LOCATION INTO
- MOBILE START LOCATION WATCH INTO
- MOBILE STOP LOCATION WATCH FROM
- MOBILE SUBSCRIBE
- MOBILE PUSH
  • Last modified: 2022/09/13 18:15