Skip to content

Conversation

@edwardUL99
Copy link
Contributor

@edwardUL99 edwardUL99 commented Nov 10, 2025

This PR adds a new feature in the AL feedback app to set a custom question which OCV will render at the top of their feedback dialog. Only one custom question is supported. They still render a comment box underneath the custom question.

Closes #5444
Fixes AB#611422

@edwardUL99 edwardUL99 marked this pull request as ready for review November 19, 2025 16:55
@edwardUL99 edwardUL99 requested a review from a team as a code owner November 19, 2025 16:55
@edwardUL99
Copy link
Contributor Author

Hi @JesperSchulz, could I get a review on this? :)Hi @JesperSchulz, could I get a review on this? :)

Feedback: Codeunit Feedback;
IsAIFeedback: Boolean;
CustomQuestionSet: Boolean;
_QuestionText: Text;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use "_" as variable prefix in AL.

Copy link
Contributor

@JesperSchulz JesperSchulz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor thing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Add support for new OCV api from platform

4 participants