I am customizing the Part form, I have an event that should remove custom attributes on ProdCode change. It’s firing, and on save the fields are blank, but the interface is not updating. Thoughts?
In this example the Housing Type field should be empty after I switched the Product Group selection.
I set up a quick test: a new combo that calls UD16Svc (I don’t have anything in UD01) and bound to TransView.ComboTest, and a button that uses row-update to clear TransView.ComboTest
I make a selection in the combo, then hit the button and it clears as expected.
That will show you all of the records in the dataview. You also want to check any other dataviews that might be involved in the process. Is your UD table getting stored in a dataview? Are there any REST calls that still hold data? etc.