Axpert 11
TStructs (Forms)
- Create Form
- Create DC
- Create Fields
- Grid DC/frames
- Formulae in fields
- SQL in fields
- Drop down fields
- Autogenerate fields
- Table fields
- File upload fields in forms
- Photos &Image fields
- Barcode /QR Code Scanner
- Fill Grid
- Posting data – Gen maps
- Updating fields in DB tables – MD Map
- Toolbars in tstructs
- Tracking changes/Audit trial
- Try it yourself
IViews
Scripts
Axpert Jobs
Axpert Cards
HTML Plug-ins
Users & Roles
- Users, roles & responsibilities
- Responsibilities
- User Role
- User Login
- SSO Authentication
- Stay Sign In
Workflow
Axpert API
Application Var/Params
Publish Axpert Apps
Axpert Mobile
Settings
- Axpert installation
- Change password
- Forgot Password
- Developer Options
- Global Settings
- In-Memory DB
- Notifications for Long Running Webservice’s
- Axpert Configuration on web
- Axpert Licensing
Utilities
Customization
- Main Page Customization
- Home Page Customization
- More API
- Custom User Interface
For Reports - Custom HTML In Forms
- CSS And JS Customization
- Developer Notes
- Hooks In Forms
- Third Party SSO Integration
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.
Contents
- Form Actions
- SmartView’s
- Configuration for Enabling Notifications
- Extending Webservices Timeout without Notifications
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
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.