22
Views
2
Comments
Solved
Is there any action to create a URL for a Reactive web?
Question

For URL in Traditional web, we use GetEntryURL.

Is there any similar method for Reactive?

Solution

try this

"/" + GetEntryEspaceName() + "/ScreenName?InpParameter"+Val

or you can use 

GetOwnerURLPath()+ "/ScreenName?InpParameter"+Val


reference

https://www.outsystems.com/forums/discussion/61404/getentryurl-in-reactive-web/


Hi @sherwin
Thank you for answering my question!

Best regards

THOAN

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.