FormObjectSet.create Method [AX 2012]

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.create method, which creates a new record in the data source.

public void create([boolean append])

Run On

Client

Parameters

append
Type: boolean
A Boolean flag that indicates whether to insert the record after or before the current cursor position; optional. If the value is true, the new record is inserted after the current one.

Community Additions

ADD
Show: