Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Can I bound two datasources to a List? like to get a text from a database displayed into and a Image from the FileRepository that matches with the text?
Hi Martin, a List can only display one Field from one Datasource.
So how can I query a Database and query a FileRepository in once?
Hi Martin, you can use a service to call other services.
So you can create a service in which you call a service that gets the info from the Database and also calls a service that gets the info from the FileRepository, after that you can use the InfoTable functions that we covered during training to combine the information.
Oh great, and instead a List I should use a grid? Can I use the list?
A list can only display a single column of information, plus it will not be able to do images.
Ok, thanks Pai, also is there a way to disable the grid and unselected all items? like an event.
Martin,