Hello,
Project: MVC JQuery
Power Tool: 2.2.0.4
I found that if I generate an entity with a prefix like JJComputerSystem the power tools creates an Index.min.js that has
var _jjComputerSystemService = abp.services.app.jjComputerSystem;
This then fails because abp.services.app.jjComputerSystem is then undefined
I then debug to find that that generated service proxie is abp.services.app.jJComputerSystem. I make that change to the file and now it works. The issues is that is a generated service proxie and I can't find anywhere that has "jJComputerSystem" Everthing in code for the application and controller either has JJComputerSystem or jjComputerSystem. Where in my project can I find where abp.services.app.jJComputerSystem gets that name from?
Thanks
Hello,
On the Roadmap it shows "User Sync/Link feature", will this be a Xamarin offline sync feature? I am looking at the best way to sync user data to the Xamarin app that is part of the framework / methodology. Does anyone have an example that they have done in the past with asp.net zero or boilerplate to accomplish this?
Thanks, Howie
Hello,
How do I setup (or where do I) so each tenant has a url of tenant1.domain.com and so that each tenant gets a different sql database? Do you have an example I can go through? I am trying to setup 1 host with multiple tenant databases.
Thank you