Forum Discussion
OSAdmin
5 years agoValued Contributor II
Originally posted by Celvin Kattookaran
think you can loop through all editedrows
For Each modRow As XFEditedDataRow In saveDataTaskInfo.EditedDataRows
brapi.ErrorLog.LogMessage(si, modRow.ModifiedDataRow.Item(""columname"").ToString)
Next
You cannot update a view you need to update underlying tables. It works fine for me if I update the data from a table.
Related Content
- 2 months ago
- 10 months ago