when i use External URL and i give it a url that i want to navigate to, the module name is added before the given url
/Module_name/'The given url/'
Hi Muhamed,
If you want to redirect to a different module you should use the following function:
If you want to redirect to the same module you should use the screen you want to redirect.
If you want to redirect to a different page, google for example, you should put all the url:
Hope it helps!
Cheers!
Tiago Gomes wrote:
Thank you Tiago
You have to provide URl LIke-
../moduleName/pagename.aspx
Rahul Sahu wrote:
Thank you Rahul
Hi Muhammad,
if you are passing URL as mentioned below it should work.
can u please share sample oml for test if possible.
Regards,
Shoeb
Are you checking if the URL is prefixed with a protocol?
http://thegivenurl or https://thegivenurl
If you write only the domain, it will be interpreted as a page in the same folder.
Nuno Reis wrote:
Thank you Nuno