Hi all,
I am trying to build a generic inquiry to show all the inventory items regardless if it has transaction history however I am getting multiple result by inventory ID but when I tried grouping it with inventoryID I am losing inventoryID that do not have transaction history. The ff are my main DAC I used:
PX.Objects.IN.INItemSite
PX.Objects.IN.INItemSiteHistDay
PX.Objects.IN.INSiteStatus
PX.Objects.AR.ARTran
I have also attached the extracted GI incase anyone of you have any input how to make the inventory ID unique in the result. Thank you.