Skip to main content

Notifications

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?

  • Suggested answer
    Vit Lachner Profile Picture
    35 on at
    RE: Issue with Xrm.Navigation.openFile - This attachment can not be opened on your device

    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

  • David Jennaway Profile Picture
    14,063 on at
    RE: Issue with Xrm.Navigation.openFile - This attachment can not be opened on your device

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

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,302 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,108 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans