FormRun.defaultInitialQueryValuesOnCreate Method [AX 2012]
Enables or disables the application of default values from the query build range and query filters from an InitialQueryParameter query when the FormDataSource::Create method is called.
public boolean defaultInitialQueryValuesOnCreate([boolean value])
Run On
ClientParameters
- value
- Type: boolean
A Boolean value that determines whether the values of the query build ranges and query filters from the initial query should be used to apply default values when you create a record.
Return Value
Type: booleantrue if the values of the query build ranges and query filters from the initial query should be used to apply default values when you create a record; otherwise, false.
Community Additions
ADD
Show: