In service connect when testing the updateExt method in the Ice.Contracts.BO.UD20 .net reference we cannot add a row using row modifier, A. It says it completes successfully but does not actually add a new row with the data to the table.
If i do this same process with the UD01 table and Ice.Contracts.BO.UD01 dll net reference it works perfectly.
I have tried re-importing the .net reference, and i am not seeing any errors in any application or database logs. Any suggestions??
We are on epicor 10.1.500.11 and service connect for 10.1.500
We have always used UpdateExt for Service Connect workflows and they work just fine. We also tried this experiment with Update vs UpdateExt with the same results. It appears to be a an issue with UD20…
i used to always too but moved away because of issues like that through upgrades, patches etc… There are so many more parameters being used in the ext version that are prone to fail than the regular update. That’s just a preference on my part is all.