AI Intent-based navigation

WorkWithPlus takes advantage of Artificial Intelligence and provides a feature where end-users can tell the web application what output they expect, and the application will show it to them.

IntentBasedNavigation01

 

Enable Intent-based navigation

In the Design System Wizard, there is a new property named 'Include AI Module' in the step 'Basic Settings' and also in the step 'Master Page' within the 'Advanced Settings'.

EnableAI

 

Additionally, the developers will be able to choose which entities will be considered and make some additional configurations, but there's no need to add any code.

EnableAITrns

 

The possible intentions that you can request are to navigate to:

  • A certain menu option

    AIMenuOption
     
  • A list with filters applied

    IntentBasedNavigation01

    AIFilters02
     
  • The detail of some record

    AIDetail
     
  • The Transaction to insert (without pre-initializing data), update, or delete a record.

 

  • Or create your intentions as a developer so that the end-users can use them.

    AIOwnIntentions