Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes various translation forms.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public Object initializeTranslationForm([boolean _launchDetailsForm, boolean _allowEdit])
Microsoft Dynamics AX 2012 R2 (SYS)
private void initializeTranslationForm([boolean _launchDetailsForm, boolean _allowEdit])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void initializeTranslationForm([boolean _launchDetailsForm, boolean _allowEdit])
Microsoft Dynamics AX 2012 (FPK)
private void initializeTranslationForm([boolean _launchDetailsForm, boolean _allowEdit])
Microsoft Dynamics AX 2012 (SYS)
private void initializeTranslationForm([boolean _launchDetailsForm, boolean _allowEdit])
Run On
Called
Parameters
- _launchDetailsForm
Type: boolean
True for launching details translation form; otherwise, false.
- _allowEdit
Type: boolean
A boolean indicating if the form should be in edit or view mode.
Return Value
Type: Object Class
The initialized translations form.
Remarks
The returned value is needed for testing.