Show message after redirection

SugarCRM, SuiteCRM Navin Rakhonde
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>'); After…
Read More