Explaination of an action in Onboarding solution: Script window.loadTasksTab = true
AnsweredI'm trying to understand the use of the 'Execute script' action that's in the onboarding solution. I see when it finishes that it goes to the display form with the 'Onboarding Tasks' tab active, but if that is what 'window.loadTasksTab' is doing, where do you get the name '.loadTasksTab'?
Just trying to understand for future use of this feature.
Thanks!
-
Hi Dale
"loadTasksTab" is a self defined name of a window variable.
We get it on the display form of the Recruitment Tracker list in a Form Load Action:
The effect you have already explained correctly: It will open directly the tab when the form is loaded an this window variable is set.
0 -
So, in the Recruitment Tracker Display - After-Form load that you show, is that condition simply used as a way to self-define that state to be used later? I suppose that you would just need to know to use the "window." prefix?
I see that it then does a 'delete window.loadTasksTab'. Apparently, that doesn't get rid of the definition, so wondering the purpose of this.
Thanks so much for the explanation.
0
Please sign in to leave a comment.
Comments
2 comments