Updated required application consent. Added missing "Record Creation Rules" to navigation#168
Open
metjuperry wants to merge 4 commits into
Open
Updated required application consent. Added missing "Record Creation Rules" to navigation#168metjuperry wants to merge 4 commits into
metjuperry wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/metjuperry/docs/sessions/ee9aba06-7ede-4e33-8312-a8ebc2628bf6 Co-authored-by: metjuperry <18303910+metjuperry@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds end-user/developer documentation for “Record Creation Rules” in the Utilities section and exposes the page in the VuePress sidebar navigation.
Changes:
- Introduces a new
Record Creation Rulesdocumentation page describing entities, behavior, and implementation components. - Adds the new page to the Utilities navigation in VuePress config.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/en/developer-guide/applications/utilities/record-creation-rules.md |
New documentation page for Record Creation Rules feature. |
src/.vuepress/config.js |
Adds the new doc page to the Utilities sidebar navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…-with-consent-links Modifying customizer guide for app consent dependencies
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 pull request primarily updates the documentation for required application consents in the
customizer-guide. It adds direct "Grant admin consent" links for various application registrations, clarifies dependencies between applications (especially for PCF controls), and introduces a new utility page in the sidebar navigation.Documentation improvements for application consent:
Clarification of application dependencies:
TALXIS - Clientapp, and includedTALXIS - Clientin the consent table. This ensures users are aware of all required consents for PCF controls. [1] [2] [3] [4] [5]Navigation update:
.vuepress/config.js.