Solved

Execute process flow upon loading screen


Userlevel 2
Badge +3

Hello everyone,

I'm trying to realize the following; upon log on of the user, the user gets presented a more or less personalized dashboard. The dashboard contains, among other things, a list of notes (made by other users) that are assigned to the user.

In order to get this done, we need to execute a process flow or system flow that fires a tsf_notify at some point. Is there a way to fire a flow when a screen loads or is loaded? Is there some "done loading" event that can be observed or hooked into? Can a screen, for instance, be configured for auto refresh, as a refresh event can fire a flow. We could make the flow stop the refresh, so the refresh only happens once. Just a thought.

What would be the proper way to go about this?

Thanks in advance,
- Alex.

icon

Best answer by Alex Kerschkamp 23 June 2022, 13:27

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +23

Hi Alex,

Not sure what the tsf_notify should do but you can indeed use the Badge logic for this. Just make sure that the user does not continuously get notified 😋

Userlevel 2
Badge +3

Alright, thinking about this, I came to the conclusion that badges could very well be used for this. When the number to be shown in a badge is greater than 0, tsf_notify can be invoked. Problem solved 😊 That is the idea, at least.