Hello.
I need to multiply two fields in Navision
Production order Quantity and Item Gross Weight
I make:
- new field in Production order table -> Total Weight
- Production order table -> OnValidate -> "Total Weight" := Item."Gross Weight" * Quantity;
But it's not working.Where is the problem?
0
Answers
Production Order table have total Quantity field as decimal.
I tried 5406 still don't work.