1,030 questions with JavaScript API tags

Sort by: Updated
0 answers

Conditional disabling in datasheet view in sharepoint list

I created a datasheet view in sharepoint list. Now in this datasheet view I want to disable one column’s cell based on another column’s cell value. I thing using Java script is only solution for this. Could you help me how I can do that?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,123 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-27T06:03:24.89+00:00
ameneh maleki 46 Reputation points
0 answers

Script for Interface

Hello, I have virtual machine in azure with network interface, where I also added several additional IP addresses: For example 10.1.1.1, 10.1.1.2, 10.1.1.3 ... I have situation where I need to change IPs for this interface and do it quickly, Is it…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-24T11:03:59.9333333+00:00
immm 0 Reputation points
0 answers

How to setup test environment to test Outlook js addin on IOS platform?

We have a cloud solution Outlook js Addin which is supported on multiple platforms. We need to do automation testing on Outlook js Addin on IOS platform. We are looking for Automation Testing environment setup to test the addin. For IOS, Is it possible…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 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.
4,176 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,420 questions
Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
246 questions
asked 2025-01-23T11:10:59.4633333+00:00
Amulya K R 6 Reputation points
1 answer

Alternative way for the issue "Permissions Policy Violation: Microphone Not Allowed in Outlook Add-In"

Our team has encountered an issue with enabling the microphone while developing  outlook add in that has speech recognition as main feature. It appears that a recent update to Outlook on the web is blocking the usage of the microphone within extensions.…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,359 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 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.
4,176 questions
asked 2024-05-31T13:36:43.1133333+00:00
Shephin Philip 0 Reputation points
answered 2025-01-22T13:23:43.91+00:00
Müller, Martin 0 Reputation points
1 answer

disable the column based on another column value in datasheet view in sharepoint list

