create custom data source?

Hi,
I want to create a custom data source like collection data source with some more feature as per our application. Is it possible to create custom datasource ?

1 Like

Take a look at this section: Custom Implementation Classes - CUBA Platform. Developer’s Manual
Studio allows you to specify a custom datasource class in the Datasource class field on the screen designer datasources tab.

Hi,
I dont know how to create a custom datasource class
When I use UI to create a custom datasource, I dont see where option custom datasource is, just see datasource, collection datasource, …
When I filled MyDatasource into Datasource class field, I dont find any file MyDatasource in my project,
what should I do, or please guide step by step to create a new custom datasource

Thanks

Hi Thao,

Have a look at this sample project. It illustrates how you can use a custom datasource.

Regards,
Aleksey

1 Like

Its so great,

Thanks Aleksey,