OutSystems standards and guidelines at Synobsys

Logo

Standards, best practices and how-tos for developing OutSystems applications

Tips and Tricks

Clear Browser Cache to see client side code changes

Be aware to clear your browser cache before testing client side code changes. Alternatively test your app in an anonymous window.


How to perform a daily build

You can perform a daily build by creating a scheduled task in windows that executes a script like this:

@echo off
Title Publish Environment YOURENVIRONMENTNAME
"C:\Program Files\Common Files\OutSystems\11.0\OSPTool" /PublishFactory HOSTNAME USERNAME PASSWORD

Appropriate record counting in SQL queries

See this documentation article: Appropriate record counting


3 ways to LEVEL UP your SQL skills in OutSystems

In this episode, OutSystems Developer Advocate Rui Barbosa shows us 3 different perspectives to take your SQL skills to the next level. See why SQL nodes can be better than always using Aggregates, how Indexes can help you control query execution (and improve performance), and how you can leverage modern SQL syntax in your OutSystems queries!


Front End Development: From Mockup to Coding

Frontend development is feared by a lot of developers, but if you align design and development teams on the tools and frameworks that will be used, frontend can become a happy place for all of us developers. Besides that, there are some details a development team must take into consideration to build the app right from the start. In this episode, Cristiana Umbelino shares 5 steps for you to be a more productive and happier frontend developer.