SharinPix Mobile App: Checklist

The SharinPix checklist feature provides a list of tags ready to be filled with images uploaded by users. When using this feature, if a tag is applied to the minimum number of images required, the associated tag entry turns from red to green on the checklist.

Opening the checklist on the SharinPix mobile app

In order to access the checklist feature on the SharinPix mobile app, a deeplink can be used.

SharinPix uses deeplinks to launch the SharinPix app from other mobile apps such as the Salesforce mobile app or Salesforce Field Service (FSL) app.

circle-info

For more information about the deeplink syntax, you can refer to the following article:

SharinPix mobile App : Deeplink syntax

Checklist configuration

To configure the checklist feature in a deeplink, the parameter checklist should be used. The value will then correspond to each tag entry, separated by the semicolon symbol (that is, by ;).

The example below demonstrates the checklist parameter with five tags (Kitchen, Bedroom, Living-Space, Balcony, and Outdoor):

Using the above example, users are required to upload at least one image for each tag to complete the checklist.

Checklist configuration to indicate the minimum number of images to be uploaded

The checklist feature allows you to set a minimum number of images to be uploaded under each tag. The syntax here is two asterisk symbols (that is, **) followed by the minimum number of images, as demonstrated below:

Using the above checklist configuration, the users are required to upload at least three images under the tag, Kitchen.

Using the above example, users are required to upload at least three images tagged with Front, at least two images tagged with Side, and at least one image tagged with Bedroom in order to complete the checklist.

circle-exclamation

Configuring a checklist on the Mobile App Global Configuration

Alternatively, you can use the checklist_ref parameter to access the checklist feature. The value for this parameter should be configured on your Org's mobile app global configuration.

When opening a checklist on the SharinPix mobile app with the checklist_ref parameter, the application will try to find a key , in the mobile app global configuration's checklists object, matching the checklist_ref value specified to load the checklist with the appropriate tags.

Example:

Here, the application will try to find the "building-inspection" key in the checklists object.

circle-exclamation

Mobile App Global Configuration

In your Org's mobile app global configuration:

  • Add a "checklists" key. The value for this key is an object. The keys for this object are the values that can be used for the checklist_ref parameter in deeplinks or universal links. Any number of keys can be added.

The value for any key in the checklists object is another object with the following entries:

  • tags : An array of strings where each string represents a tag. A minimum count of images can be specified for each tag by adding "**<MIN_COUNT>" at the end of the tag name. If no minimum count is specified, the default will be one.

Example:

"tags": ["Fire Extinguisher", "Exit Doors**5", "Electrical Setup**0"]

Here three tags are specified. The tag "Fire Extinguisher" will have a minimum count of one since it was not specified, "Exit Doors" will have a minimum count of five, and "Electrical Setup" will have a minimum count of zero therefore optional.

circle-info

Info:

Another form key can be used to extend the basic checklist feature to a Checklist with Form Features.

Example:-

circle-exclamation

Demo

Now that you know how to configure the checklist parameter, let's see how it looks like on the SharinPix mobile app.

For this demo, we will use the following checklist configuration in our deeplink:

checklist=Kitchen**3;Bedroom**2;Living Space**2;Balcony**2;Outdoor**3

Once you select the deeplink, the SharinPix mobile app is launched and the checklist feature is displayed as follows:

Next, we will upload the required number of images for the Kitchen tag:

Once all images have been captured, you should tap on the check button located at the bottom right corner to validate the checklist and submit the images.

circle-check

Last updated

Was this helpful?