Hello,
I’m on ifs cloud 24R1 environnement.
I’m working on unballasting automatization flow and I use workflow BPA for this.
In the flow, I have at some point the need to close a price line from the supplier for purchase part entity
I checked the network logs (chrome inspector) to see what the close button call :

So it call a function named PurchaseQuantityPrice_Cancel
When I check the documentation of the projection SupplierForPurchasePartHandling I can not find the function.
But I can use it into my API Call in the workflow :

I set the parameters I found in the URL Call, but it doesn’t work, I got the following error :
| Projection call with name PurchaseQuantityPrice_Cancel does not have the expected parameters. |

I Activated the “log errors” option into the API Call, but as you can see on the screenshot above, there is no eyes after the call in error, the log error option doesn’t seems to work.
It’s the first time I see this behaviour, I don’t know how to set parameters as there is no documentation and log error is not working, I can not guess the parameters as I already set the parameters I see from the URL Call.
Does anyone know how to handle those specific calls in workflow ?