Attribute name | Description | Files |
---|---|---|
text | The text that will be displayed in the notification message | |
type | Available values: success, question, information, warning, error, link | |
title | The title of the notification message | |
moreText | The text displayed when clicking on the 'more text' button in the notification. Not used when displaying a link. Not shown when message type is warning. | |
expire | The expiration time of the notification message. 0 if no expiration needed | |
message | The text displayed when displaying a link. Otherwise, the text from the 'text' attribute is used. | |
linkValue | The value of the link. Only used when displaying a link message. Link value can be the name of a dialog (ex: sampleuserdyndialog). On click, the dialog will open. | |
linkDesc | The description of the link. Only used when displaying a link message (either 'link' type or 'linkValue' value set) | |
bottom | Bottom text. Only used when displaying a link message (either 'link' type or 'linkValue' value set) | |
options | Only when using a link message (either 'link' type or 'linkValue' value set). Even for links, it is only used when callAkiomaCode is invoked (the link value starts with '$'). Represents the caller object (controller or dynObject). Currently, from the backend this is sent as a string, while the frontend expects an object. | |
user | The user name or user tenant combo which is meant to receive the message. Ex. For link message, if no username is supplied, all the logged in users will receive the notification. User parameter allows for sending either username or username@tenant combo. The combo ensures that if multiple users are with the same name are present across multiple tenants, only the user from the specific tenant will receive the update. (ex: 'axadmin' or 'axadmin@master') | |
doc | Used only for opening documents. Represents the document link | |
docDesc | Used only together with doc. Specifies the document description in the notification message |