Skip to content

Commit f28f10d

Browse files
authored
Merge pull request #65 from elasticio/Update-readme-1
Update README.md with a note about permissions
2 parents b9e150a + f776d69 commit f28f10d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* [Query Action](#query-action)
2424
* [Raw Request](#raw-request)
2525
* [Upsert Object](#upsert-object)
26+
* [Permissions](#permissions)
2627
* [Known Limitations](#known-limitations)
2728

2829
## General information
@@ -380,5 +381,29 @@ The result of creating or updating an object
380381
#### Known limitations
381382
If you add a new field to an object in Salesforce, you must restart the flow to re-generate metadata
382383

384+
## Permissions
385+
By default, certain user profiles in Salesforce have disabled permissions. In order to ensure the visibility of an object in the metadata of component’s actions and triggers, it is necessary to enable the required standard object permissions.
386+
387+
To enable these permissions, please follow these steps:
388+
389+
1. Go to the Salesforce Setup page.
390+
2. Navigate to the “ADMINISTRATION” section.
391+
3. Under “Profiles”, select the profile that needs modification.
392+
4. Click on the “Edit” button to proceed.
393+
394+
<details>
395+
<summary>Salesforse setup page</summary>
396+
![image](https://github.com/elasticio/salesforce-component-v2/assets/108279772/ad2b7d68-c843-4356-92b3-7650bab6a3f2)
397+
</details>
398+
399+
Once you are on the profile editing page, ensure that all the required standard object permissions are enabled. For instance, if you intend to utilize the [Get New and Updated Objects Polling trigger](https://github.com/elasticio/salesforce-component-v2#get-updated-objects-polling), the following permissions are necessary: Read, Create, and Edit.
400+
401+
<details>
402+
<summary>Standart objects permissions</summary>
403+
![image](https://github.com/elasticio/salesforce-component-v2/assets/108279772/f80445e4-098a-42cf-a728-6a204b8e7329)
404+
</details>
405+
406+
Carefully review the permissions and make any necessary adjustments to enable the required access.
407+
383408
## Known limitations
384409
Attachments mechanism does not work with [Local Agent Installation](https://docs.elastic.io/getting-started/local-agent.html)

0 commit comments

Comments
 (0)