Hi Everyone.I have question.
What is 'intab' ??This function for what ?please let me know what is this. !Thanks you.
Hi,
On UserDashboard page there is input variable named InTab.
So when you are redirecting to that page you need to pass the value for that.
Regards,
Pramod.
Hello @Hyosang lee
This is a input parameter which is defined on your dashboard screen and if you go to your dashboard screen and see it has these properties
If mandatory property is set to true the if you set this screen as a destination anywhere it is mandatory to pass the value.
Coming back to your question, if we want to pass value from one screen to another we define input parameter.
And in your case if you want to understand where it is used just go to the dashboard screen and find the usage of the input by right click on it and go to find usage.
Not sure if you have created this screen so this is what you can do, and InTab is the name define.
I assume there might be some Tabs on your dashboard and from this input you are passing the tab index so that when you redirect to the dashboard screen you will see the desired tab.
I hope this helps
Best RegardsTousif Khan
Hello @Hyosang lee,
In addition to what other members explained, please read these documentation as well. I am sure you will get good understanding of this concept and may help you to relate with the answers.
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/navigation/pass_data_between_screens_with_input_parameters/?
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/handling_data/variables/input_parameter/?
Thanks,
Sachin