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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Issue with Xrm.Navigation.openFile - This attachment can not be opened on your device

(0) ShareShare
ReportReport
Posted on by 35

Hi,

we have issue with Xrm.Navigation.OpenFile.When I tried download anntation ther is error error = {errorCode: 2147873292, message: "This attachment can not be opened on your device.", code: 2147873292}. So, I tried to download simple base64 text "Man" as text/plain and there is still same error.

var file = {
                                    fileContent: 'TWFuIA==',
                                    fileName: 'test.txt',
                                    fileSize: 1,
                                    mimeType: 'text/plain'
                                };

                                Xrm.Navigation.openFile(file, 2).then(
                                    function(){
                                        console.log("Dialog was closed");
                                    },
                                    function(error){
                                        console.log("error: " + error);
                                    });

Could you help me?

I have the same question (0)
  • David Jennaway Profile Picture
    14,065 on at

    The code looks OK, so the issue may be with the settings on your device, as they may block file downloads

  • Suggested answer
    Vit Lachner Profile Picture
    35 on at

    Hi,

    sry, for my late answer to previous post. I have mistake in my code"

    bad: Xrm.Navigation.openFile(file, 2)

    correct: Xrm.Navigation.openFile(file, {openMode : 2 })

    Thanks

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Nagaraju_Matta Profile Picture

Nagaraju_Matta 123

#2
Hamza H Profile Picture

Hamza H 112 Super User 2026 Season 1

#3
Abhilash Warrier Profile Picture

Abhilash Warrier 70 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans