Skip to content

Instantly share code, notes, and snippets.

@wave-inguane
Last active August 28, 2021 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wave-inguane/05248fea976207a9c9e98e8a3a1942c1 to your computer and use it in GitHub Desktop.
Save wave-inguane/05248fea976207a9c9e98e8a3a1942c1 to your computer and use it in GitHub Desktop.
MobileAppTOPBOTTOM
==========================================================================================================
BRANDING
==========================================================================================================
1-Branding
STEP 1: goto: sys_sg_client_theme.list
Create organization theme
STEP 2: Goto: sys_sg_native_client.list
Select the Mobile App and replace the theme
2. Welcome and greating
STEP 1: GOTO: sys_sg_applet_launcher_header.list
STEP 2: GOTO: sys_sg_applet_launcher.list
Find the Applet Launcher
Populate the Header Titles with STEP 1
==========================================================================================================
ADD LINK IMAGE HEADER TO MOBILE APP
==========================================================================================================
Source: https://community.servicenow.com/community?id=community_article&sys_id=ff575fe4db0d5c1013b5fb243996195e
Header Banner Image Location
Table: sn_me_static_media_section.list
Header Banner Image Size
Width: 375px
Hight: 121px
Header Banner Welcome to Mobil! Message
https://docs.servicenow.com/bundle/paris-mobile/page/administer/tablet-mobile-ui/reference/mobile-campaign-card-config.html
Assumptions:
1. The Mobile App is istalled :
2. The Scoped Mobile App Exist :
3. The Applet and Applet Launcher (footer TAB in Mobil App) Exist : Critical Incident
STEP 1 : Go to Applet Luncher
STEP 2 : UI Section Name: CI Homepage UI Section
Navigate to "System Mobile > Applet Launcher". The Applet Launcher Section is under the "Body" section.
Just double click the Insert new row..., add an order (for example 100), and create a new UI Section.
Table: sys_sg_applet_launcher.list
sys_sg_section_list.list
When creating a new Mobile Section, a pop-up concerning the Section Type appears. "Media Section" would be our choice.
On the Media Section, most import is the banner image which you would add as an attachment to the new Media Section.
After adding the attachment and selecting Type "Image", you would be able to select this in the Image field.
CHECK POINT: TDD: Refresh the Mobile App to test.
NEXT ADD THE URL TO THE IMAGE
STEP 3 Create a Function
Name: CI Homepage Function
Link URL: /portal_name
Link Lable: CI Homepage Label
To add a Function, navigate to "System Mobile > Functions". Create a new function with Type is "URL" and Context is "Global".
STEP 4 Create Function Instance
Navigation:
Function Instance: sys_sg_button_instance.list
Name: CI Homepage Function Instance
Location: Media section
Label: CI Homepage Function Instance Label Customer Visible
Parent table: sys_sg_applet_launcher
Parent:
Click magnifing glass
Document: Type Applet Laucher name from the assumptions above
Applet Launcher (footer TAB in Mobil App) Exist : Critical Incident
STEP 5 Add the Function Instance to the UI Section from STEP 2
Find Laucher -> Find UI Section
Table: sys_sg_applet_launcher.list
sys_sg_section_list.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment