How to create a clickable Media Screen in Mobile App?SummaryAn Image or Video should be displayed on a top of a particular Applet Launcher. Also, clicking on the Image or Video it should redirect to a different URL function. Example: ReleaseOrlando Release onwards Instructions1) Login to any Orlando Instance. 2) Create an Function from sys_sg_button table with the below details: Type - URL Context - Global Link URL - https://www.google.com/ (The link which on clicking the Media Screen should redirect) 3) Go to System Mobile -> Applet Launchers or Now Mobile App -> Applet Launchers Depending on which app the media screen should be present. 4) Create a new Applet Launcher or Open any existing Applet Launcher. (Example Homepage) Make sure the application selected in the instance is same as the application of the Applet Launcher. 5) On the Applet Launcher record, go to the Body section and click on Insert a new row. Also, the Order of the section should be zero or less than any other section for the Applet Launcher. 6) Create a new Mobile Section and select the section type as 'Media Screen'. 7) In the Media Section record, add and new attachment from the header Attachment Icon. Then select the same attachment in the Image field dropdown. For Images, select the Type as Image and for Videos, select the Type as Video. 8) Click on the magnifying glass on the Function instance field and Create a new Function Instance. 9) In the Function Instance record, select the Parent Table as 'Applet Launcher' (sys_sg_applet_launcher). 10) On the Parent field, click on the magnifying glass and in the Document field -> select the Parent applet launcher which contains the Media Screen. (in this example it is Homepage Applet launcher) 11) Now, in the Function field select the URL- type Function created in Step 2 and Submit the record. 12) Submit the Function Instance Record. 13) Now Save the Media Section Record. 14) Update the Applet Launcher record at the end.Related LinksConfigure a function instance for the mobile app: https://docs.servicenow.com/csh?topicname=sg-setup-mobile-admin.html&version=latest Configure an action function: https://docs.servicenow.com/csh?topicname=sg-studio-config-action-function.html&version=latest