Has UI-O-Matic been tested on Umbraco Cloud, e.g. does the package have any issues showing the data etc. and furthermore does it allow you to push/pull the data between environments?
Alternative an option to export and import data, e.g. from a listview.
Sorry for the late answer but didn't get a notification it seems.... Haven't tried it on Cloud but don't see any issues why it wouldn't show the data etc. but for push/pull between environments that depends on your datasource (you'll probably need to create something for Courier/Deploy)
I remember building that for umbraco contour (which also stores it's data in 3rd party tables) http://contourprovcourier.codeplex.com/ but again it's pretty old so no idea if this is still the way to do it
UI-O-Matic on Umbraco Cloud
Hi.
Has UI-O-Matic been tested on Umbraco Cloud, e.g. does the package have any issues showing the data etc. and furthermore does it allow you to push/pull the data between environments?
Alternative an option to export and import data, e.g. from a listview.
/Bjarne
Comment author was deleted
Sorry for the late answer but didn't get a notification it seems.... Haven't tried it on Cloud but don't see any issues why it wouldn't show the data etc. but for push/pull between environments that depends on your datasource (you'll probably need to create something for Courier/Deploy)
Hi Tim
My concerns were also with regard to the deployment of data between environments, when the data is stored in a custom db table.
So I guess it requires a custom data resolver something like this? https://umbraco.com/blog/extending-courier-2-with-a-custom-event/
/Bjarne
Comment author was deleted
Yeah you'll need to create some sort of courier provider so it knows about the data...
These are the only docs I could find but not sure how relevant they still are..
https://github.com/umbraco/Courier/blob/master/Documentation/Architecture/Howto%20build%20a%20sample%20Item%20Provider.md
I remember building that for umbraco contour (which also stores it's data in 3rd party tables) http://contourprovcourier.codeplex.com/ but again it's pretty old so no idea if this is still the way to do it
is working on a reply...