Skip Forward
This attribute skips the part while navigating forward using right/bottom arrow key. The focus comes back to the part when the left/up arrow key is pressed from the next part. We have introduced a skip-forward capability at the Part level in display mode. Similar to the skip-forward function at the Field level, this feature allows the specified Part to be bypassed during forward navigation while ensuring it is accessible when navigating backward.
Syntax
[Part: <Part Name>]
Skip Forward : <Logical Expression>
The <Logical Expression> here means Yes or No
Example
[Part: TSPL Skip Forward Second Part]
Skip Forward : Yes
As a result, when the cursor is positioned on Part 1 and the user presses a key to navigate forward, the system will skip “TSPL Skip Forward Second Part” (Part 2) and move directly to Part 3. If the user wishes to access the skipped part, they can do so by using the backward navigation (e.g., backward arrow key) to return to “TSPL Skip Forward Second Part” (Part 2).