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