Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[27.0] Add AL support for OCV feedback API (#4903)#5117

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
edwardUL99 wants to merge1 commit intoreleases/27.0
base:releases/27.0
Choose a base branch
Loading
fromprivate/eddylynch/uptake_ocv_al-on-releases-27.0

Conversation

@edwardUL99
Copy link
Contributor

@edwardUL99edwardUL99 commentedOct 10, 2025
edited by github-actionsbot
Loading

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 offeedback to OCV:- **RequestFeedback**: Request general feedback for a feature, (orcopilot feature). Also allows specifying an OCV sub-area (featureAreaparameter). Allows the user to select if it is like, dislike, or asuggestion- **RequestLikeFeedback**: Requests feedback for a feature, (or copilotfeature) when the user likes the feature. Also allows specifying an OCVsub-area (featureArea parameter).**RequestDislikeFeedback**: Requests feedback for a feature, (or copilotfeature) when the user dislikes the feature. Also allows specifying anOCV 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 atrigger 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. Thistakes the activityName parameter for the trigger associated with the OCVsurvey.#### Work Item(s) <!-- Add the issue number here after the #. The issueneeds to be open and approved. Submitting PRs with no linked issues orunapproved 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>
Copy link
Contributor

@onbuyukaonbuyuka left a comment

Choose a reason for hiding this comment

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

This PR will not trigger a hotfix pipeline because the work item is not a bug and is not attached to an ICM. I don't see any reason this should be hotfixed too, no urgency imo. 27.x PR should be enough, then it will be available with 27.1

@edwardUL99edwardUL99 marked this pull request as draftOctober 13, 2025 10:38
"id": "f7964d32-7685-400f-8297-4bc17d0aab0e",
"name": "Microsoft User Feedback",
"publisher": "Microsoft",
"version": "28.0.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be 27.0.0.0

"dependencies": [
],
"screenshots": [],
"platform": "28.0.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be 27.0.0.0

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

Reviewers

@aholstrup1aholstrup1aholstrup1 left review comments

@onbuyukaonbuyukaonbuyuka requested changes

@darjoodarjooAwaiting requested review from darjoo

@JesperSchulzJesperSchulzAwaiting requested review from JesperSchulz

Requested changes must be addressed to merge this pull request.

Assignees

@edwardUL99edwardUL99

Projects

None yet

Milestone

Version 27.0

Development

Successfully merging this pull request may close these issues.

4 participants

@edwardUL99@onbuyuka@aholstrup1

[8]ページ先頭

©2009-2025 Movatter.jp