- ExcludeFromPickers
- ExcludeAllFromPickersOutsideBlock
Category Archives: OutSystems
OutSystems Articles
Reuse Logic
- You have logic in Screen Action of web application
- You want to reuse the logic for mobile
- Use Extract to Action to move all to new Server Action in Logic layer

Call REST API
- Go to HTTPRequestHandler API
- Use GetRequest_Submit
- Set URL to REST API Method in Logic > Integrations > REST

Import data from Excel
- Right click on Database in Data Layer
- Select import Entity from Excel
Lifetime
- Extends Service Center capabilities to cross environment scenarios
- E.g. From Development environment -> QA environment -> Integration environment -> Production environment
- We can track applications, versions on each environments
Service Center
- Administration console
- Accessible via browser
- Place to configure Platform Server for administration and operation teams.
- Monitor server itself
Integration Studio
- Development environment
- Integrate external resource (data, .Net code extension) into OutSystems platform
- Provide a number of wizards and capabilities to represent external resource as a OutSystems component to publish to server
- E.g: Import Actions from .NET Assembly
- The representation can be used in Service Studio as normal OutSystems resource, even we cannot recognize the difference between internal and external resource.
Service Studio
- Low-code visual development environment to rapidly create web and mobile apps
- Like Visual Studio or Eclipse
App Published Life Cycle?
- Service Studio connects to Platform Server
- Platform Server publish app to server
- App version is saved to Metadata Repository
- Platform Server
- Compiles and generate application
- Deploy app to Standard Application Server
- Standard Application Server can go ahead and run app by using below:
- Traditional Databases
- External Systems
OutSystems Server uses
- Set of servers
- Compile apps
- Deploy apps
- Manage apps
- Run apps
- Monitor apps