Using on Salesforce Mobile Apps

Note:

This article also outlines old-fashioned methods used by SharinPix to perform the above actions . 

Kindly note that these methods are deprecated and are only for your reference if you are still using old  SharinPix implementations.

 

For new implementations, we strongly advise to stick with the above methods (highlighted in the blue section).

Integration of the SharinPix Album component in the Salesforce mobile app

Integrating a SharinPix Album component in the SF mobile app allows mobile users to view, upload and manipulate images available on records.

To configure the above, follow the steps below:

1.  From the desired record page, open the the Lightning App Builder.
2. From the top menu, click on the dropdown button labeled as Desktop and select Phone to preview how that record page on the SF app:


3. Next, drag and drop the SharinPix Album component onto your page layout. For more information on how to configure the component's parameter, kindly refer to this link: Lightning Component Parameters


Note: You can also embed the component in a Tab as demonstrated below:


4. Click on the Activation button located on the top right corner of the screen:

5. Click on the Assign as Org Default button:

6. Ensure that either the Phone or Desktop and phone option is activated to apply the changes to the SF mobile app:

7. Then, click on Next -> Save.

8. To complete, click on the Save button located on the top-right corner.

Launching the SharinPix mobile app from the Salesforce mobile app

The SharinPix mobile app can be used to capture photos. The SharinPix Mobile Launcher component can be used to launch the SharinPix mobile app from the Salesforce mobile app.

Tip:
For more infomation about the SharinPix mobile app features, refer to the following documentation: SharinPix Mobile App 

To configure the SharinPix Mobile Launcher component, follow the steps below:

1. From the desired record page, open the the Lightning App Builder.

2. From the top menu, click on the dropdown button labeled as Desktop and select Phone to preview how that record page on the SF app:


3. Next, drag and drop the SharinPix Mobile Launcher component onto your page layout. For more information on how to configure the component's parameter, kindly refer to this link: Lightning Component Parameters.

4. Click on the Activation button located on the top right corner of the screen:

5. Click on the Assign as Org Default button:

6. Ensure that the either the Phone or Desktop and phone option is activated to apply the changes to the SF mobile app:

7. Then, click on Next -> Save.

8. To complete, click on the Save button located on the top-right corner.

Launching the SharinPix mobile app from the Salesforce Field Service mobile app

The SharinPix mobile app can be launched from the SFS either using App Extensions or Field Service Mobile Flows.

To configure an App Extension to launch the SharinPix mobile app, refer to the following article: Integration of SharinPix App with SFS (FSL) App using App Extension

To configure a Field Service Mobile Flow to launch the SharinPix mobile app, refer to the following article: Integration of SharinPix App with SFS (FSL) App using Flows

Old-Fashioned Methods

This section highlights the old-fashioned ways of:

  1. Integrating of the SharinPix Album component in the Salesforce mobile app using
    • Canvas App on a detail page
    • Lightning action
    • VisualFlow
  2. Launch the SharinPix mobile app from the Salesforce mobile app using
    • Using a Visualforce page 
    • Formula fields
    • Lightning Action and Visualforce page

Integration of the SharinPix Album component in the Salesforce mobile app

1. Addition of the SharinPix Canvas App


The SharinPix package includes the SharinPix Canvas App that can be added to a record page. The screenshot below depicts the SharinPix Canvas App.

Tip: 

For more information on how to add the SharinPix Canvas App to a record page, refer to the following article: Basic Setup - Step 3a

2. Opening SharinPix Album with Lightning action


SharinPix Album components can be embedded in a Lightning Actions within the Salesforce mobile app as demonstrated below:

Tip: 

For more information on how to embed a SharinPix Album in Lightning Actions, refer to the following article: Integrating SharinPix Album with Lightning Action

Launch the SharinPix mobile app from the Salesforce mobile app

1. Launching SharinPix Mobile App from Salesforce Mobile App using Visualforce page


It is possible to construct a Visualforce page that opens open the SharinPix mobile app using the Mobile Launcher Visualforce component. Such configuration is explained in the following article: Using the Mobile Launcher Visualforce Component.

The Mobile Launcher Visualforce component is depicted in the screenshot below:

2. Launching SharinPix Mobile App from Salesforce Mobile App using Formula Fields


The SharinPix mobile app can be launced from the SF app using formula fields. Such configuration includes a formula field of type text embedding the HYPERLINK function. The formula field should point to a SharinPix mobile app URL as demonstrated below:

HYPERLINK('sharinpix://upload?token=' & SharinPix_Token_Part_1__c & SharinPix_Token_Part_2__c & SharinPix_Token_Part_3__c , 'Click to Open Camera', '_blank')
Click to copy

Tip:

SharinPix native mobile app integrates with Salesforce mobile using deeplink (URL starting with Sharinpix://). For more information on SharinPix deeplinks, refer to the following article:

SharinPix deeplink syntax here.

The screenshot below depicts a formula field, Launch SharinPix Mobile App, embedding a SharinPix mobile app URL:

Upon clicking on this Open Camera App field, the SharinPix mobile app is launched.

3. Launching SharinPix Mobile App from Salesforce Mobile App with Lightning Action and Visualforce Page


The SharinPix Mobile app can aslo be launched from the Salesforce mobile application using  Lightning Actions as depicted below:

The above Lightning Action embeds a custom Visualforce page which contains SharinPix URLs used to launch the SharinPix app:

Each SharinPix URL contains a different set of parameters which will launch the SharinPix Mobile Application into different modes.

For instance, clicking on Take Pictures with Camera automatically launches the SharinPix Mobile Application in Camera Mode.

Tip:

For more information on how to constructs such Visualforce page, refer to the following article: Integrating SharinPix with Salesforce Mobile App using Lightning Action and Visualforce

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.