Members


<inner> When we change field {string} to {string}

Description

Changes the specified field to the provided value

Parameters
Name Type Description
field string

name of the target field

text string

the new value of the field

Examples
When we change field "Name" to "John"

<inner> When we modify field {string} to {string}

Description

Changes the value of specified field to the provided one. Works also for fields with ValueHelp where the value will be selected in the ValueHelp popup or dialog. In case of ValueHelp dialogs with multiple columns, the text lookup is performed only in the first column.

Parameters
Name Type Description
field string

name of the target field

text string

the new value of the field

Examples
When we modify field "Editing Status" to "All"

<inner> When we change the header field {string} to {string}

Description

Changes the specified field located in the header section of an ObjectPage to the provided value

Parameters
Name Type Description
field string

name of the target field

text string

the new value of the field

Examples
When we change the header field "Name" to "John"

<inner> When we change the identification field {string} to {string}

Description

Changes the specified identification field of an ObjectPage to the provided value

Parameters
Name Type Description
field string

name of the target field

text string

the new value of the field

Examples
When we change the identification field "Product" to "cucumber"

<inner> When we change the field {string} in group {string} to {string}

Description

Changes the specified field located in the named field group of an ObjectPage to the provided value

Parameters
Name Type Description
field string

name of the target field

group string

name of the group

text string

the new value of the field

Examples
When we change the field "Description" in group "General" to "product description"

<inner> When we change the field {string} in the last row of table in section {string} to {string}

Description

Changes the specified field located in the last row of the LineItem table located in the named section of an ObjectPage to the provided value

Parameters
Name Type Description
field string

name of the target field

section string

name of the section where the target LineItem table is located

text string

the new value of the field

Examples
When we change the field "Flight Price" in the last row of table in section "Bookings" to "99"

<inner> When we enter in the prompt {string}

Description

Changes the current prompt (active dialog) to the specified value

Parameters
Name Type Description
value string

the new value to set in the prompt. For numeric prompts the value will be converted automatically to number

Examples
When we enter in the prompt "100"