Dear community,
I'm facing a quite interesting use case: In order to integrate an RFID solution I need to be able to handle the process of receiving goods for purchase orders completely in ABSL (no user interaction on the UI).
The basic requirement: How can I post the items of a PO with an identified stock as received goods via ABSL?
I tried the GoodsAndActivityConfirmation, but this BO is not suitable as I can't connect it to the PurchaseOrder.
I tried to create an InboundDelivery (which works rather well), but I then can't confirm the SiteLogiticsTask via ABSL. The problem is that I can't access the SiteLogisticsTask via a query before the InboundDelivery isn't safed. Unfortunately, I don't have anything to trigger the execution of the code snippet to confirm the SiteLogisticsTask...
Thanks for your help and best regards,
Georg