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
CalledParameters
- value
- Type: boolean
A Boolean value that determines whether the loaded form can come from the pre-loaded form pool.
Return Value
Type: booleantrue if the form launched for this instance may come from the pre-loaded form pool; otherwise, false.
Community Additions
ADD
Show: