Can I integrate two applications from the same account?
In first application I'm making a mobile app that gets data and in the second I want to see this data, but on the web
Hi Milena,
Yes, you can do it. You can create an Architecture model to achieve that, since you can consume core modules between n applications that you need (so, same database and business rules).
You can check some content about it here:
https://success.outsystems.com/documentation/10/developing_an_application/reuse_and_refactor/expose_and_reuse_code_between_modules/
https://www.outsystems.com/evaluation-guide/does-outsystems-allow-the-reuse-of-code/
Hope this can help.
Best regards,
Ricardo
Thank u very much!!
This is what I wanted to know!!
Hello @Milena Alves ,
yes you can integrate with multiple apps in OutSystems! Your scenario is possible to create in OutSystems.
Lourenco Matalonga
Hello @Milena Alves
Create one application a separate application, it can be type of Service, now in that application create a module, for Example - Inventory_CS
CS stands for core services, here you can create the database tables. and wrapper action,
Set the public property of your aggregates as yes,
now you will be able to use these aggregates among different applications.
So data source for all the applications will be here and now it is ready to use in other apps or web apps
ThanksTousif Khan
Hi @Tousif Khan
I'm making a mobile app that gets data and in the second I want to see this data, but on the web as I can only send token from mobile to web and access the web screen.
for ex:- I've user information in my mobile application level and want to access the web screen which is basically other application created, as i'll pass only token from mobile to to web.and assume that there is one role where user have already as Role_A and I've created on web screen that role and want to access that screen.
so how can I achieve this?
Best Regards,
Shad