Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure mobile campaign components

Configure components to display the image, video, and text cards in a campaign for your users to view and interact with on mobile devices.

Before you begin

To configure components to display a campaign on mobile devices, ensure that you have established the following items:

Role required: admin

Procedure

  1. Create a data item to collect the data for the campaign content.

    1. In the web-based UI, enter sys_sg_data_item.list in the filter navigator to open a list of data items.

    2. Click New to create a data item.

    3. On the form, fill in the fields.

FieldDescription
NameA title for the data item. You can have multiple data items with the same name.
DescriptionOptional additional details.
Condition Type

Select the method to use when building conditions to retrieve data from your data item. The available options are: - Declarative

Create conditions for the data item using the condition builder.

  • Scripted

Use a script to determine the conditions of your data item. A text window to enter a script appears below this field when you select this option.

  • Append Encoded Query

This condition is only used when creating data items for chart screens. Don't choose this Condition Type for campaigns.

Table`sn_cd_content_mobile`, the Employee Center table, which contains the content of the cards.
Query ConditionCondition that filters content data retrieved from the Employee Center table. For example, if a field called month exists in the table, you could set the condition [month][is][September] to indicate you want to pull content only when the month equals September.
Group bySelect the field used to group the records in your list.
4.  Click **Submit**.
  1. Create an item configuration for each item view you use.

    1. In the web-based UI, enter sys_sg_master_item.list in the filter navigator.

    2. Click New to create an item configuration.

    3. On the form, fill in the fields.

FieldDescription
NameA title for the list item configuration.Note: Include the card type in the name.
CardThe card you want to use for the list item. Search for an existing card or select New to configure one.
Table`sn_cd_content_mobile`, the Employee Center table, which contains the content of the cards.
Condition

Condition that filters display-related data retrieved from the HR Service Content Delivery table. Use a declarative condition to create conditions for the item configuration using the condition builder.

For example, you could specify to display all image records related to the condition September, which you defined in the data item condition. You then set the condition [Content type][is][Image] and as a result all images tagged as September are displayed in the mobile campaign.

Embedded screenNot applicable for mobile campaigns.
  1. Create a list stream, which connects the data item with the item configuration.

    1. In the web-based UI, enter sys_sg_item_stream.list in the filter navigator.

    2. Click New to create an list stream.

    3. On the form, fill in the fields.

      FieldDescription
      NameA title for the list stream.
      Data itemThe data item you created.
    4. In the List Stream M2M item configuration section, click Insert a new row.

    5. Insert the item configuration you created.

    6. Click Save.

    7. Click Submit.

  2. Create a list stream container.

    1. In the web-based UI, enter sys_sg_item_stream_container.list in the filter navigator.

    2. Click New.

    3. In the Name field, enter a title for the list stream container.

    4. Right-click on the form header (

Image omitted: context-menu-icon.png
Form header menu button\) and select **Save**.
5.  In the Stream Container M2M streams section, click **New**.

6.  On the form, fill in the fields.

    |Field|Description|
    |-----|-----------|
    |Stream|The stream that you want to add to the stream container.|
    |Stream container|The stream container that contains the stream.|
    |Order|A number that indicates where to place the stream container. Lower-numbered items display before higher-numbered items.|

7.  Click **Submit**.

8.  Click **Update**.
  1. Create a screen launcher content UI section to contain the campaign.

    1. In the web-based UI, enter sys_sg_content_section.list in the filter navigator.

    2. Click New.

    3. On the form, fill in the fields.

      FieldDescription
      TitleTitle for the content UI section. This title is not displayed in the mobile UI.
      ActiveOption for enabling the display of the campaign in your mobile instance.
    4. Click Submit.

What to do next

Add the content UI section to a screen launcher. For more information, see Configure a content UI section.