Skip to content
Release: Australia · Updated: 2026-04-15 · Official documentation · View source

Configure favorite content type on Mobile

Configure the favorites option on Mobile to help employees personalize the content and easily access the content.

Before you begin

Role required: portal admin and sp_admin

Procedure

  1. Navigate to All > System Mobile > Mobile UI > Mobile.

  2. Edit the mobile UI rules to suit your needs.

    See Mobile UI Rules and configure the following field values.

    Note: The my Favorites widget syncs instantly with other widgets in real-time on the web. However, when adding favorites items across devices (example: mobile to the web), a manual refresh is required to reflect the latest changes — Reload the page on web or Pull to refresh on mobile.

    FieldDescription
    ConditionFor the Condition field, specify text_02=sysId, where sysId indicates the the sys_id of the new Favorite Content Type record. This rule applies only to the favorite items that belong to this content type.
    ParentMy favorites (without image)
    Parent TableMobile View
    TriggerOnLoad
    FieldDescription
    Targettext_01
    OperationSet UI Style
    ValueExample JSON{ "TextDecorator":{ "Type": "Font", "FontName": "now-mobile-icons", "Value": "f15c", "FontColor": "#333E3F" } }

    When the content configuration associated with this content type can have images to render on the favorite card, create another record with the parent value as My favorites (with image)

  3. Create a function and function instance to suit your needs.

    See Create a function and function instances and configure the following field values.

    FieldDescription
    TableFavorite (App Use) [sn_ex_sp_st_favorite].
    ConditionsAdd appropriate conditions so that this function only applies on desired content types.
    ParentSet the table name to sys_sg_master_item and document to My favorites (without image).

Result

The content type display is configured for Mobile.

Related topics

Now Mobile app

Mobile plugins