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
VintaraVintara 

"Visualforce page does not have valid controller for use with action" on packaged custom object.

Trying to figure out why our actions are not being included in our package. On a clean org that has the package installed, if I try to create an action that opens a visualforce page from the package, I see the error "Visualforce page does not have valid controller for use with action" with no further explination. I can not find this message referenced anywhere online.
William TranWilliam Tran
It looks like controller and action does not match.  Can you give specific examples in what you are trying to do?

Thx
VintaraVintara
I can't really provide an example without setting up an org and test package just for that purpose. The action works fine in the dev org, but it is for some reason not incluided in the package and can not be recreated on another org with the package installed.