How Can We Help?
Scenario:
Is it possible to display an icon/flag in an object group summary view of XMPro Act mobile? Tried to use HTML to set an icon however it would not show in the summary view.
Solution:
Unfortunately, displaying an icon with HTML code is not currently available in XMPro Act mobile. However, it is possible to use an emoji to display an icon/flag. Please note that an emoji might display differently in iOS and Android platform. Check the targeted platform before publishing the process.
Below is an example of a code that uses an emoji Unicode to display a red circle:
activityA specific step in a process. It will be the user interface for that step (web form or a screen), for example, the Leave Application (screen interface or web form) will be the first Activity in the Leave Requisition process. The Leave Application Authorization will be the second step or Activity in the Leave Requisition process. One Process can have multiple activities..SetControlValue(“EO100Emoji”, “\U0001F534 This is a red circle”, groupId, lineNumber);
Sample Result:
More Unicode of emojis can be found here.
Comments are closed.