Ideas
10911ideas
Created on 08 Jan
2025-01-24 02-53-49
Mustafa Emad Shaker
Dropdown Tags widget puts a margin at the end of the selected value, in order to create a buffer between the value and the action in the end. However, in pages with right-to-left direction, the margin is not reversed, it remains the same. It may cause an issue of the selected value overlapping the widget actions. Here is an example of LTR & RTL pages: English Arabic
64
Views
2
Comments
New
OutSystems UI
Created on 14 Feb 2024
2024-05-02 09-49-04
Murali Manoharan V
Need a field in property for developer's description in those items which was taken as dependency from other modules. Because that shared module may be developed by some other developer and in this consumer module current developer can add descriptive comment - why this item is added as dependency in this module. It will help other developers to know the usages easily in future. I hope it will be the helpful and needed one.
87
Views
0
Comments
New
Service Studio
Created on 16 Apr 2019
2021-04-21 23-06-46
Jeanene Williams
Launching a process on a record create is great but it would be significantly more useful if we can also launch on a generic Update rather than only on update of a specific record.For example, we want to hook in some API events where a notification occurs on every Add, Update or Delete. Currently we can do the Add but to do the update we have to set a conditional Update process on EVERY record meaning thousands of processes.Yes it has been mentioned in the forums that good design would mean you have just one update function and you can add to that but using that theory the launch on Add is unnecessary so why have one without the other?The Launch On actions of processes are really good for extending functionality of an “entity” espace without having to continually touch the original code every time so I think adding an Update launch is a valid condition.A launch On Delete would also be useful for some people but no important for us as we do a soft delete which would be caught by the updateI can't see it being too hard to achieve, should just be an on update trigger on the database side
941
Views
13
Comments
New
Backend
Created on 27 Jun 2023
2024-12-02 12-15-17
Aravind EONE
Add option to pass in aggregate attribute as input parameter to the server action for calculated attributes. Currently we are not allowing this functionality to extend its feature.
369
Views
6
Comments
New
Aggregates & Queries
Created on 23 Feb 2023
2022-06-23 06-21-50
Siddharth Vyas
Hi,Whenever we try to login without internet connection it still shows Invalid username/password ..Can we show a warning which says not connected to internet precisely.
177
Views
1
Comments
New
Other
Created on 14 Apr 2021
2025-11-19 06-14-01
Miguel Verdasca
Hi guys,I looked to see if this idea had already been launched. In my opinion and that of countless colleagues, the autonumber of static entities is a danger. Because, we do not control this ID (autonumber), when tables are passed between environments, and this can cause bugs. I don't think it brings any added value. I can give the example that all the static that I create, and the people who work in the companies I have been to in the last 3 years, nobody uses the autonumber.Regards
223
Views
2
Comments
New
Service Studio
Created on 03 Apr 2020
2020-09-30 09-27-46
Nuno Simão
 The ContextThe Covid-19 crisis and the restrictions placed over a great number of businesses (changes in the way services and goods are provided, business hours, if they are allowed to even operate at all) as well as the movements and habits of the population – are forcing us to reinvent most of what we took for granted until a few weeks ago (going to a restaurant or getting a haircut).While the big retail giants will survive this crisis (some players in this economic landscape will even thrive) – the small business owner is in a very fragile position right now. The small neighborhood restaurant or Mom and Pop Store aren´t equipped to handle this new reality – they need to adapt and overcome. The ConceptThis concept is called: My Local Business AppWhat we propose is an app that connects the small local businesses to the local consumers – and even beyond, via delivery services – if applicable. The  My Local Business App  would allow consumers to know exactly what goods and services are being provided by small operators in their vicinity and resorting to them instead of using the great retail chains.This app would be more that a directory of local businesses – think of a one-stop-shop for addressing your needs using local vendors.Need some meat to cook the family dinner? Use this app and check immediately your local butchers, promotions and discounts, and place your order via the App or a phone call.Don´t want to cook, but you´re still in lockdown and can´t get out? – maybe the restaurant down the street is making one of your favorite day´s specials.Define what you need – See the alternatives available – Select your option. Simple as 1-2-3. The ValueEconomic Stability - small business owners will be most affected by the Covid-19 ´s impact on the economy. If the economic fabric is to remain healthy and dynamic and If we don´t want to see the extinction of these businesses in the short and medium term, they need to be reinvented to adapt to this new reality. If walls and movement restrictions are being created – bridges must be created too: digitally.Social Stability – “saving” the small businesses is not a mere philanthropic effort. Helping these businesses adapt to the new post-Covid reality is a way of ensuring there is less unemployment, less bankruptcies, less stress on the social security system – and ultimately guaranteeing more prosperity. The ChallengesDigital Literacy – some local business owners may not have the degree of digital literacy required to operate a dashboard relative to their business.Awareness – business owners needed to be made aware of the existence of this app and the processes necessary to be included in this directory. The same goes for the consumers. Extension Possibilities / Other ApplicationsIn a post-Covid scenario, this platform could be a valuable resource by providing real-time information about all types of goods and services providers in a given geographical location.Further down the line – as the movement and circulation of people returns to normal levels, it can be adapted to server other industries such as tourism – when on holidays the user can have quick access to information about small businesses in the area he´s located. Technical FeaturesThis solution will be divided in three working areas: the mobile app, the web app and the Backoffice:My Local Business Mobile App   and My Local Business Web App   – Both the mobile and the web app, are used by Subscriber Users and Local Business Users to connect the suppliers and the consumers. Both apps will also include a GPS tracker so that it can narrow down the Local Businesses available to the specific request of the Subscriber User.Backoffice web app – platform only accessible by users with an administrator role and where all the platform’s configurations are set, including:User’s management Payment system structured so that the services can be paid directly through the app The TeamWe are a team of professionals from the OutSystems partner: Outfit – Tailored Agile Solutions, aiming to give our contribution to mitigate the public health, social and economic impacts and consequences of the Covid-19 crisis in our society in both short and long term. https://www.outsystems.com/partners/PartnerProfile/54622/OutFit/
