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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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