xArgs.allowUseOfPreloadedForm Method [AX 2012]

Determines if the form launched for this instance may come from the pre-loaded form pool.

public boolean allowUseOfPreloadedForm([boolean value])

Run On

Called

Parameters

value
Type: boolean
A Boolean value that determines whether the loaded form can come from the pre-loaded form pool.

Return Value

Type: boolean
true if the form launched for this instance may come from the pre-loaded form pool; otherwise, false.

Use of a pre-loaded form is permitted by default. Set this to false only if there are undesired side-effects from the use of a pre-loaded form.

Community Additions

ADD
Show: