1. Start recording. If necessary Pause
recording to activate the required window and then Resume
.
2. In the Recording Activity Dialog
click Advanced
and choose DynamicsNAVFastTabs
rule.
3. Then click on this rule and click on the content pane title.
![](/Support/Attachment/87606.aspx)
4. Finish recording. Rapise should add the object of type DynamicsNAVFastTabs
to the object tree.
![](/Support/Attachment/87607.aspx)
![](/Support/Attachment/87609.aspx)
5. Now you can add a test step. In RVL it will look as
![](/Support/Attachment/87610.aspx)
DoSelectTab
action has just one parameter tabName
. Specify it to activate a tab you need.
In JavaScript it looks as
SeS('Sales_Order').DoSelectTab("Prepayment");
Here is a short video of the process described above.
![](/Support/Attachment/87611.aspx)