Discussions
FieldChanged firing incorrectly
I've had script problems caused by this reported by two clients in the last few days.
It seems that when the return key is used to complete a line on a Sales Order after editing a field (haven't tested other forms), FieldChanged fires AFTER the machine moves to the next line. So, if the user enters a quantity and presses Return, FieldChanged for the quantity field fires after the next line is selected and the nlapiCurrentLineItem functions are looking at the wrong line.
Has anyone else seen this?