Hello,
I was wondering if there is a better/safer way to override 'DataSourceField.ds.xml' (sc/system/schema) than what we are doing now: putting it in our public folder and overwriting the whole thing (making us vulnerable for changes at your end) .
I noticed that you can inherit from other schema's, but that would mean that we have our own type (and corresponding ID value declared on top). What I am missing is the way to make SGWT look at that schema for its DataSourceField parsing instead of the standard one?
We are overriding the schema to have correct data typing applied on some custom fields we slap onto it in our datasource generator.
thanks for your thoughts
I was wondering if there is a better/safer way to override 'DataSourceField.ds.xml' (sc/system/schema) than what we are doing now: putting it in our public folder and overwriting the whole thing (making us vulnerable for changes at your end) .
I noticed that you can inherit from other schema's, but that would mean that we have our own type (and corresponding ID value declared on top). What I am missing is the way to make SGWT look at that schema for its DataSourceField parsing instead of the standard one?
We are overriding the schema to have correct data typing applied on some custom fields we slap onto it in our datasource generator.
thanks for your thoughts
Comment