-
Notifications
You must be signed in to change notification settings - Fork 3
docs: ISS-179977, Add documentation for mapping custom objects and custom links #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d33cd91
Update IDM docs
tilenkavcic 720c6c6
Update supported object types
tilenkavcic c8cff51
Add fallback description
tilenkavcic 2ed743a
Add documentation for mapping custom objects and custom links
ftopic 393dbd6
Comments
ftopic a07cd0c
frontend user-identity method (#232)
shalomgk 177c130
changed the position of note (#243)
AvinashSingh10-1 302beb9
chore: Update OpenAPI specs (#245)
bdbyrne e4bc470
Point to customization API docs from identity SDK docs (#246)
shivansh aeba548
chore: Include 'Bearer' in authorization header documentation (#247)
bdbyrne c6c9488
Document `unit` and `is_read_only` customization UI hints (#248)
shivansh 0cb6bec
style rules for marketplace (#214)
bc-devrev 431bd83
add instructions for local instance (#171)
bc-devrev 08a5cd9
Update supported objects for Airdrop (#250)
arturo-aparicio 347068d
Update ekline.yml (#249)
bc-devrev e48fd8d
Cross-domain session tracking link (#252)
shalomgk d55f2f5
Minor Airdrop fixes (#253)
patricijabrecko a8e18ec
docs: Add fallback docs (#241)
tilenkavcic ddfbb0c
Fix merge
tilenkavcic 340e4c4
Merge branch 'main' into farist/custom_objects
tilenkavcic 701f9e6
Readd custom object documentation
ftopic 85c4748
remove metadata version mentions
ftopic 0f69719
Update fern/docs/pages/airdrop/metadata-extraction.mdx
ftopic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -115,6 +115,12 @@ Use the Chef UI to map record types and fields. | |||||
The UI displays the external record types you defined in external domain metadata and allows you to map them to DevRev objects. | ||||||
Map one record type at a time, ensuring you map all required fields and as many optional fields as possible. | ||||||
|
||||||
#### Mapping as custom object | ||||||
The system allows importing record types and categories as custom objects. To achieve this you have to select `new_custom_object` when mapping the record type. For each external record type mapped as a custom object, a new custom **Leaf type** will be defined in DevRev and a **Subtype** will automatically be created. For more details on customization concepts, please refer to the | ||||||
[Customization](../customization.mdx) and [Custom Objects](../custom-objects.mdx) documentation. | ||||||
|
||||||
The field mapping works the same as for the stock DevRev types, with the difference being that there are significantly fewer fields to map. All the unmapped fields of the external record type will be created as custom fields. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
### Specify fallback mappings | ||||||
|
||||||
For some required DevRev fields a fallback is required. | ||||||
|
@@ -151,6 +157,13 @@ This enables: | |||||
- Raw jq transformations using external fields as input (experimental) | ||||||
- Example input data for testing transformations | ||||||
|
||||||
<Warning> | ||||||
The local metadata file is not validated against the snap-in submission. | ||||||
</Warning> | ||||||
This enables: | ||||||
- Raw jq transformations using external fields as input (experimental) | ||||||
- Example input data for testing transformations | ||||||
|
||||||
<Warning> | ||||||
The local metadata file is not validated against the snap-in submission. | ||||||
</Warning> | ||||||
|
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.