Forum Discussion
OSAdmin
OneStream Employee
5 years ago 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 years ago
- 6 months ago
- 4 months ago