Hi,
In IFS Cloud 23R1 workflow, I’m trying to access a nested variable but nothing tried so far can get at it. As an example, below is the payload from CustomerOrderHandling.svc/CalculateAndFetchSalesLineTotalWithHeaderParams (called during creation of a customer order line):
If I want to check the value of BaseSaleUnitPrice in a gateway I’d expect to be able to reference it as ValidationRec.BaseSaleUnitPrice in an expression. However it’s not working and when inspecting the debug, the contents of ValidationRec are not even shown:
Any suggestions?
Thanks,
Ian