26
Views
3
Comments
Solved
Screen context - Mobile

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

2016-11-20 11-27-52
João Neves
Solution

GetBookmarkableURL in mobile apps is only available client-side. If you need that information server side you need to pass it explicitly.

2016-11-20 11-27-52
João Neves

Hi mariap,

The GetBookmarkableURL function is also available in mobile apps.

2023-04-28 15-56-03
inesp

João Neves wrote:

Hi mariap,

The GetBookmarkableURL function is also available in mobile apps.


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...

Thanks in advance


2016-11-20 11-27-52
João Neves
Solution

GetBookmarkableURL in mobile apps is only available client-side. If you need that information server side you need to pass it explicitly.

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