I'm currently producing a app.. but I didn't think about needing a "website" to "maintain" the app by adding content, export reports etc..
Is this possible? If yes, how? Is this what "module" is used for?
Kristian
Hi Kristian,
Yes, it is possible to create a website for maintaining app.
You can start by creating a reactive web app and then referencing the logic / entities from mobile app module to the reactive app module.
Note: Please make sure that the logic / entities which you are trying to reference from mobile app module must be made public for referencing in reactive web module.
Please find below links for reference:
https://www.outsystems.com/forums/discussion/73535/how-do-i-use-mobile-app-database-table-in-reactive-web-app/
https://success.outsystems.com/documentation/11/building_apps/reusing_and_refactoring/expose_and_reuse_functionality_between_modules/
Thanks & Regards,
Anjali Dange
Can you detail your requirement. what type of app you are creating and why you need the website.
Thanks
CV
Hi Chandra!
It's a app for drivers. They will have routines, checklists and able to read news regarding new customers and the company.
Dispatchers will update the data with new routines, checklists and write the news. It's not efficient enough to do this through the phone.
Thanks for clarity on requirement. yes for your Dispatchers activity you can create one Reactive web application and use same database for both the app(Reactive and mobile app).
let me know if you have any query on this.
Thank you, I'm glad to hear that.Will that be as a new module, or a whole new app using the same database?
I'm not there quite yet, but would be nice to know.
You need to create new Reactive application for using same database. you can also create new _CS module for maintain Database entity and use this module in both mobile and reactive application.
thanks