Agile-Developer

Push notifications

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

Push notifications

Push notifications are made available to users who download Axpert 11 application on their mobile devices. Pop-up notifications will be displayed on the user’s mobile device. Optionally, on click of the message, the user may be redirected to a TStruct/Form, Iview/report, or HTML page.

Use the function listed below to send notifications from the Axpert application. This function can be used in scripts.

To notify and open a tstruct page on click

Notify({UserName},{Notification Title},{Notification Body},{},{},{transid=:transid^recordid=1997990000000})

To notify and open an Iview page on click

Notify({UserName},{Notification Title},{Notification Body},{},{},{ivname=:ivname^params1=paramvalue})

To notify and open a cards page on click

Notify({UserName},{Notification Title},{Notification Body},{},{},{axpage_id=1})

To notify and open a HTML page on click

Notify({UserName},{Notification Title},{Notification Body},{},{},{load=1623065030878})