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

[Ideas] Auto-Generated Sync Actions for Mobile - Security issues

$
0
0

Studio should warn you (or completely prevent) auto-generating the sync actions for the Users entity, and probably a few others too. Sending the entire Users table to the local device, including encrypted passwords, is a big security/privacy risk. Perhaps there should be a "clean" version of Users for syncing to mobile, like how we have UserMT for multi-tenant apps?

J.Ja


[Ideas] Apply Architecture Dashboard for more than one DEV Environment

$
0
0

Hi all,


In our Infrasctrure we have more than one Development Environment, but we can only use Architecture Dashboard for one Development Environment.


From Documentation:
"Currently, you cannot have more than 1 Code Analysis environment (usually development environment) per installation, i.e, with the same activation code."


I know that is only impacts in big software factories with different development pipelines, but is a nice tool for all developers.

[Ideas] Application List with 4 Layer Canvas

$
0
0

It would be really great if you in someway could organise your service studio. There are of course possible ways, like;

- adding folders (the independent modules is a kind of misc folder)

- 4-LC organised 

If this structure is also applied in the Manage Dependencies, that could also really help in finding the right modules  :-) This could be another idea in itself...

[Ideas] Built-in Funtions

$
0
0
Based on these 2 ideas: https://www.outsystems.com/wisdomofthecrowds/IdeaComment_List.aspx?IdeaId=669
https://www.outsystems.com/wisdomofthecrowds/IdeaComment_List.aspx?IdeaId=396

I propose the following, that would satisfy everybody, I believe:

- The Index funtion could have 2 extra optional parameters:
       1 - indicating the direction of the search (left->right or right->left); (Default is left->right);
       2 - indicating the Index at wich the search is started at; (Default is 0 or end of string, depending on the direction parameter)
- In the Substr function, the "length" parameter could be optional. If empty than the function assumes "to the end of the string";

Although not as important as the above, I also propose 2 additional built-in math functions who already exist in C#:
- Floor(decimal)
- Ceiling(decimal)

[Ideas] Add Variable Name to Assign Window

$
0
0
It would be nice to see the Assign Variable Name as part of the Assign Window Title when you are setting an Assign Value.  In the attached Image, I am setting one of the Employee Assign Values.  But Which Variable???

[Ideas] Number of application objects per solution

$
0
0

Hello everyone.


In the development environment, we usually have several solutions from several clients.

In the DEV environment, the total of licensed application objects often do not match the same number of QUA and PRD environments.

In the service center, in the application objects page by eSpace, a filter could be added so that we can choose which solution we want to consult.

Filter by the eSpaces belonging to the chosen solution, and when downloading to excel, the eSpaces will also be filtered.

We could also have the subtotal of the chosen solution.


Best regards.

[Ideas] Notify improvements

$
0
0

The notify  handling is very nice, but i think we miss some stuff to make it more powerful.


1. ability to bubble the notify directly instead of going to an action "OnNotify" where the only thing is in the action:

NotifyWidget( NotifyGetMessage())


2. add a 2nd parameter which is called "MessageId", which is taken from the newly Introduced static-entity "Message".

   so you can handle message in a consistent way without have to check the message with index/substr or whatever



[Ideas] Default entry point visual clue

$
0
0

I think that will help the developers if the entry point icon have a different colour (or any other visual clue) when it is the default entry point.

Proposal

 


[Ideas] "Encrypt Data" property on an entity attribute

$
0
0
On SS be able to set a property of "Data Encrypted" on an entity attribute

[Ideas] Forge : Allow to retire a component.

$
0
0
On the Forge portion of the community site, allow us to retire a component because 1. it is no longer supported by the current platform, 2. has been integrated into the current platform, 3. has been merged with another component.

[Ideas] Move Module to a New Application

$
0
0

When moving module from the project, now it's possible only to move available applications  in the Environment, so if i want to move to the new application it's not possible, so the Idea is  to provide "Move to NEW".

[Ideas] Complete assign expression (ex. variable1=value1) mapped correctly to the assign variable and value

$
0
0

On a assign it would be good when we put variable=value on the variable side, the platform puts the value automatically on value side.

Example:

Inserting this: 

EntityTestValid.IsValidAttribute1=False

The platform automatically transforms in the assign to variable EntityTestValid.IsValidAttribute1 and Value False.


This would save time, specifically when pasting code from Lessons exercises and would allow us set an assign without having to change the input focus.

[Ideas] Children´s school routine

$
0
0

My younger daughter´s school is having them to do online school work in the form of online classes, research, presentations, etc to keep them busy and mainly to force them to continue with their normal school routine (albeit from home). 

I think this is a brilliant idea! However my eldest daughter has not been asked the same.

Is this something we could help create for all schools in Portugal?

It´s important children wake up early and feel like they are still part of school and have daily contact with their peers and teachers, as opposed to staying in bed til noon and do nothing all day because they dont have any goals, except waiting for this to end...


[Ideas] Roles on aggregates

$
0
0

Like we are having the option on pages to select custom roles, to provide page access, similarly we can add on the aggregates as well, in react web applications. to add some security on data fetch.

[Ideas] [Service Studio] Search by element type

$
0
0

I want to check all SQLs I've written.
Searching by key word in SQL ('SELECT', 'UPDATE' or etc) leads to multiple hits for same element which uses the word more than one time.  And other elements contains them in description are also listed.
It is helpful if there is a functionality to search by element type.


[Ideas] Automatically update usages of "For Each" when changing "For Each" Record List variable

$
0
0

When a developer changes the Record List variable of a For Each widget, the developer needs to update all usages of the For Each manually.

It would save an immense amount of time, as well as reduce the risk of a developer making a mistake when updating usages of said For Each if the usages could be updated automatically!

[Ideas] OSUI date picker take in two inputs instead of one

$
0
0

While there's the option to show selected intervals there's only one initial date variable.


[Ideas] Auto create the name of an if widget after the developer adds the condition

$
0
0

It will be super time saving if the platform can automatically add a name to the if statement widget after the developer  completes the condition - especially on mobile.

Every time after I add a condition to the tree I manually copy the condition into the name of the if widget. Without naming the if statements you end up with a tree that contains a list of if's and you need to open each one to find what you need. 


[Ideas] Drag and drop Scripts - Reactive

$
0
0

Hi guys,

Like it is possible to drag and drop resources and images from the file system to service studio I think it would be useful to have the same behavior for Scripts folder of Reactive Web Applications.


[Ideas] Grant/Revoke Roles even when linked through a Group

$
0
0

In order to manage my applications' users and their profiles/roles is preferable the use of Group_Role and Group_User entities instead of User_Role directly. This way, I assume "roles" as functionalities and "groups" as profiles.

The idea is to promote the Grant/Revoke actions (or to create new ones) to reach those roles even when users are linked through groups.

Viewing all 1476385 articles
Browse latest View live


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