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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. 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