You need to sign in to do that
Don't have an account?

Reference visualforce page in apex trigger
Hi,
We installed a managed package in our org which includes visualforce page components. One of the pages displays a field called 'Total Account Value' but this is not being stored. Is it possible to use this field in creating triggers when you can only access this field from a visualforce page?
We installed a managed package in our org which includes visualforce page components. One of the pages displays a field called 'Total Account Value' but this is not being stored. Is it possible to use this field in creating triggers when you can only access this field from a visualforce page?
However, in your case it might be that it is only a piece of info displayed on the VF page and not stored in the database. If it is not stored, eventually you will not be able to access in triggers.