Hi OPA Experts.
I have following data model and appropriate relationship created.
Quote
Line Items
PartDetails
Agreement Terms
MileStoneforAgreementTerms
I want to use function InstanceSum on field 'ItemPrice' on Entity 'PartDetails' . I tried below:
the order total = InstanceSum(the PartDetails, the PartDetails ItemPrice)
It throws me following error:
"Relationship not recognized. You may need to use an alias when referring to use this relationship. (OPA-E00178)"
Is it because of scope?, how to use scope statement for above scenario?. Thanks.