How do I configure the URL with my domain name (site name) in a deep link?

1
How to set up a URL with my domain name (site name) in the deep link. If the application has a specific name, it can open on the website's domain name instead of the default environment.
asked
1 answers
0

You can use the GetApplicationURL Java Action from Community Commons. By default this returns in MendixCloud the domain.mendixcloud.com URL:

image.png

but you can change it in your Runtime settings (doc) to your website's domain. Hope this helps.

answered