Detail View?

Hello everybody,
Is it possible in your opinion to insert the SugarApplication::appendErrorMessage in the detail view?

You can modify the view on custom folder or you can use a logic hook to display the message

This is the line you need to add:

SugarApplication::appendErrorMessage(‘MY MESSAGE’);

Regards