Hi,
I added a foreign key view(named it Part1UOM)to PO entry screen using Part Adapter.I then edited like property Part1UOM.NetVolume to
PartUOM.NetVolume.I bind this Part1UOM.NetVolume to a textbox1.
Everything works fine at this stage.
Then I go and change PartUOM.NetVolume in the database.For example the part.netvolume for PartA was 1.00 I change it to 1.11.
My textbox should display the 1.11.But it doesn't.It still displays 1.00.
DO I need to refresh my foreign key view?What is the code to refresh it?
I am on Epicor 9.05.
Thanks.
I added a foreign key view(named it Part1UOM)to PO entry screen using Part Adapter.I then edited like property Part1UOM.NetVolume to
PartUOM.NetVolume.I bind this Part1UOM.NetVolume to a textbox1.
Everything works fine at this stage.
Then I go and change PartUOM.NetVolume in the database.For example the part.netvolume for PartA was 1.00 I change it to 1.11.
My textbox should display the 1.11.But it doesn't.It still displays 1.00.
DO I need to refresh my foreign key view?What is the code to refresh it?
I am on Epicor 9.05.
Thanks.