Hi, I’m trying to implement a BPA workflow in IFS Cloud to automate the conversion of DOP Purchase Requisition Lines to Purchase Orders.
I’ve identified two potential projection actions to use to perform the conversion, but both are unusable due to workflow limitations:
- PurchaseRequisitionHandling.svc/CreateRequisitionLineToOrder - Has an array parameter
- PurchaseRequisitionHandling.svc/CreateRequisitionLineToOrderWf - Uses COMMIT
Has anyone attempted this before, and maybe can share some guidance?
Thanks