Merged
Conversation
Contributor
There was a problem hiding this comment.
PR Overview
This PR updates the ERP developer guide by adding custom fields examples to the event payloads and refining existing payload examples.
- Introduces custom_fields objects with structured examples in various event payloads
- Updates the request_name in an event payload example and changes erp_custom_fields from null to an empty object
Reviewed Changes
| File | Description |
|---|---|
| erp_integration/erp_events_dictionary.md | Added custom_fields examples and adjusted existing payload representations |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (3)
erp_integration/erp_events_dictionary.md:379
- [nitpick] Verify that the use of 'custom_field_1' and 'custom_field_2' is consistent with the intended design, and update the documentation to clearly explain the difference, if any, between these fields.
"custom_fields": {
erp_integration/erp_events_dictionary.md:1943
- Ensure that the updated 'request_name' is supported in the backend integration and that related documentation is updated accordingly.
"request_name": "create_prime_contract_change_order",
erp_integration/erp_events_dictionary.md:1150
- Changing 'erp_custom_fields' from null to an empty object could affect downstream processing; please confirm that the integration accepts the new format.
"erp_custom_fields": {},
Ife-Owoyemi
approved these changes
Mar 3, 2025
sebastianvaldez-procore
approved these changes
Mar 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds custom fields to the ERP developer guide