RenameTab()

Renames a tab on a screen.

Parameters

Screen_Id

SQL_VARCHAR(1024)

The ID of the screen that the tab belongs to.

Tab_Id

SQL_VARCHAR(1024)

The ID of the tab being renamed.

New_Tab_Name

SQL_VARCHAR(1024)

The new name for the tab.

Returns

If the procedure fails, it throws an exception.

Otherwise, the procedure returns a table with rows representing the renamed tab.