RequestPage.Update([Boolean]) Method

Version: Available or changed with runtime version 1.0.

Saves the current record and then updates the controls on the page. If you set the SaveRecord parameter to false, this method will not save the record before the page is updated.

Syntax

 RequestPage.Update([SaveRecord: Boolean])

Parameters

RequestPage
 Type: RequestPage
An instance of the RequestPage data type.

[Optional] SaveRecord
 Type: Boolean
Indicates if the current record is saved. To save the current record, set the value to true. If the value is set to false, the page is updated without saving the record.

See Also

RequestPage Data Type
Get Started with AL
Developing Extensions