|
1 | 1 | eXec-Ray |
2 | 2 | ======================================== |
3 | 3 |
|
4 | | -We make visible the invisible. Visualize your org's automations according to the oficial Order of Execution. |
| 4 | +We make visible the invisible. Visualize your org's automations according to the official Order of Execution. |
5 | 5 |
|
6 | 6 | Background |
7 | 7 | ---------- |
8 | 8 |
|
9 | | -Order of execution in Salesforce is the set of events performed when you save a record of any standard or custom object with a insert, update or upsert operation. To have this order clear will help you to design the correct solution, to debug any issue and analyze legacy organizations. |
| 9 | +Order of execution in Salesforce is the set of events performed when you save a record of any standard or custom object with an insert, update or upsert operation. Being clear about this order will help you design the correct solution, debug any issue and analyze legacy organizations. |
10 | 10 |
|
11 | | -The only way to to visualize what happens when you store a record is reviewing the [official order of execution page](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_order_of_execution.htm) and go one by one to each involved element in your Salesforce org. |
| 11 | +The only way to visualize what happens when you store a record is reviewing the [official order of execution page](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_order_of_execution.htm) and go one by one to each involved element in your Salesforce org. |
12 | 12 |
|
13 | | -With eXec-Ray you will be able to see the order of execution for a given object. The app list every customizable objects in your Salesforce org (standard and custom) and when select one of them, you can see every events that are going to be executed when you save a record of that object and taking into account the mentioned Salesforce order of execution. |
| 13 | +With eXec-Ray you will be able to see the order of execution for a given object. The app lists every customizable object in your Salesforce org (standard and custom) and by selecting one of them, you can see all the events that are going to be executed when you save a record of that object, taking into account the mentioned Salesforce order of execution. |
14 | 14 |
|
15 | 15 |  |
16 | 16 |
|
@@ -49,24 +49,24 @@ Getting Started |
49 | 49 |
|
50 | 50 | *Leave other fields as presented* |
51 | 51 |
|
52 | | - *Try to have the Consumer Key and Consumer Secret information in hand because both values and necessay in the next step* |
| 52 | + *Try to have the Consumer Key and Consumer Secret information at hand because both values are needed in the next step* |
53 | 53 |
|
54 | 54 |
|
55 | 55 | 2. Update eXec-Ray [Auth Provider](https://help.salesforce.com/s/articleView?id=sf.sso_authentication_providers.htm&type=5) |
56 | 56 |
|
57 | | - * Consumer Key: use the consumer key of the previouly created connected app |
58 | | - * Consumer Secret: use the consumer secret of the previouly created connected app |
| 57 | + * Consumer Key: use the consumer key of the previously created connected app |
| 58 | + * Consumer Secret: use the consumer secret of the previously created connected app |
59 | 59 |
|
60 | 60 | 3. Edit the eXec-Ray [Named Credential](https://help.salesforce.com/s/articleView?id=sf.named_credentials_about.htm&type=5) |
61 | 61 | * URL: https://*yourdomain*.my.salesforce.com/ |
62 | 62 |
|
63 | 63 | *Leave other fields as presented* |
64 | 64 |
|
65 | | - *This will lunch a Salesforce login window to authorize our app to be used in your org in your name. If you get the error "error=invalid_client_id&error_description=client%20identifier%20invalid" is because the connected app is being published. Please wait some minutes and try to save again with the same information* |
| 65 | + *This will launch a Salesforce login window to authorize our app to be used in your org in your name. If you get the error "error=invalid_client_id&error_description=client%20identifier%20invalid" is because the connected app is being published. Please wait some minutes and try to save again with the same information* |
66 | 66 |
|
67 | 67 | 4. In order to use the Platform Cache and ease the loading time of objects already loaded, you need to create a new record for the Custom Setting, eXec-Ray Settings. You will need to have the field Use Platform Cache set to true. |
68 | 68 |
|
69 | | -5. Assign de eXec-Ray permission set to the people that will use the app. Take in account that the permission set only give access to the app, needed permissions to see elements are not included. |
| 69 | +5. Assign de eXec-Ray permission set to the people that will use the app. Take into account that the permission set only gives access to the app, needed permissions to see elements are not included. |
70 | 70 |
|
71 | 71 | FAQ |
72 | 72 | === |
|
0 commit comments