Hello, I’m trying to update a field with the part number inside the dataview called PODetail. However if you have multiple lines on the PO, the Dataview looks like this,
When I try to pull the information, its acting like it isn’t pulling the right part number. I’ve tried to use the POLine for a parameter however the ‘GetByID’ for ‘Erp.BO.PartSvc’ only requires a partNum and not a POLine so it doesn’t function right.
I am trying to display the Drawing Number (located in the PartRev table) when you put in a part number. I have a dataview that pulls from the PartRev table and an event that runs a rest-erp that pulls the part number from PODetail.PartNum and returns the information back to the PartRev dataview.
I’m just using the part number from PODetail.PartNum(which is what the field in the page is epbinded to). It’s acting like when I click the lines, it runs the event, then runs my event, then updates the PODetail.PartNum.