Activation rule for Word addins #640
Unanswered
Diego Santos (diegosps)
asked this question in
Q&A
Replies: 1 comment
|
Diego Santos (@diegosps) Do you have multiple add-ins, or do you just have one add-in? If you have multiple add-ins, do you install all of them for your end users? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there something equivalent to https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/activation-rules
regarding word addins?
My user as access to different site collections in sharepoint online. Each collection should runs a specific version of my word addin.
If I want to show only the specific addins of that site collection, what would be the best approach?
So far, the best I got was to put a business rule in the ribbon button and only let the one that I want for that site collection work. But this way the user can see multiple buttons if he have access to multiple sites.
All reactions