Hello Experts,
Is there any way to display data from a custom data service than the OOTB query services in xCP 2.0 UI? Is there any way to populate the result set component with data from a different source than Documentum?
Thanks in advance
I would love to be able to do this. Have you found a way?
Hi ,
it depends mainly on your data.
you can use a statless process with multiValue output variables
you car grab your data using a xcp java function that returns a bean or a web service call if your external ressource is a web serivce.
for result_set widget you may have an issue since the data service created by your statless process is not handelling paging and your result set may display all the results.
you can manage that by managing an input variable as the page and number of data but still not very good as an approch.
hope in future version the result set widget will be as powerfull as EXT JS data Grid
Otman
One thing that I really can't accept about process templates is the raw variables. I have done several projects on xCP 1.6 and I am really well aware the problems it causes. I guess it is better to go back and start coding in traditional way with Java and a good UI framework on the top of content server.