Hi I used below code to disable some columns in datasheet view in allitems.aspx in sharepoint list: <script> var updateViewerFields=[“column1”,”column2”,”column3”]; (function updateView() {     var overrideContext = {};    …

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,123 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-20T10:32:21.4866667+00:00
ameneh maleki 46 Reputation points
edited a comment 2025-01-22T07:24:43.74+00:00
Ling Zhou_MSFT 20,940 Reputation points Microsoft Vendor
1 answer

When will the new Outlook for Mac support Office Javascript API v1.14?

Our addin doesn't appear in new Outlook for Mac v16.92. We suspect it could be because Outlook for Mac only supports Office Javascript API up to v1.13 but our addin has its MinVersion set to 1.14 in the manifest. Plus, we enabled connected experiences in…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
526 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,420 questions
asked 2025-01-16T16:36:29.49+00:00
Mark 0 Reputation points
edited a comment 2025-01-22T06:41:16.73+00:00
ChristyZhang-MSFT 24,981 Reputation points Microsoft Vendor
0 answers

Can I use the Excel JavaScript API to a header image in the page layout?

I am trying to add a watermark using the header in the page layout of an Excel sheet. In API reference for Excel.HeaderFooter class there are properties for each header and footer section that can be set with the API. The API reference for the header…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-21T20:04:26.7833333+00:00
Ian 0 Reputation points
1 answer One of the answers was accepted by the question author.

Adding custom hover text using json to a MS List column

I found the below code online, and it is just what I've been looking for for some time. The problem I'm having with code is that if I change the name of the column to something other than "Description" the hover action won't work. It only works…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,566 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,222 questions
asked 2025-01-16T10:05:52.3666667+00:00
00100627 20 Reputation points
commented 2025-01-21T05:13:57.7533333+00:00
00100627 20 Reputation points
1 answer

Some extensions in my On-Prem Azure DevOps system are not visible

Hello Everyone, I have a problem with my Azure DevOps Server 2022.0.1 system. Some features or extensions are not visible on the front end of the tool. When you go to Project->Then queries, some commands and extensions are not visible. This is also…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,884 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-20T19:23:06.8133333+00:00
Tabotabo, Carl Christian 0 Reputation points
answered 2025-01-21T04:33:30.16+00:00
VarunTha 11,555 Reputation points Microsoft Vendor
3 answers

How to get Json Data from an external WEB API to an JQUery autosearch text box end point

Hi everybody: I have an external minimal Web API that produces a JSON object ( array) as per below. app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,755 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
367 questions
asked 2025-01-10T16:24:18.3033333+00:00
Jose Daniel Navarro Brito 61 Reputation points
commented 2025-01-21T01:30:16.5333333+00:00
Ping Ni-MSFT 4,815 Reputation points Microsoft Vendor
1 answer

Handling Input from QR Code Handheld Scanner

Hello everyone and thanks for the help in advance. I am developing a MVC page that accepts input from a handheld QR code scanner. What I would like to accomplish is to allow rapid input by setting the focus of the cursor and then using an onChange…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-20T20:26:08.3366667+00:00
Kmcnet 906 Reputation points
commented 2025-01-20T20:55:44.7033333+00:00
Kmcnet 906 Reputation points
0 answers

PowerPoint Office JS CustomXML API does not return all custom xml files

The PowerPoint javascript api property PowerPoint.Presentation.customXmlParts returns only part of the custom xml files. For example, all custom xml files saved by SharePoint are missing. Attached Script lab code below. In attachment is also image…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 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.
4,176 questions
asked 2025-01-20T10:52:37.18+00:00
Mikko Luomanperä 0 Reputation points
0 answers

Make MS Clarity track landing page variants

I'm using MS Clarity to track traffic on an Unbounce landing page. I have set up an a/b test on the landing page so there are two variants A and B. Currently Clarity only tracks the single page as if there aren't two variants. I need to know what I need…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2025-01-19T02:49:12.8133333+00:00
Claire Boston 0 Reputation points
2 answers One of the answers was accepted by the question author.

Issue with getAttachmentContentAsync in Outlook Event-based Add-in

I have developed an event-based Outlook add-in to handle the OnMessageSend event. My goal is to access the attachment content when the event is triggered. The getAttachmentsAsync method works fine; I can retrieve details like attachment name, ID, and…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 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.
4,176 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,420 questions
asked 2025-01-08T04:52:41.3766667+00:00
Diluka Hewage 56 Reputation points
edited the question 2025-01-17T05:20:47+00:00
Joan Hua-MSFT 3,965 Reputation points Microsoft Vendor
2 answers

Validate file content type for txt, log, JSON file in C#

public static bool IsFileValid(IFormFile file) { using (var reader = new BinaryReader(file.OpenReadStream())) { var signatures = _fileSignatures.Values.SelectMany(x => x).ToList(); // flatten all signatures to single list var headerBytes =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,066 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,755 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,576 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,237 questions
asked 2025-01-08T17:16:17.0733333+00:00
Surajit Kumar Shah 0 Reputation points
commented 2025-01-09T01:01:29.8133333+00:00
SurferOnWww 3,806 Reputation points
1 answer

Unable to Deploy Add-in in Admin Center After Adding SSO Code

I created a Word add-in that requires SSO for necessary permissions. When I tested it in Word online, I successfully added my manifest without errors, and the functions worked correctly. However, upon uploading my manifest file to the Microsoft 365 Admin…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 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.
4,176 questions
asked 2024-06-07T14:12:52.51+00:00
s w 105 Reputation points
answered 2025-01-08T01:49:38.3633333+00:00
Michael Taglione 0 Reputation points
0 answers

Handling office.js worksheet import issues with "extension hardening" level 2

Hello, we stumbled upon a problem with our Excel Add-in recently and are a little stumped. We are creating excel worksheets using Excel.createWorkbook() and insertWorksheetsFromBase64() to import data from a third party API into excel. For security…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,107 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 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.
4,176 questions
asked 2025-01-06T12:28:28.02+00:00
Thiemo Reichard 0 Reputation points
edited a comment 2025-01-07T08:55:20.11+00:00
Emi Zhang-MSFT 27,396 Reputation points Microsoft Vendor
1 answer

Access denied when trying to remove Outlook Add-in

I have an Outlook Add-in that has been approved by my organisation. I can add it. However, when I removed it within outlook it says there was difficulty removing the Add-in. The actual response I can see is a 403 access denied error. Is it possible that…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,359 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,773 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,645 questions
asked 2024-12-30T20:35:38.79+00:00
John Moore 0 Reputation points
commented 2025-01-03T09:49:53.47+00:00
Jake Zhang-MSFT 8,400 Reputation points Microsoft Vendor
0 answers

Issue with Appearance Detection (dark, light, system) in Outlook Desktop (MacOS) Using Office Add-in API

Problem with Office.context.officeTheme Not Detecting Appearance Settings in Outlook Desktop (MacOS) I am experiencing an issue with the Office.context.officeTheme API when trying to detect the theme (light or dark) in my Outlook add-in running on…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2024-12-27T09:32:52.9333333+00:00
Muhammad Umair 0 Reputation points
1 answer

I'm not able to access create visual on page object as mentioned in document: https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/create-add-visual

https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/create-add-visual I'm referring above document and below is my code and error: My Error: Error adding visual to report: Error: createVisual method is not available on the page object…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,030 questions
asked 2024-11-08T08:37:56.5966667+00:00
cii dev 0 Reputation points
answered 2024-12-21T16:47:12.5833333+00:00
Ignacio Gomez 0 Reputation points