Table of Contents

OpenPage Procedure

Codeunit WS Debug Mgt.

Opens the Parameter list for manual input.

Overloads

Name Description
OpenPage(Boolean): Boolean Opens the Parameter list for manual input.
OpenPage(Boolean; Text[100]): Boolean Opens the Parameter list for manual input.

OpenPage(Boolean) Procedure

Opens the Parameter list for manual input.

Signature

OpenPage(EditMode: Boolean) : Boolean

Parameters

EditMode Boolean

true to open the list in editable input mode, false to open the list read only.

Returns

Boolean

true if the page is closed with the OK button, otherwise false.

OpenPage(Boolean; Text[100]) Procedure

Opens the Parameter list for manual input.

Signature

OpenPage(EditMode: Boolean; FunctionName: Text[100]) : Boolean

Parameters

EditMode Boolean

true to open the list in editable input mode, false to open the list read only.

FunctionName Text[100]

The name of the WS Function to test. This is used to identify the function element when importing Payload.

Returns

Boolean

true if the page is closed with the OK button, otherwise false.

This documentation is generated from Smart Toolbox v27.1