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
sabamonasabamona 

Lookup Filter javascript error

I have a custom object with lookup fields (field Account and field Contact).

I need Contact to be dependent on field Account and I need to create a visualforce page related to my custom object. The page works fine when the lookup fields are not dependent (I don't have filters on field Contact). But when I define filter (on field Contact) it stops working, I get javascript error when I click in the lookup icon of field Contact.

It always works fine (with and without filters) in the out-of-the-box screen.

cwall_sfdccwall_sfdc

What's the Javascript error?

sabamonasabamona

Object required on IE, looks like a null value is being passed in one of the js methods on the lookup..