want to fetch url of current apps sign in page

1
working on a requirement where by clicking a button the url of current app’s sign in page should appear in the designated text box how can we achieve this ?
asked
1 answers
2

Hi Chethan,

You can retrieve the current application URL using the GetApplicationUrl java action in the community commons module. All you need to do is add the path to the login page to it and change the text attribute to the combined url.

 

Edit:

You can change the attribute in a change object action, just make sure you set “Refresh in client” to “Yes”

answered