Hi Community!
I have the following scenario,
Now, there are additional requirements,
As of now, the application entity shows all application, and i couldn't find a way to filter these apps. Had tried a lot of methods already, i think....not limited to the following,
But none seems to work. For this requirement, is it even possible in the first place?
Thank you!
@Jun Mun Chan In an enterprise environment, OutSystems is typically installed with four environments: Development, UAT, Production, and LifeTime. Each environment has its own database. LifeTime connects to the other three environments and is used to manage IT users, application deployments, and other functionalities.
Data created in LifeTime is not directly accessible from the Development, UAT, or Production environments. To retrieve LifeTime-specific information, you must use the LifeTime APIs. Hope this helps.
Thank you, using lifetime v2 api allows me to retrieve which team the application is in
Please see if LifeTime APIs help . https://success.outsystems.com/documentation/11/reference/outsystems_apis/lifetime_api_v2/
so far what happen is that, all applications are being returned, even thou i want filter Application.CreatedBy = myself
So those forge components are being returned, and forge components updated by myself as well
The best solution i wanted, is that there is somewhere in some entities (i think it's not indicated in the Application entity), that for applications created using lifetime, there will be a unique indicator or sorts. So far, at least based on what i had tried, there are no indicators to indicator whether the application is created using service studio or lifetime, or whether application is a forge
I'm a newbie here. I'm interested in this type of posts. How can I get more information about it?