Hey, for the needs of the company, I need to create a new boolean field for PIck documents.
The field is supposed to work at the line level and check the weight of the item from the "Items Table" and if the weight is more than 25 kg, change the Weight Warning value to True.
I have fields created, but cant find code where i can place function IFF Item.ItemWeight > 25.0 THEN Weight Warning := TRUE ELSE ..:= FALSE
I used Debugger to check it but didn't find anything (I'm probably not that advanced yet :) )
Main Codeunit for Creating pick is 7312.
Do you have any suggestion where i can invoke function while creating lines to check that for each line?
Thanks for your time!.
André Arnaud de Cal...
292,162
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156