web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

CRM Sensitive error messages revealed

(0) ShareShare
ReportReport
Posted on by

When we use CRM API, can we hide the wrong stack information in the production environment.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Arun Vinoth Profile Picture
    11,615 Moderator on at

    You can use Failure callback handler & try catch block to capture the non-friendly errors/exceptions to give some user friendly alerts.

    Xrm.WebApi.createRecord("new_entity", data)
                   .then(
                       (success) => {
                           //do something
                       },
                       function (error) {
                           //debugger;
                           var alertStrings = {
                               confirmButtonLabel: "OK",
                               text: "Something went wrong. Please Contact Support team."
                           }
                           Xrm.Navigation.openAlertDialog(alertStrings)
                           .then(
                               function (result) { //successCallback
                               },
                               function (error) {  //errorCallback
                                   //console.log(error.message);
                               }
                           );
                       }
                   );

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans