How to Hide/Unhide Row Table in RTF Template
You can Hide and Unhide Row Table in RTF Template of PeopleSoft by Use Conditional Region.
Example 1:
Check code at Tab Advance
Example 2: You want to hide text field when page id <> 1 by using a code of RTF template at properties.
<?xdofx:if PAGE_ID = 1 then ‘ ‘ else TEXT_FIELD end if?>