Hello everybody,
In the subpanel CONTRACT ,i want to make the content of the fields ‘VIEW’ = url in the form of a text ‘Preview’
Use process_record hook and set your field name to the hyperlink you want to set. Something like below
$bean->preview = "<a href='YOURLINK'>See More</a>";