flowfield troubles

abtmnabtmn Member Posts: 27
edited 2006-08-14 in Navision Attain
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?

Comments

  • krikikriki Member, Moderator Posts: 9,112
    You put a value in a record X and when you go to a record Y, the values of that record are taken. And so you calculated value disappears.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.