After I login I am being redirected to the Default Homepage, I want to change this redirection to View Tasks Page. How can i achieve this?
Hello,
You can change it in your config_override.php
$sugar_config['default_module'] = 'Tasks';
2 Likes
How can I redirect to Create Task instead of View tasks
You will need to create a custom controller for this redirection from index to editview.