Forum Discussion
eli_donahue
1 year agoCommunity Manager
Hi Angela,
AML itself doesn’t really have the joining capability you’d need here. A query definition would probably be the simplest approach to this type of query.
If you can’t use a QD in this scenario, I’d try creating a custom server method to use as an AML action.
<Item type=“Part” action=“GetBomWarehouseData” id=“...” />
That approach would enable you to include any additional you need in the AML response.
Out of curiosity - do you have any constraints preventing you from using a Query Definition in this scenario?