You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ for working with Salesforce REST API and JavaScript Fetch API
6
6
directly from your component's JavaScript without you needing to
7
7
write Apex or configure Named Credentials. Just install and use.
8
8
9
+
# Pre-Requisites
10
+
11
+
1. Enable Lightning Experience
12
+
2. Enable My Domain
13
+
3. Allow IFraming of Visualforce Pages with Clickjack Protection
14
+
15
+
You can find step-by-step instructions with screen shots in the [Mass Action Scheduler Pre-Requisites](https://github.com/douglascayers-org/sfdx-mass-action-scheduler/wiki/Pre-Requisites-Instructions) wiki page,
16
+
which is my primary app that uses this component.
17
+
9
18
10
19
# Getting Started
11
20
@@ -110,4 +119,4 @@ a promise-based service component that makes calling Apex actions or using Light
110
119
111
120
# License
112
121
113
-
The source code is licensed under the [BSD 3-Clause License](LICENSE)
122
+
The source code is licensed under the [BSD 3-Clause License](LICENSE)
0 commit comments