Can you please tell me How can we reate Custom routes in SuiteCRM 8
Check out the current documentation. It does mention creating custom routes. Hope that helps.
I have seen, but there is only about the front-end, it does not say how to go to the routes file
Can you be more specific (routes refers to a number of things heh). What you trying to achieve?
Looking for API routes, then documentation here for custom routes.
[Thank you for response me Thank you so much]
(http://localhost/SuiteCRM-7.12.5/index.php?module=Accounts&action=echo)
In SuiteCRM 7.12 if we hit this url the echo action will call which is in Accounts module But i want do same in SuiteCRM 8
You should be able to use the following URL pathway to access custom actions.
{suitecrm_url}/#/accounts/echo
it’s not working i already checked this