Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Xrm.Navigation.openAlertDialog popup not visible completly

(0) ShareShare
ReportReport
Posted on by 20

I am trying to show alert message after uploading file. We just upgraded the CRM version to 9.1. So using  Xrm.Navigation.openAlertDialog to show success message after uploading file. But unable to see text from alert box. Below is the code for the same:


function showAlertBox(){
var alertStrings = { confirmButtonLabel: "Yes", text: "This is an alert.", title: "Sample title" };
var alertOptions = { height: 300, width: 500 };
Xrm.Navigation.openAlertDialog(alertStrings, alertOptions).then(
function (success) {
console.log("Alert dialog closed");
},
function (error) {
console.log(error.message);
}
);
}

pastedimage1658841032818v1.png

  • deepchaudhari199737@gmail.com Profile Picture
    20 on at
    RE: Xrm.Navigation.openAlertDialog popup not visible completly

    Yes that's true. Thus I used Alert.js instead of this.

  • Suggested answer
    Bipin D365 Profile Picture
    28,981 Moderator on at
    RE: Xrm.Navigation.openAlertDialog popup not visible completly

    Hi,

    This client api is only supported in UCI but not in classic web .

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 225 Super User 2025 Season 1

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 93

#3
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 82 Super User 2025 Season 1

Overall leaderboard

Product updates

Dynamics 365 release plans