xInfo.importElement Method [AX 2012]
Specifies the object to be imported.
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 int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag,
[boolean extraPass])
Microsoft Dynamics AX 2012 R2 (SYS)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Microsoft Dynamics AX 2012 (FPK)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Microsoft Dynamics AX 2012 (SYS)
public int importElement(
int id,
int utilfiletype,
UtilElementType utiltype,
str name,
int fileposition,
int Flag)
Run On
CalledCommunity Additions
ADD
Show:
Note