Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Ideas] MySQL integration

$
0
0
Hello everyone

Basically I'm sugesting an identical wizard such as those that already connect to SQL Server or Oracle
Cheers

Francis

[Ideas] Make "Refresh Data" and "Ajax Refresh" needless and automatic

$
0
0
Just like you can rename identifiers (entity names, I/O/local variables, etc.) and have all their usages throughout the code be renamed instantly (from the point of view of the developer), identifier value changes (i.e., changes in variables, aggregates, etc.) could also be tracked when an action finishes on the same screen.

When this is the case, any parts of the screen that were rendered with variables, aggregates, etc. that were changed in the action should be AJAX-refreshed automatically. Aggregates refresh automatically if the primary keys that were changed are now on screen / are in the scope of the aggregate.

Tracking could occur either with a "dirty" flag for each variable/aggregate, or be performed after the action finishes on the same screen, comparing all screen widgets' variables'/aggregates' current values with the new values after the action finished (a bit like AngularJS v1 did).

I'm sure this is not as trivial as what I'm spelling out here, but this is the basic idea.

Eliminating these two ("Refresh Data" and "Ajax Refresh") would (IMHO) remove another roadblock for the "citizen developer" who will likely not be accustomed to being alert to disparate display/data refreshing requirements.

[Ideas] [Table Records] - Conditional Row / Column highlight

$
0
0
It would be very nice if we could highlight the background of a row and column conditionally.
This as an indicator for e.g. Unpaid invoice (overdue) or to indicate a value is below a certain treshold.

Eg:



[Ideas] Post on Ajax Submit

$
0
0

Hi,


I have found that it is not possible to do a POST request on Ajax Submit (Without using Forms). You have to switch to OnClick Method as Submit for doing that. Hence it would be nice if it is implemented in further versions of Outsystems.


Regards,

Rushabh Shah

[Ideas] Web Previous Screen

$
0
0

I find it very useful to have "Previous Screen" as destination on Mobile. But why don't we make it level? Make it available on Web too.

[Ideas] Need option to convert server action for user created action at screen level

$
0
0

Hi Team,


Need option to convert server action for user created action at screen level


Thanks!

[Ideas] Sticky section headers in list component

$
0
0

It would be a great addition to the (mobile) list component to have the possibility to group listitems.
A sticky section/category/group header is the perfect way to see which items belong together or not.

[Ideas] Download file in mobile

$
0
0

Hi,


I want download file without using any component in forge!


In web we have the Download Final Node, my idea is have the same final node but in mobile, please do this!!!!!!


[Ideas] For new Service center account force user to reset password

$
0
0

When new user is created for Service center by any admin user the password is decided by the admin user. As it is a security issue if the user do not changes the password and it is available to some other admin.

Can we have this feature in any future release of OutSystems platform.

[Ideas] Expression in Special List value

$
0
0

The idea is to allow an expression to be used in the Option field of a ComboBox. This can be useful if we use the same Option for all combo boxes our application uses. Then a site property can be defined and its value re-used in all combo boxes.  



[Ideas] LastIndexOf Text Function

$
0
0
It would be nice to have a function to return the last occurrence of a specified text string withing another string

[Forums] Server Action About

$
0
0

Create a Server Action named GetOrdersByStatus, receive the status of the Order, and return the number of orders according to the status. (If OrderStatusId is null, the sum of all orders will be returned)

I would like to know how to define the aggregate of the input parameter and how to define the assign of the output parameter when there is a problem.


[Forge] Core.oml

[Ideas] Include Assyncronous Message Queuing Connector Capabilitiies

$
0
0
Due the desired movement of Outsystems into the Enterprise IT world, from my experience, sooner or later, it will be needed a way to easily connect to MQ based ESB's or EAI. It should be a native feature of the Agile platform to have a way to subscribe to a message queue (MSMQ or JMS) and fire an Action or a BPT process whenever a message with certain characteristics arrives to that queue.
It should be analyzed the fact that an ESB or EAI processes thousands of messages per second, so I believe that a tie to the RDBMS might not be a good technical solution.

It should also be possible to write to queues (the idiom should be the same as Webservices).
At least the standard: Point-to-Point, Publish/Subscribe and Broadcast message transmission/reception models should be supported.

[Ideas] Custom Validation Message Attribute at field level

$
0
0
Hi,
By default, Outsystems supports validation (Mandatory, Data Type) of fields, and if any validation fails then a default message is shown
If a user has to show a custom message then they have to set ValidationMessage attribute via a logic (screen action etc.).
 
Can you please put ValidationMessage (Mandatory and Data Type) attribute, directly under the attribute property, such that it avoids user to write extra code, just for validation messages.
 
Regards,
?Kaushal

[Ideas] Properties Pane: change properties for selected widgets

$
0
0

I'd like the posibility to select multiple widgets and then in the properties pane the properties that are not unique to a widget can be edited. For example, when selecting multiple radiobuttons I want to set the destination and style once for all radiobuttons.

[Ideas] Fix the solution detail's screen

$
0
0

It takes a lot of the server's resources and takes a really long time to open this screen.

It must be making some horrid logic that makes it so slow. On top of that, it sometimes makes the server unusable in the Java platform.

[Ideas] Learn: Return to Guided Path once a course is complete

$
0
0

If we follow a course from a guided path and complete the course, it doesn't return to the guided path page. There's a link to 'View more courses' which means I have to go back to 'Guided Path' then find the path path I'm following...


It would be great to have links back to the path you're on or just the paths that the course is part of so we don't have to find it again.

[Ideas] Intelliwarp with multiple entities

$
0
0
The ability to drag Excel spreadsheets and create tables with data in Intelliwarp is fantastic for creating quick screens around a single entity type. And it makes for an amazing demo capability. But the ability to do the same for multiple related entities would make it much more powerful, in particular for prototyping.

Currently if you have data on 2 sheets the wizard creates Entity1 from Sheet1 and Entity2 from Sheet2, but these entities are not linked. After Service Studio has created them and the data has been bootstrapped it's difficult to associate them correctly within the tool and get the Foreign Key data right. I would like to be able to put the parent data on Sheet1 and the child data on Sheet2 with FK values and load it correctly, creating the relationship during the process. The Intelliwarp wizard could ask the user at loading time how/if they wished to relate FK columns.

I actually did manage to do this with three hierarchically related entities in three different sheets and a small amount of data by guessing that the Ids that would be allocated would be sequential, loading the data, and then redefining the FK columns, but it was not simple.

This feature has great potential for quick starting projects and increasing productivity if you make it a bit more sophisticated.

[Ideas] Advanced Query testing

$
0
0
Hello,
Advanced queries aren't always easy to get rigth from the first time. Often, you want to go in steps to the final solution.
I find it very annoying that It is impossible to test the adv query if the output structure doens not correspond to the e.g. selection made in the query.
Certianly for complex queries, one often has to create a specific structure to match the result.
In a debugging phase, this is a waste of time.
Can't there be an option to test the query wihout having to set the output structure? Can't the platform create a temporary one based on the query selection?







Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>