Skip to main content

Notifications

Announcements

No record found.

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

Dynamics 365 Personal view show error msg in UCI

(0) ShareShare
ReportReport
Posted on by 15

Hi,

I created the Personal View with 5000 recods from javascript as per below:

<fetch mapping="logical" distinct="true">
       <entity name="account">
          <attribute name="accountid" />
          <attribute name="name" />
          <filter>
             <condition attribute="accountid" operator="in">
                <value>001943ea-e263-e611-8158-00155d002810</value>
                <value>0071e4ea-bd9b-e611-8163-00155d002810</value>
                <value>00c32774-1c8f-e611-8161-00155d002810</value>
                <value>00d513fa-f0bb-e611-8169-00155d002810</value>
                <value>....</value>
                <value>....</value>
                <value>....</value>
             </condition>
          </filter>
       </entity>
    </fetch>

Wheni open the saved Personal view from advanced find then it shows me the  records. But when i open the  Personal View from the Account Grid then it shows me below error:

personal view 0x80072500 Invalid URI: The Uri string is too long fetch xml.

Thanks In advance

SHalinee

  • Suggested answer
    Bipin D365 Profile Picture
    Bipin D365 28,959 Super User 2024 Season 1 on at
    RE: Dynamics 365 Personal view show error msg in UCI

    Hi,

    Try to update the filter criteria with minimal conditions. If fetchxml string length is more CRM throws error. I would recommend to update your fetchxml with different filter criteria like Createdon older than x months or think of any other filter condition which will minimize the length of the fetchxml string.

    If found helpful, Please mark my answer verified.

  • RE: Dynamics 365 Personal view show error msg in UCI

    Hi,

    I am having the 10000 records out of 10000 records i choosen the 7000 to play around on that created a Personal view fextchxml using the javascript code.

    By code it is working but i select the created personal view from the grid it shows me the error

  • LeoAlt Profile Picture
    LeoAlt 16,331 on at
    RE: Dynamics 365 Personal view show error msg in UCI

    Hi Partner,

    As the error message said, your fetch xml is too long when requesting the page.

    When loading the entity list, D365 will request data by passing fetch xml in header.

    pastedimage1594193495142v1.png

    And your fetch xml is to long and caused this error.

    May I know  your complete requirement so that we could find other way to improvement the operation.

    Regards,

    Leo

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans