17
Views
3
Comments
What is 'InTab' Function ?
Question

Hi Everyone.
I have question.


What is 'intab' ??
This function for what ?
please let me know what is this. !

Thanks you.




Intab Function.png
2022-04-29 09-08-10
Pramod Torase

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.

2023-10-21 19-42-11
Tousif Khan
Champion

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 Regards
Tousif Khan

2020-09-21 11-35-56
Sachin Waghmare

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

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