12
Views
6
Comments
Solved
Create a web version for an app?

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

2024-04-26 12-21-07
Anjali_Dange
Solution

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

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Kristian,

Can you detail your requirement. what type of app you are creating and why you need the website.


Thanks

CV

UserImage.jpg
Kristian Myrvang

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.

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Kristian,

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.

Thanks

CV

UserImage.jpg
Kristian Myrvang

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.

Kristian

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Kristian,

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

CV 

2024-04-26 12-21-07
Anjali_Dange
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.