Hello, I’m making a button that, when clicked, will redirect you to a custom page to print a document. I already have the page assigned to an entrypoint:
No matter what method i use to redirect, i can’t get rid of the # in the url. Anyone knows how to fix this? Or a different way to make a custom page with its url? thanks
The public is. If your server was correctly configured for SuiteCRM v8, you would not be seeing that word in your URLs. Fix that first and the legacy entry-points should work fine.
Review the installation instructions regarding web root and mod_rewrite.
From your other posts, I gather that you want to produce a view from this entry-point, but that is not what custom entrypoints are in SuiteCRM. So maybe it is working, the URL gets called and your code gets called, only it doesn’t work to produce a view (and never will)…