Automatically open a task pane when an add-in is installed

Harsha Vardhan Reddy 0 Reputation points
2024-03-27T01:01:38.7766667+00:00

Hi Team,

We have requirement where the task pane should open automatically when any word document is opened.

We have developed custom word add-in and the manifest.xml file is deployed under Microsoft Admin Center --> Integrated Apps

and Custom developed solution is deployed under the Azure web app and

Tried adding the below xml in manifest.xml file under admin center

<Action xsi:type="ShowTaskpane"> <TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId> <SourceLocation resid="Contoso.Taskpane.Url" /> </Action>

Added the below code index.tsx and taskpane.ts file

Office.context.document.settings.set("Office.AutoShowTaskpaneWithDocument", true); Office.context.document.settings.saveAsync();

When we run the add-in local environment using "npm start" then task pane opens automatically But after deploying with above changes the task pane not opening automatically. Are we missing anything, PFB the reference article we have tried.

https://learn.microsoft.com/en-us/office/dev/add-ins/develop/automatically-open-on-installation?source=recommendations

https://learn.microsoft.com/en-us/office/dev/add-ins/develop/automatically-open-a-task-pane-with-a-document

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
666 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,508 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
893 questions
0 comments No comments
{count} votes