Hi! I'm reading my datasource using DataSource.getDataSource. The xxx.ds.xml file has all the fields setup properly (with titles assigned).
However, I need to replace one of the titles of the DataSourceFields in the datasource after a transaction.
I tried doing this by calling datasource.setFields again (with the title change on the appropriate DataSourceField) but it complained that I couldn't do it.
How can I do this change with my setup?
However, I need to replace one of the titles of the DataSourceFields in the datasource after a transaction.
I tried doing this by calling datasource.setFields again (with the title change on the appropriate DataSourceField) but it complained that I couldn't do it.
How can I do this change with my setup?
Comment