Application Module - Single Layer
When trying to create a new project with Basic theme it faild in compiling , as it still generate code depend on LeptonX theme not basic theme .
When do you plan to release 4.4 ?
Hi, I'm using verion 3.3.0 (released version)
Thanks
Yes but in that Case I lost a lot of powerful functionalities that CrudService provide .
My question is how can I use most of its functionalties like paging ,sorting , filtering ,..
There is a solution is to build a service like crud service but without the required params for Entities
I'm asking if there is something already existed that can help
I have external Data source that provide REST services used for mobile application and I want to manage this datasource from inside ABP solution
Ex:
https://api.backendless.com/{APIkey}/{app key}/data/Merchant
and I want to implement some screens inside ABP that consume these REST services and use ApplicationService and crud features in CrudAppService
that can't be done without using a class that implement IEntity which I can't do as the data is not in ABP database
what should I do