I created a flowfield on the item card, which calculates and works as expected.
However, I've had problems when I try to assign the value of this flowfield to a Normal field in a nother table. I put the following code in the Item No. - OnValidate trigger (table Whse. Worksheet Line)
Item.GET("Item No.");
Item.CALCFIELDS("Posting Group");
"Posting Group Description" := Item."Posting Group";
When I tab off the primary key, the "Posting Group Description" field gets populated as expected. However, when i move to the next record the value in the field disappears.
I'm working in version 3.60 SQL. Any ideas?
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!