Hi.
Is there an equivalent of "GetBookmarkableURL()" web function for mobile apps, in order to get some screen context (for audit reasons)?
Thanks in advance
GetBookmarkableURL in mobile apps is only available client-side. If you need that information server side you need to pass it explicitly.
Hi mariap,
The GetBookmarkableURL function is also available in mobile apps.
João Neves wrote:
Hi João.
First of all, sorry for the late reply.
I can use the function OnInitialize actions, but it doesn't work inside 'Fetch Data from other sources' or any server actions. Is this a bug or is it default behavior?
I am asking this because some of my server actions have log logic and I need to keep track of the screen somehow...