Can anyone explain why the programming interface is different than what is accessible in the custom code? In the Update Method Arguments, queryResultDataset is as shown a System.Data.DataSet. The queryResultDataset in custom code is a defined as TableSet. If I make changes the Results table in the queryResultDataset(the System.Data.DataSet) using an external Pre-Processing BPM, the changes don’t keep to the base method and I don’t understand why. Typical BO External BPM Pre-Processing, I have had no trouble with changing anything in the arguments. This one has me tricked up.
Programming Interface:
Custom Code:

