Coder Social home page Coder Social logo

Comments (7)

RaveendraReshma avatar RaveendraReshma commented on August 10, 2024

To shorten the above,

Issue: Send button not displaying verify button popup and preventing smart alert task pane from opening

Issue Description:
Upon clicking on the "Send" button of Outlook, the expected behavior is to display a "Verify" button popup. However, the current behavior is showing a "Don't Send" popup instead, which prevents the smart alert task pane from opening.

Expected Behavior:
After clicking the "Send" button, a popup should appear prompting the user to verify the email address using the "Verify" button. Once verified, control should be transferred to the smart alert task pane.

from office-js.

neprasad-microsoft avatar neprasad-microsoft commented on August 10, 2024

Hi @RaveendraReshma
Could you paste the event.completed code from your add-in here? Or if possible share it in a private repo and give exextoc access.
Also, please reproduce the issue and collect logs. Steps to collect logs is captured here - https://github.com/OfficeDev/office-js/wiki/Collecting-log-files-for-Outlook-Add%E2%80%90ins-issues

from office-js.

RaveendraReshma avatar RaveendraReshma commented on August 10, 2024

@neprasad-microsoft

  1. The incident id for mac - GMTD59HT

  2. below is the event.completed code on onSendEvent

event.completed({
allowEvent: false,
errorMessage: "Please verify.",
commandId: "appOrgTaskPaneButton",
cancelLabel: "Verify",
});
}

from office-js.

neprasad-microsoft avatar neprasad-microsoft commented on August 10, 2024

Hi @RaveendraReshma
We tried with this event.completed code and were still unable to repro this issue. Please share your manifest with us so that we can sideload the add-in and debug to see what the issue is.

from office-js.

RaveendraReshma avatar RaveendraReshma commented on August 10, 2024

@neprasad-microsoft

please find below the manifest file
Manifest.txt

from office-js.

DivyaPatidar avatar DivyaPatidar commented on August 10, 2024

@RaveendraReshma The manifest you provided has localhost URLs thus it won't work for us. Is it possible for you to share manifest with actual URLs or sample add-in code where this issue repros for you?

from office-js.

RaveendraReshma avatar RaveendraReshma commented on August 10, 2024

@DivyaPatidar

The smart alerts is now working for both the send events.

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.