-
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
Conversation
Thanks and sorry for the conflicts, I can address them once my part gets merged (which I will once we release the new CLI version) |
* Update user-identity.mdx * Update user-identity.mdx Add beta message with limitations
* adding a note * Update ue-migration.mdx --------- Co-authored-by: Atul-Butola <[email protected]>
- Use imperative tense in headings. This has been done in the custom objects documentation. - Use smaller image for group_name UI hint.
* some minor updates and organization * MP style and sample * corrected LLM token var name * prohibited * check responses better --------- Co-authored-by: Atul-Butola <[email protected]>
* add instructions for local instance * use yarn --------- Co-authored-by: Atul-Butola <[email protected]>
* Update supported objects for Airdrop * Update supported-object-types.mdx * Update supported-object-types.mdx * Update supported-object-types.mdx
ISS-180063 Co-authored-by: Atul-Butola <[email protected]>
* Cross-domain session tracking link * Update fern/docs/pages/sdks/web/methods.mdx --------- Co-authored-by: Atul-Butola <[email protected]>
* Update IDM docs * Update supported object types * Add fallback description * Address comments * Don't capitalize titles in supported object types * Add hint for integrating DevRev documentation into MCP server * Introduce Chef UI, better explain fallbacks * Update fern/docs/pages/airdrop/initial-domain-mapping.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Nits * Address comments * frontend user-identity method (#232) * Update user-identity.mdx * Update user-identity.mdx Add beta message with limitations * changed the position of note (#243) * adding a note * Update ue-migration.mdx --------- Co-authored-by: Atul-Butola <[email protected]> * chore: Update OpenAPI specs (#245) * Point to customization API docs from identity SDK docs (#246) * chore: Include 'Bearer' in authorization header documentation (#247) * Document `unit` and `is_read_only` customization UI hints (#248) - Use imperative tense in headings. This has been done in the custom objects documentation. - Use smaller image for group_name UI hint. * style rules for marketplace (#214) * some minor updates and organization * MP style and sample * corrected LLM token var name * prohibited * check responses better --------- Co-authored-by: Atul-Butola <[email protected]> * add instructions for local instance (#171) * add instructions for local instance * use yarn --------- Co-authored-by: Atul-Butola <[email protected]> * Update supported objects for Airdrop (#250) * Update supported objects for Airdrop * Update supported-object-types.mdx * Update supported-object-types.mdx * Update supported-object-types.mdx --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shalomgk <[email protected]> Co-authored-by: Avinash Singh <[email protected]> Co-authored-by: Atul-Butola <[email protected]> Co-authored-by: Brian Byrne <[email protected]> Co-authored-by: Shivansh Rai <[email protected]> Co-authored-by: Ben Colborn <[email protected]> Co-authored-by: Arturo Aparicio <[email protected]>
🌟 EkLine ReviewerHello! I’m here to help improve your docs. I’ve reviewed your pull request, and left in-line suggestions for quick fixes. For details, visit the Analytics Page. For questions or feedback, please email [email protected]. |
Published docs preview URL: https://devrev-preview-13e84ca7-10e7-4b76-aabe-ead69ab0cfce.docs.buildwithfern.com |
Published docs preview URL: https://devrev-preview-fa84db23-00bd-4d54-94b9-715e8335b314.docs.buildwithfern.com |
Published docs preview URL: https://devrev-preview-72e26c75-8232-40bf-afc1-70633de1de4a.docs.buildwithfern.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with one markup suggestion.
Co-authored-by: Ben Colborn <[email protected]>
Published docs preview URL: https://devrev-preview-7a934de7-f5b7-47cd-b96b-f78bdebfe15c.docs.buildwithfern.com |
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 comment
The reason will be displayed to describe this comment to others. Learn more.
Where possible, do not structure sentences in future tense. Use present tense instead. (EK00005)
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. | |
All the unmapped fields of the external record type are created as custom fields. |
Add documentation about mapping custom objects and custom links in AD snap-in development.
Based on and should be merged after #241
https://app.devrev.ai/devrev/works/ISS-179977