Let’s alert user a message after redirection to any view.
Following piece of code will show a message at the top of the view you have redirected user to.
SugarApplication::appendErrorMessage(‘You have been redirected here because ….’);
If you dont know how to redirect user to a certain view,
SugarApplication::redirect(‘index.php?module=<MODULE_NAME>&action=<ACTION>&record=<RECORD_ID>’);

Hope you find this blog post helpful.
Feel free to add comments and queries, that helps us to improve the quality of posts.
You can contact us at [email protected]
Thank you.