I am having a Business Object Group 'BOInventory', and Sales Business Object.
I create a reference BOInventory in Sales
add a rule BOInventory WAS ADDED TO Sales.Inventory Then
FIND BOInventory WHERE Inventory IN AddedSales.Inventory
Inventory.Attribute = 'Yes'
But it wasn't working, I test with by using Dynamic calculation and without also. In Log there it was showing following results:
Value of Sales could not be resolved.
Am i missing some step or something else.
Help needed!!