Agile-Developer

Notifications for Long Running Webservice’s

Axpert 11

TStructs (Forms)

IViews

Scripts

Axpert Jobs

Axpert Cards

HTML Plug-ins

Users & Roles

Workflow

Axpert API

Application Var/Params

Publish Axpert Apps

Axpert Mobile

Settings

Utilities

Customization

WebServices

Axfast

Notifications for Long Running Webservice’s

Notification feature can be enabled at Application level by adding Developer Option “notification time interval”. Once this key is added, long running web services/backend scheduled jobs completion can be notified to the user with given time intervals, so that user would be able to do other operations during long running web services/backend jobs.

Form Actions

  • Import Data

If import data is taking more time than expected to import data, for example 30 minutes. Then users don’t need to wait for such long time and can continue working on other tasks. Once the operation is completed then automatically notifications gets shown in notification panel.

SmartView’s

  • Load

If SmartView’s contains large number of data and user has requested to load all records for that smart views, then instead of throwing timeout error user can continue doing other operations and he will get notification once iView is loaded completely.

  • Print, PDF and EXCEL

If SmartView’s contains large number of data and user has requested to export Print, PDF or Excel for that smart views, then instead of throwing timeout error user can continue doing other operations and he will get notification once iview is loaded completely.

  • Managing Redis Cache

Modern SmartView’s Redis cache can be managed from “In Memory DB” page.

Accessing Notifications

Agile developer lowcode SmartViews

Agile developer lowcode SmartViews

Agile developer lowcode SmartViews

Agile developer lowcode SmartViews

Configuration for Enabling Notifications

Notification feature can be enabled Application level by adding Developer Option “notification time interval” with Property Code as “General” and Values as “1 / 5 / 10 / 30 / 60”. If the “notification time interval” Developer Option is not set then the notification feature will be disabled. Refer Notification for more details.

Extending Webservices Timeout without Notifications

Webservice Timeout can be extended For SmartView’s and Form’s actions independently by adding Developer Option “Webservice Timeout” with Property Code as “Webservice Timeout” and Values as “100000(default)/200000,300000/etc”. Refer Web Service Timeout for more details.

To learn about exporting data in Axpert move to the next section by clicking on the export data link below.