Help Notification
Help Notifications are displayed in the top-left corner of the screen. They are specifically designed to manage job-related updates and other critical tasks.
Add
To add Help Notification, you can simply call the export:
Data object contains:
Data layout
Text as object layout
Key
Value
Optional
name
String Unique name of the task.
active
Boolean Mark stage as active (current).
complete
Boolean Mark stage as already done.
text
String Text of the stage
Manually updating stage
This mainly focuses on the text as an object, since you can't update the stage for non-task element.
Data object contains:
Key
Value
stage
String Unique name set for the stage.
key
String Key of the updated element.
value
Boolean Value of the updated element.
Marking stage as active
Marking stage as complete
Remove
In order to remove Help Notification you can use that export:
Last updated