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
we-mpwe-mp 

Unknown property error

Hello, 

 

I have created a Managed Beta package using Developer Account A.  When I install and try to run a VF page from this package in Developer Account B, I get the following error:

 

Unknown property 'WE_package__WECustomObject__cStandardController.WECustomObject__c'

 

The error seems to be originating from an HTML <table> component I have on the page.  I assume this because in Developer Account B when I view the VF page code, the namespace prefix for the package has not been added to the <table> elements where WECustomObject__c fields are used.

 

I have tried to modify the VF page on Developer Account A using the entire namespace prefix in the <table> elements, but that doesn't compile.

 

I am looking for some ideas on how to fix this

 

Thanks.