Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Technical Details Error Code: -2147015424

Posted on by 5

Hi Team,

App was working fine, I was playing around with ribbon work bench to add new button in the form.

Not sure what changes I did, now am not able to open details to open the form in Run time.

pastedimage1592237094001v1.png

Please help me how to resolve this.

Thanks in advance

Radha

  • Suggested answer
    RE: Technical Details Error Code: -2147015424

    Hello,

    Looking at error message, it seems you might have added incorrect syntax during the ribbon customizations. You can export the default solution and in customizations.xml, look for any action or changes that you did and has syntax - "\" and then update xml to "/"

    For example- Let's say, I made some ribbon customizations and one of action contains this syntax -

    <Actions>
    <JavaScriptFunction FunctionName="XYZ"
    Library="$webresource:new_\javascript\XYZ.js" />
    </Actions>

    So, in order to resolve the issue, you would need to update the XML -

    <Actions>
    <JavaScriptFunction FunctionName="XYZ"
    Library="$webresource:new_/javascript/XYZ.js" />
    </Actions>

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans