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

[Ideas] Nested AD domain groups

$
0
0

We use AD authentication for our Outsystems setup. We have had to go through and put all users in the domain group that has been set up to access Outsystems.

Generally, we structure our AD domain groups in such a way where a user will be assigned to a team, and then the team will be assigned the resources that they can access.

I.e. User1 belongs to Team1 and everyone in Team1 has access to Outsystems

When we did this for Outsystems, users were no longer able to access Outsystems until we ended up moving their user back in to the Outsystems domain group.


Can Outsystems cater for nested domain groups so that we can configure AD to use that type of structure rather than maintaining individual users within domain groups?


[Ideas] Show release number in the about screen

$
0
0

Service Studio about screen shows the full version in the format 11.0.XXX.X while in the community portal every version is only identified as Dev Environment 11  Release XX.

It would be good if Service Studio about screen could also show the release number so that it's easier to see if we have the latest version and match it more directly with the release notes in the community portal.

[Ideas] Delete reminders directly from TrueChange tab

$
0
0
It should be possible to delete reminders directly from the context menu or the delete keyboard key in the TrueChange tab of Service Studio.

[Ideas] Put the label "Cycle" in the middle of the arrow

$
0
0

This is just a small detail, but when we have a big For each label, it will be overlaid with the "cycle" label. 

The improvement idea was to center the label cycle across the arrow.

I have a screenshot attached.

[Ideas] List of basic data type as REST API URL parameter

$
0
0

Hey all,


For loosely coupled applications, we use REST APIs also for the exchange of data between our Outsystems application. 

For example (from outsystems docu): GET https://<server>/MyAPI/rest/PhoneBook/Contacts to get a list of contacts


But currently it is not possible to implement a multi sort for the GET endpoint like:

sort_by=-last_modified,+email

to get something like:

SELECT    email
FROM    Items
ORDER BY Last_Modified DESC, Email ASC

(example from: https://www.moesif.com/blog/technical/api-design/REST-API-Design-Filtering-Sorting-and-Pagination/)

because the URL parameter need to be a basic data type or an identifier. But a list like here needed is not possible.

The possibility to change the HTTP Method to send the list in the body, works but is against most REST API design principals.


How do you solve this issue normally if you need a list input parameter in a GET call?


I'm curious to hear your ideas!



[Ideas] New pricing for non-profit websites (blogs / forums)

$
0
0
The current pricing is based on users that are using the application on a daily basis.

When creating a non-profit website where you can have peaks of more that 100 concurrent users, you can't use Outsystems, because of the user-based pricing.

It would be nice if there is something like a non-profit edition, without the restrictions of the free edition.

[Ideas] Show Forge Application Version

$
0
0

Service Studio and Service Center should show the Forge application version.


If I install an application from Forge, the version should be visible in Service Studio and Service Center. This way we can easilly compare the version we have installed with the latest versions from Forge.


In Service Studio it could be visible in the apllication screen (see attached print screen)

[Ideas] Agile Platform Server for .NET running on Linux (Mono)


[Ideas] Interface Timezone widget in Outsystems

$
0
0

Hi Team,

I have an idea, I think it need to be implemented. I always work with client who have one applications for different timezone. I think OS need to provide some widget features which show time on UI based on client interface.

[Ideas] SimpleQuery: multiple join conditions and still set the join type

$
0
0
The simple query widget only allows to set the join type when the condition just have 2 attributes.
The simple query should have the same options if the condition has more than 2 attributes or variables.

Example:

SELECT *
FROM TABLE1
LEFT OUTER JOIN TABLE2 ON (TABLE2.ReferenceId = TABLE1.Id AND TABLE2.Something = @SomeVariable)

This is not the same as:

SELECT *
FROM TABLE1
LEFT OUTER JOIN TABLE2 ON (TABLE2.ReferenceId = TABLE1.Id)
WHERE TABLE2.Something = @SomeVariable


I can't do this with the simple query, and I'm forced to use the Advanced Query just to say that the condition is a Left Join and not a normal Join.

[Ideas] [Service Studio] Create consistent ordering for warning/error list

$
0
0

Currently, the list order could change with every context action that is performed. If you are on a mission to eradicate a number of the same warning types, you forced the scroll to find your place again. This wastes a bit of time when you have a large number of warnings to tend to.

[Ideas] HP Fortify - SAST scan results

$
0
0

I have read somewhere that Outsystems uses HP fortify for SAST scans to capture any vulnerabilities. This scan is triggered whenever a build is created. Also I understand that they release security patches as and when new vulnerabilities are captured. 


Can we publish the SAST results somewhere so that temporary fixes can be made to the application till security patches are released for the captured vulnerabilities. Just don't like not knowing and living with the vulnerabilities for the time between the build creation and security patches release if required.  

[Ideas] Debug: Able to select entry point even if there is no reference from Espace to Entry Point

$
0
0

On the scenario that, there is:

- A End User espace A, that consumes a weblock on a UI espace B, 

- The Weblock on espace B consumes a action from CS espace  C

- There is no reference between A and C

On the described scenario currently is no possible to debug on C request from start on A without adding a useless reference between From A to C    

[Ideas] Get out of the widget tree view when clicking on "Go to "

$
0
0

Whenever we are on the viewing the widget tree of a page or Webblock, if we click on the "Go to <insert element here>" we continue on the same widget tree view mode and need to click again on the widget tree icon to finally see the element we selected as demonstrated on the gif below.

The rationale is that if we are using the "Go to" context menu, 9 out of 10 times we want to open the original module to inspect/change the element selected.

It would be nice that when we use the "Go to <insert element here>" context menu it would change to the view that actually allow us to "go" to that element

[Ideas] Built-in handling of the back button

$
0
0

As it is, the browser back button produces some pretty serious issues with the platform. Outsystems pages can rely heavily on their preparations, and preparations don't run with the back button which can lead to outdated displays.

This could lead to a variety of issues, from wasted time using misleading data, all the way to potentially exposing sensitive data through the back stack.


There are ways to force-refresh pages using javascript, but as a low-code platform we aim to minimize the amount of custom javascript in a solution. 

The addition of built-in handling to force (or choose to force) pages to refresh with the back button would be a very desirable change.


[Ideas] "Move to UI Flow..." Button

$
0
0

Hello Community,

When editing a web screen it'd be interesting to have an option to move a certain page/pages to a specific UI Flow, i.e., "Move to UI Flow..."

It would be quicker to organize, confused or chaotic UI Flows / eSpaces.



[Ideas] Bulk components to different containers

$
0
0

Sometimes i need to select a lot of widgets or patterns and put them on different containers. To do that i need to do by hand, for each element.

[Ideas] Show a link to GitHub Source of a OutSystems supported plugin

$
0
0

How about showing a link to the GitHub source on an OutSystems supported plugin? This would allow the client to:

- Know that a GitHub repository with the source code exists;

- Contribute with help, feedback or ideas directly on the source code;

- See which GitHub release that Forge app was based upon (good for getting help with bug fixes).


[Ideas] Custom TrueChange actions

$
0
0

Out UI needs to meet certain standards to make sure we haven't broken responsiveness or haven't broken rules to ensure the pages meet accessibility standards. It would be great to add True change custom warnings to cover this. Also certain warnings should allow a page to be deployed in Development instance but not promoted to test or Prod until they are cleared.

[Ideas] Generate random number should be a built-in function

$
0
0

Generate password exists in the built-in functions, it's very surprising that generate random number doesn't.  Would be helpful to include it rather than having write/download a component.

Viewing all 1476385 articles
Browse latest View live


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