Context Service does not create the correct "Row Set" Property Set for Assets with customizable prod
Hi,
I've implemented Asset Pricing (new pricing WF's, signals, Vmaps) based on vanilla ISS Asset IO and its related Buscomp.
I have these signals:
• CalculatePriceAllAssets (Instance Type: Line Item; CPScope: Whole; RowScope: All)
• CalculatePriceAsset (Instance Type: Line Item; CPScope: Whole; RowScope: Selected)
I invoke CalculatePriceAllAssets as follow:
• Get Header BC "Asset Mgmt - Asset - Header"
• Query Header BC with the provided Root Asset Id
• Get Line Item BC "Asset Mgmt - Asset"
• Invoke the signal
Result: Business Service "Context Service" creates a "Row Set" PropSet with all Assets belonging to the CxP (root+children).
This works fine as expected.
0