24Files Customer Documentation

Using 24Files in Field Service Mobile (v7.91+)

This guide shows you how to make 24Files available on your record pages in the Field Service Mobile App.

Because the 24Files component can't be placed directly on a Field Service Mobile record page, the recommended approach is to add it as a Quick Action. Once configured, your mobile users can open 24Files from the Actions menu on any supported record, the same way they would use Edit or any other record actions.

Note: this guide assumes Field Service is already set up in your org. It only covers getting the 24Files LWC working in the Field Service Mobile app.

Step 1: Create the custom action

  1. Go to Setup → Object Manager → select the object (e.g. Product Request)

  2. Open Buttons, Links, and Actions → click and create New Action

    • Action Type: Lightning Web Component

    • Lightning Web Component: sfy_office365:x24Files (shown as x24Files)

    • Label: e.g. 24Files

    • Icon: your choice

  3. Click Save

Pasted Graphic 12-20260908-150003.png
New action creation

Step 2: Add the action to the page layout

  1. On the same object, go to Page Layouts and open the layout your users are assigned to

  2. In the layout editor, select Mobile & Lightning Actions in the palette

  3. Drag 24Files action into the Salesforce Mobile and Lightning Experience Actions section

  4. Click Save

Pasted Graphic 13-20260908-150019.png
Page layout with action in Mobile & Lightning Actions

Step 3: Enable Field Service Mobile settings

  1. Go to Setup → Field Service Settings

  2. Enable Enable Lightning SDK for Field Service Mobile (enables Lightning Web Components in the Field Service Mobile app)

  3. Save

Pasted Graphic 16-20260908-150031.png
Configure Field Service Settings

Step 4: Test on your mobile device

  1. Open the Field Service Mobile app, clear the cache and log out and back in

  2. Open a record page, of the object for which you created the action (e.g. a Product Request)

  3. Tap Actions → 24Files

  4. The screen with the 24Files component should open

Product Request-20260908-150810.png
record page
Pasted Graphic 20-20260908-150711.png
actions list
Upload Files-20260908-150744.png
24Files LWC


Things to keep in mind

24Files Component Setting: Default
As a Quick Action, the component can't receive custom properties like settingId. It always uses the 24Files Component Setting (Custom Metadata Type) with developer name Default. Make sure that setting exists and is configured correctly.

Folder structure merge fields
If your folder structure uses {!Name} on an object that doesn't have a Name field (e.g. Product Request uses ProductRequestNumber), the component may show an error. Update the record folder formula in your folder structure configuration to use the correct field for that object.

Per-object setup
Repeat Steps 1 and 2 for each object where you want 24Files available on mobile.