Skip to content

Commit

Permalink
Clarify mappings example in troubleshooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCord authored Aug 26, 2024
1 parent 2104701 commit 3fad719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/monitor-history/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ to be uploaded to destination system"** section.
These logs can help admins verify that the source data and the data being
uploaded to the destination system is correct. For example, seeing in the logs
that a unique identifier is being mapped to `undefined` in the destination
system can help you understand this Salesforce error message:
system can help you understand the root cause of an error. For example this Salesforce error
message might be caused by an `undefined` mapping:

`METHOD_NOT_ALLOWED: HTTP Method 'PATCH' not allowed. Allowed are GET,HEAD,POST at HttpApi.getError`.

Expand Down

0 comments on commit 3fad719

Please sign in to comment.