429
Views
3
Comments
New
COVID-19
Created on 03 May 2024
UserImage.jpg
Vivianne Coonen
Hi, Right now the system action 'ListAny' does not add extra benefits since you could also use ListFilter and check whether the list is empty, or use ListIndex and check if the returned index is -1. ListAny already returns a boolean, so why not implement it like an if-statement? With inputs List and Condition The current situation: In my opinion, the if-statement should not be necessary. It increases the amount of nodes and development time, and decreases readability. My idea:
139
Views
1
Comments
New
Service Studio
Created on 13 Nov 2024
2024-10-15 10-08-31
Tiago Ribeiro
 Nullish coalescing operator (??) is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand. This is widely supported and a great productive boost for those of us writing javascript in OutSystems. The problem with using this in OutSystems is twofold: the javascript editor considers it as a syntax error it is not possible to publish a solution that includes a module that has a javascript using this operator Could this be improved? Thanks, Tiago
110
Views
0
Comments
New
Service Studio
Created on 17 Feb 2022
2021-11-25 19-55-55
Diel Oliveira
It would be nice to have a input filed to filter the name of the methods returned from REST/SOAP lib.There is situations where we take to much time searching for a method to choose.
276
Views
2
Comments
New
Data & Integrations
1531 to 1540 of 10911 records
Top Idea Creators
High Five to the top 5 idea creators in the last 30 days
2025-12-08 23-06-08
2 ideas
Top Brainstormers
High Five to the top 5 brainstormers in the last 30 days
2021-09-06 15-09-53
6 comments
2
2024-07-05 14-16-55
2 comments
3
2025-12-08 23-06-08
2 comments
4
2024-01-04 15-15-51
1 comments
Code of Conduct 
The guidelines we live by that make
this Community amazing!
Code of Conduct
Stay Up-To-Date
Keep on top of what's happening in the Developer Community.
Forum, Forge, Training, Documentation, and more!