Show message after redirection

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 Customization

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 info@infotechbuddies.com

Thank you.

Spread the love

40 thoughts on “Show message after redirection

Leave a Reply

Your email address will not be published. Required fields are marked *