Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : 1489nnVuegUcMzzjMrI9Yq
FastTrack for Dynamics 365 forum
Suggested answer

Issue with Registering Step for Extending Copilot for Sales in Dynamics 365

Like (1) ShareShare
ReportReport
Posted on 10 Mar 2025 07:38:28 by 2
Hello @AMREEK SINGH
 

I followed the documentation for extending Copilot for Sales in Dynamics 365 and made the necessary code changes. While registering an assembly, I encountered an issue:

  • The SDK Message list does not display the name "msdyn_SalesExtendedSummaryProvider" when registering the step.
  • While troubleshooting, I found that the properties/fields of the entity have the following values:
    • isPrivate: true
    • workStepEnabled: false

My Questions:

  1. Could these properties be the reason why the SDK Message is not appearing in the list?
  2. Is there a way to update the entity (which is read-only)?
    • I attempted to modify it using a custom connector, Power Automate flow, and a plugin, but none were successful.
  3. Is this something Microsoft can update on their end?
  4. Any alternative solutions to register the step successfully?

Any insights or solutions would be greatly appreciated!


 
Categories:
  • Suggested answer
    Saif Ali Sabri Profile Picture
    1,478 Super User 2025 Season 1 on 19 Mar 2025 at 06:06:03
    Issue with Registering Step for Extending Copilot for Sales in Dynamics 365
    “AI was used in this reply”.
    The issue you are facing—where the SDK Message "msdyn_SalesExtendedSummaryProvider" does not appear in the list while registering the step—is likely due to the configuration settings of the Custom API you created. Based on the provided JSON data, here are the key potential causes and solutions:
    Possible Causes & Solutions:
    1. Custom API is Marked as Private ("isprivate": true)
      • Issue: The "isprivate": true property means that this Custom API is not available for use outside of its internal implementation.
      • Solution: Change this property to "isprivate": false so that the message is exposed and can be used in a plugin step.
      • How to Fix:
        1. Open Power Apps Maker Portal.
        2. Navigate to Solutions → Locate your solution.
        3. Open the Custom API (msdyn_SalesExtendedSummaryProvider).
        4. Set "Is Private" to No.
        5. Save and publish the changes.
    2. SDK Message is Not Workflow-Enabled ("workflowsdkstepenabled": false)
      • Issue: The "workflowsdkstepenabled": false setting means that the Custom API does not allow workflows, including plugin steps.
      • Solution: Set this property to true so that the API can be used in a plugin.
      • How to Fix:
        1. Open the Custom API record in Power Apps.
        2. Find the "Enable for Workflow" (or "Workflow SDK Step Enabled") setting.
        3. Change it to Yes.
        4. Save and publish the changes.
    3. Availability is Set to 0 ("availability": 0)
      • Issue: "availability": 0 means the Custom API is only available internally and not for external use in plugins.
      • Solution: Change Availability to 2 (Global).
      • How to Fix:
        1. Open the Custom API in Power Apps.
        2. Locate the Availability field.
        3. Change its value to 2 (Global).
        4. Save and publish.
    Final Steps to Verify the Fix:
    1. After making the above changes, publish all customizations.
    2. Close and reopen the Plugin Registration Tool.
    3. Try registering the step again and check if "msdyn_SalesExtendedSummaryProvider" appears in the list.
    These changes should resolve your issue and allow you to register the step successfully.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,333 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,307 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans
Loading complete