From c2538421ad48a82e6244f0bfd51108ae35bb2114 Mon Sep 17 00:00:00 2001 From: sahar-cohen-sf <67408230+sahar-cohen-sf@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:17:02 +0300 Subject: [PATCH] Update README.md Hey, My name is Sahar Cohen, I am the developer of this feature from the "SFS Mobile Lightning Web Components" team. The package here was not reflecting the up-to-date code of the feature, and this is the new package. If there is anything I should do in order to PR this change, please contact me via Slack or email at sahar.cohen@salesforce.com Thanks --- FollowUpAppointment/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FollowUpAppointment/README.md b/FollowUpAppointment/README.md index a61e853..f3e021f 100644 --- a/FollowUpAppointment/README.md +++ b/FollowUpAppointment/README.md @@ -1,8 +1,9 @@ ## Set Up the Follow-Up Appointment Lightning Web Component (LWC) Let your mobile workers create and schedule follow-up appointments for customers directly from the mobile app, without contacting customer services. -1. Enable access to LWCs. See [Define a Permission Set for Your Org](https://developer.salesforce.com/docs/atlas.en-us.mobile_offline.meta/mobile_offline/quickstart_lwc_action_org_setup.htm#quickstart_lwc_action_org_setup_create_permset). -2. Enable the permission sets. +1. To install the package, click https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1Q0000012BwaQAE. +2. Enable access to LWCs. See [Define a Permission Set for Your Org](https://developer.salesforce.com/docs/atlas.en-us.mobile_offline.meta/mobile_offline/quickstart_lwc_action_org_setup.htm#quickstart_lwc_action_org_setup_create_permset). +3. Enable the permission sets. 1. From Setup, in the Quick Find box, enter Users, and then select **Users**. 2. Select the required user. 3. Under Permission Set Assignments, click **Edit Assignments**. @@ -13,11 +14,10 @@ Let your mobile workers create and schedule follow-up appointments for customers - Field Service Resource License - Field Service Resource Permissions - Field Service Follow-Up Appointment Permissions -3. Grant access to Apex classes. +4. Grant access to Apex classes. 1. From Setup, in the Quick Find box, enter `Custom Code`, and then select **Apex Classes**. 2. For FollowUpAppointmentController, click **Security**. 3. Add the relevant profiles to the Enabled Profiles list. -4. To install the package, click https://login.salesforce.com/packaging/installPackage.apexp?p0=04tB0000000hCNEIA2. 5. From the App Launcher, find and select **Follow-Up Appointment Settings**. 6. Configure the LWC. 1. In the Settings tab, determine which appointment slots the mobile worker sees and determine who the work can be assigned to and what kind of work they can create.