Skip to content

Conversation

edwardUL99
Copy link
Contributor

@edwardUL99 edwardUL99 commented Oct 10, 2025

Summary This PR adds the following API to allow AL code request submission of feedback to OCV:

  • RequestFeedback: Request general feedback for a feature, (or copilot feature). Also allows specifying an OCV sub-area (featureArea parameter). Allows the user to select if it is like, dislike, or a suggestion
  • RequestLikeFeedback: Requests feedback for a feature, (or copilot feature) when the user likes the feature. Also allows specifying an OCV sub-area (featureArea parameter).
    RequestDislikeFeedback: Requests feedback for a feature, (or copilot feature) when the user dislikes the feature. Also allows specifying an OCV sub-area (featureArea parameter).
    SurveyTimerActivity: OCV provides a concept surrounding usage time, for example if a user has used a feature for 300 seconds. They provide a trigger name associated with the survey as the activityName parameter, and start whether to start or end the timer
    SurveyTriggerActivity: OCV also provides a non-timer based trigger, which could be for example, a signal that a user pressed a button. This takes the activityName parameter for the trigger associated with the OCV survey.

Work Item(s)

Fixes
AB#609310


Summary

Work Item(s)

Fixes #

#### Summary <!-- Provide a general summary of your changes -->
This PR adds the following API to allow AL code request submission of
feedback to OCV:
- **RequestFeedback**: Request general feedback for a feature, (or
copilot feature). Also allows specifying an OCV sub-area (featureArea
parameter). Allows the user to select if it is like, dislike, or a
suggestion
- **RequestLikeFeedback**: Requests feedback for a feature, (or copilot
feature) when the user likes the feature. Also allows specifying an OCV
sub-area (featureArea parameter).
**RequestDislikeFeedback**: Requests feedback for a feature, (or copilot
feature) when the user dislikes the feature. Also allows specifying an
OCV sub-area (featureArea parameter).
**SurveyTimerActivity**: OCV provides a concept surrounding usage time,
for example if a user has used a feature for 300 seconds. They provide a
trigger name associated with the survey as the activityName parameter,
and start whether to start or end the timer
**SurveyTriggerActivity**: OCV also provides a non-timer based trigger,
which could be for example, a signal that a user pressed a button. This
takes the activityName parameter for the trigger associated with the OCV
survey.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#609310](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/609310)

---------

Co-authored-by: Eddy Lynch <eddylynch@microsoft.com>
@edwardUL99 edwardUL99 added this to the Version 27.1 milestone Oct 10, 2025
@edwardUL99 edwardUL99 self-assigned this Oct 10, 2025
@edwardUL99 edwardUL99 requested review from a team as code owners October 10, 2025 14:10
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.

1 participant