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
sfadm sfadmsfadm sfadm 

How to get the returned result from a method invoked in a trigger and send it to a custom VF page?

I have a custom VF page added to a section in a standard object layout.
I invoke my own method in beforeInsert() in the standard object.
The returned result from my method must be put in the custom VF page.
Please advise how to send the returned result from my method into my custom VF page?