Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1000 Bytes

page-saverecord-method.md

File metadata and controls

33 lines (28 loc) · 1000 Bytes
title description ms.author ms.date ms.topic author ms.reviewer
Page.SaveRecord() Method
Saves the current record as if performed by the client.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Page.SaveRecord() Method

Version: Available or changed with runtime version 1.0.

Saves the current record as if performed by the client. If the record does not exist it is inserted, otherwise it is modified.

Syntax

 Page.SaveRecord()

Parameters

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

See Also

Page Data Type
Get Started with AL
Developing Extensions