Sync Simulator Setup
Prerequisites
-
To set up the Sync Simulator, you need the following licenses:
-
To set up the Sync Simulator, you must:
-
To set up the Sync Simulator, you need:
-
System permissions:
-
Customize Application
-
View Setup and Configuration
-
Setting Up the Sync Simulator
-
Enable system administrators to log in as users:
-
From Setup, enter "login access" in the Quick Find box, then select Login Access Policies
-
Select Administrators Can Log In as Any User
-
Click Save
-
-
Create the Sync Simulator Visualforce page:
-
From Setup, enter "pages" in the Quick Find box, then select Visualforce Pages
-
Click New
-
In Label, enter "Sync Simulator"
-
Copy the following code:
<apex:page docType="html-5.0" standardStylesheets="false"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.10/semantic.min.css"/> <link rel="stylesheet" href="https://cdn.fieldfx.com/{!$Api.Session_ID}/FX5__/syncsim/poc/main.css" /> <script type="text/javascript" src="https://cdn.fieldfx.com/{!$Api.Session_ID}/FX5__/syncsim/poc/main.js"></script> <script type="text/javascript"> var salesforce = { SessionId: '{!$API.Session_Id}' }; </script> <div id="root"></div> </apex:page>
-
Replace the code on the Visualforce Markup tab by pasting over it with the code you copied
-
Click the Version Settings tab
-
Click -- Select to Add Installed Package -- and select "FieldFX Base Package"
-
Click Save
-
-
Add the Sync Simulator tab:
-
From Setup, enter "tabs" in the Quick Find box, then select Tabs
-
Under Visualforce Tabs, click New
-
Complete the following:
-
In Visualforce Page, select "Sync Simulator"
-
In Tab Label, enter "Sync Simulator"
-
In Tab Style, select a color for the tab
-
-
Click Next
-
Make the tab visible to system administrators and FieldFX Mobile users
-
Click Next
-
Click Include Tab
-
Select Field Ticketing (FX5__Field_Ticketing)
-
Click Save
-
-
Grant permission to use the Sync Simulator:
-
From Setup, enter "permission" in the Quick Find box, then select Permission Sets
-
Open a permission set for Visualforce pages
-
Under Apps, click Visualforce Page Access
-
Click Edit
-
Add "Sync Simulator" to Enabled Visualforce Pages
-
Click Save
-
Repeat steps a to f for other permission sets as needed
-