PBAEnterprisePortalMain.setTmpData Method [AX 2012]
Interprets an XML formatted string and inserts temporary BOM IDs and route IDs.
Syntax
public void setTmpData(str _data)
Run On
Server
Parameters
- _data
Type: str
An XML formatted string.
Exceptions
Exception | Condition |
---|---|
Error | The XML is malformed. |
Remarks
This method is called from the EPPBAConfigurator web control.