Automating the AOM compilation with SYSPRO e.Net

Last modified: 30 September 2025.

Note: The following requires Advanced Order Management Solution programs released 4/29/2025 or later.

The AOM compilation can be called as a SYSPRO business object. SYSPRO's e.Net system manager is required. Use the details at the links below for information on the Parameters and XMLIn to send to the business object and the format of the XMLOut information.

 AOM Compilation e.Net program name is EDIAO1 

Type - Transaction, Post


XMLParameter

Element Example Notes
AOMCompilation   Root element.
Parameters   Start of parameters
IgnoreLocks No Set to Yes to ignore any current AOM process locks

Sample XMLParameter

<AOMCompilation>
<IgnoreLocks>No</IgnoreLocks>
</AOMCompilation>

XMLIn

Element Example  Notes
AOMCompilation   Root element.
Bin A1 Sets the single bin to check for allocations if desired
Fill 90 Indicates the minimun fill percentage for an order to be assigned allocations. Default is 100 (percent).

Sample XMLIn

<AOMCompilation>
 <Fill>100</Fill>
</AOMCompilation>

XMLOut

Elements Notes
AOMCompilation Root element

There are no details returned from the compilation at this time.

Sample XMLOut

<AOMCompilation>
</AOMCompilation>