I am trying to capture the event of someone changing the unit price on a line on a sales order. This is the line I currently have. sopEntryWindow.LineScroll.UnitPrice.Change +=new EventHandler(UnitPrice_Change); However, this line fails immediately upon launching GP. It appears to be looking for an array index value because I get a message: "Illegal address for field 'Unit Price' in script[Not Found] How do I properly construct this line so I can check for this event?
*This post is locked for comments