Skip to content

Commit 4e3a8d1

Browse files
authored
Service agent clarity in ReadMe and Settings screen. (#3)
1 parent 24831ff commit 4e3a8d1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,20 @@ npx react-native run-android
8888

8989
### Service Agent Settings
9090

91+
Instructions for deploying [Enhanced Chat In-App available here.](https://help.salesforce.com/s/articleView?id=service.miaw_deployment_mobile.htm&type=5) This includes instructions on retrieving all these values.
92+
9193
When you first launch the app, navigate to **Settings** and configure:
9294

9395
1. **Service API URL** (required)
94-
- Your Salesforce instance URL
95-
- Example: `https://your-domain.my.salesforce.com`
96+
- Your Salesforce Service Agent URL
97+
- Example: `https://your-domain.my.salesforce-scrt.com`
9698

9799
2. **Organization ID** (required)
98-
- Your 15 or 18 character Salesforce Org ID
100+
- Your 15 or 18 character Enhanced Chat Org ID
99101
- Example: `00D000000000000`
100102

101103
3. **ES Developer Name** (required)
102-
- The API name of your Einstein Service Agent
104+
- The API name of your Enhanced Chat Service Agent
103105
- Example: `Your_Service_Agent_Name`
104106

105107
4. **Save** the configuration

src/screens/SettingsScreen.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const SettingsScreen: React.FC<SettingsScreenProps> = ({ navigation }) => {
181181
<View style={styles.fieldContainer}>
182182
<Text style={styles.label}>Service API URL</Text>
183183
<Text style={styles.hint}>
184-
Your Salesforce instance URL (e.g., https://your-domain.my.salesforce.com)
184+
Your Salesforce Service API URL (e.g., https://your-domain.my.salesforce-scrt.com)
185185
</Text>
186186
<TextInput
187187
style={styles.input}
@@ -200,7 +200,7 @@ const SettingsScreen: React.FC<SettingsScreenProps> = ({ navigation }) => {
200200
<View style={styles.fieldContainer}>
201201
<Text style={styles.label}>Organization ID</Text>
202202
<Text style={styles.hint}>
203-
Your 15 or 18 character Salesforce Org ID
203+
Your 15 or 18 character Enhanced Chat Org ID
204204
</Text>
205205
<TextInput
206206
style={styles.input}
@@ -237,8 +237,8 @@ const SettingsScreen: React.FC<SettingsScreenProps> = ({ navigation }) => {
237237
<View style={styles.infoBox}>
238238
<Text style={styles.infoIcon}>ℹ️</Text>
239239
<Text style={styles.infoText}>
240-
You can find these values in your Salesforce Setup under Einstein
241-
Service Agent configuration.
240+
You can find these values in your Salesforce Setup under Enhanced
241+
In-App Agent configuration. Link available in the ReadMe.
242242
</Text>
243243
</View>
244244

0 commit comments

Comments
 (0)