Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Extend NetSuite Web Service class functionality - iNotifyPropertyChanged
I'm writing an application to process item fulfillments and shipping in C# using the .NET framework and I have almost everything working well. Unfortunately, I have run into a bit of a problem. I'm using the Windows Presentation Framework and I have a series of ListViews which I have databound to sets of line items from Sales Orders. Unfortunately, they aren't updating because I need to implement the iNotifyPropertyChanged event handler in order for the bound controls to update when the underlying data changes.
Is there any way to extend the existing classes to do this, or am I going to have to do a really hacky workaround to get it working?
0