function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Phuc Nguyen 18Phuc Nguyen 18 

Fetch lookup filter information LWC

Hello All,
I have a custom Lookup component  - LWC
I need to ge the filter information for any lookups that has an active filter
Tried using Schema.DescribeFieldResult but no luck.  Anyone know how I can return the filter information?
Thanks,
P
AnudeepAnudeep (Salesforce Developers) 
There is an idea around this (Apex API to get lookup filter criteria) 

Also, NamedFilter has this information
Phuc Nguyen 18Phuc Nguyen 18
Thanks for the reply Anudeep.  I believe the NamedFilter Metadat is only available for for API 30 and earlier,