npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kunterbunt/teams-integration-enabler

v1.0.3

Published

Enable or disable Microsoft Teams integration on standard and custom Dataverse tables.

Readme

TeamsIntegrationEnabler

In the Sales Hub App, App Settings, Chat and Collaborate, you will find the option to Turn on linking of Dynamics 365 records to Microsoft Teams channels. While the 3 switch interface of this section is easy to use, it will only enable this feature for a fixed set of tables.

You can disable these preset tables as well as enable it for custom tables and many OOTB tables with Web API requests. Since this requires extra tools and additional preparation time, this tool shall help you to perform these actions more easily.

Prerequisites

  • You need to have the solution msdynce_OfficeProductivity installed in your environment. This solution seems to be preinstalled if either Customer Service, Sales or Marketing apps are installed.
  • Make sure to turn on Turn on linking of Dynamics 365 records to Microsoft Teams channels, for example in Sales Hub App, App Settings, Chat and Collaborate. This will ensure the feature itself is active as well as enabled the standard set of tables.

Step by step

"Teams Integration Enabler" is available for both XrmToolbox and Power Platform Toolbox, screenshots below are for both tools as well.

  1. Load the tables and find the table you are looking to enable/disable. There is a search box at the top to help you.
    images/Step1.jpg
    images/PPTB_Step1.jpg
  2. Now use the Enable/Disable buttons to change the status of the Teams Integration for the given table.
    images/Step2.jpg
    images/PPTB_Step2.jpg
  3. After reloading, the colorcoding will show you the current status of the feature. (Please check the know issues section!)
    images/Step3.jpg
    images/PPTB_Step3.jpg
  4. If you chose to enable the Teams Feature for a table and as a whole in Chat and Collaborate you should now find the Collaborate button in the ribbon of a form for existing records of that table. If you don't, make sure to use clear cache refresh, Publish all Customization and Regenerate Ribbon Metadata; as usual the ribbon might be stubborn to update its contents.
  5. If you have the table in question in a solution with Include table metadata enabled, the status of the Teams Integration will be transported to other environments with the solution.

Known issues

  • The msdyn_SetTeamsDocumentStatus action reports success before the new status is reflected in metadata, this can lead to tables still showing a wrong status after the refresh. Testing showed that the metadata will correct within one minute, use the Load Tables button to refresh it. images/PPTB_KnownIssue.jpg images/PPTB_Step3.jpg
  • The msdyn_SetTeamsDocumentStatus action reports success for all(?) tables, even for uncustomizable tables like activityparty. Since the action reports success, so will this tool, however those tables will never change their teams feature status no matter how often you use Load Tables.