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

[Ideas] SET URL name for mobile apps - not based on hostname

$
0
0

Hi,

add input field for URL name to use when generating ipa or apk file so that the application will be available based on the name and not the hostname of the server. The URL will be used in the DNS so that it is possible to host mobile app from internal server instead of from the cloud..  




[Ideas] Multi column combo box

$
0
0

At the moment it is only possible to use 1 attribute in 'source attribute' of a combobox. 

When I want for instance the sequence + description ( 100 | My description) in the droplist I need to create a structure and use an advanced query to create the source record list.

It would be much easier to change the ' source attribute' property in an expression so it becomes possible to combine fields of the 'source record list' to populate the Droplist.

[Ideas] RichWidgets Error Messages

$
0
0
On the Rich Widgets javascript, show more information in the error message to make it easier to troubleshoot.  For instance on the Popup_Editor where the link isn't correct, instead of  "Popup link id must be the id of a Link or Button Widget with Method Navigate." use "Popup link for AddUserLink must be the id of a Link or Button Widget with Method Navigate."

[Ideas] [Service Studio - Mobile] Local Storage - Global action to wipe local storage

$
0
0

Hello all,


In order to avoid code like this:



Would it be possible/beneficial to have a global action to wipe all the local storage?


Cheers!

[Ideas] Two-way static entities management

$
0
0
Make it easier to add and remove records in static entities. Their tipification is great but it's in some cenarios cumbersome to manage.

[Ideas] Add an ability to publish latest versions of the eSpaces in a Solution.

$
0
0

Currently, if I publish an older version of a Solution and I didn't save my current running version it's not possible to publish the latest available versions automatically. If I press publish current running version it just updates the published ones, not the latest. Is it possible to add publish current latest version?

[Ideas] Audit-logging in milliseconds or ticks

$
0
0

It used to be fine when you have audits on seconds, but with many audits/special logging the need for ticks is increasing.

Especially you can target performance-issues better!


so, include milliseonds or tickjs even in the audit-log!



[Ideas] Add column showing error location

$
0
0
Add column on TrueChange tab to show the location (web page, action) of the error that is being shown.


[Ideas] Add timezone to CurrDateTime()

$
0
0
The cloud environments have their system time in UTC, but not everyone is in this timezone.
It seems that when using SQL Server as database, this time cannot be changed. So we have to take care of this in the code. 
Easy to do, just make an action that takes the CurrDateTime and converts it to the wanted timezone. However, this function cannot be used in the default value of the attribute of an entity, since that needs to be a date literal.
A solution for this would be to have the timezone as input parameter for the CurrDateTime() function, which is considered a date literal by the platform.

[Ideas] Ideas that can be seen after being closed

$
0
0

I made an idea some time ago, had someone (Vasco Pessanha) replied to it and when I get the email about the update and try to see what was written I get the following

Why can't ideas be visible even though they may not be considered for whatever reason?

I cannot see the answer or try to make a point if I don't agree, explain otherwise, , they cannot be searched to see if anyone had the same idea and it was not approved, etc. ...

Doesn't this makes sense?

Best regards,

PC

[Ideas] ExternalSite URL atribute: implement validation to avoid NullPointerExeception when building

$
0
0
ExternalSite:
URL atribute: Generate error if putting quotation marks at development time, because if it does, it generates NullPointerException without indicating the source of the problem

[Ideas] Improve flow edition, cut/paste elements

$
0
0

Hello.

Sometimes we need to cut and paste some elements in a flow to change their position in the flow.

It would be nice if we could:

1) select the elements (one or more),

2) cut them,

3) select the connection / arrow in the flow where we want to paste them,

4) paste the elements and they would be inserted in the connection / arrow that was previously selected.

Hope I made myself clear.

It's not an essential feature but I think it would be nice.

[Ideas] Improve coherence in Aggregate: Add a New Grouped Attribute

$
0
0

Hi, 

Today, to create a new grouped attribute, you need to open an attribute menu in order to do it, while to add a new attribute (not grouped), you have a column at the end of the aggregate:

The "Add new attribute" in a context menu is not intuitive, and is not coherent with the most used "New Attribute" column.

I would like to see the same behavior: A column at the end of the Grouped section with a New Group Attribute. It would be more intuitive, and would be the same behaviour we alread have in the filters, where an Add Group Filter appears when you have a grouped attribute.

[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] Allow redefining entity built-in actions (CRUD Wrappers)

$
0
0

There are plenty of scenarios in which the base built-in actions are not enough. For example, if creation of a specific entity record demands that other entity records be also created, or if certain restrictions apply that cannot be modeled with static "default values". Or simply because you want to audit operations over sensitive entities.


Currently the way to do this with the Agile Platform is clumsy: isolate entities in their own eSpace, make them available read-only, and create sets of actions to do the required tasks. This works, but:

  • It is ugly - when actually using those actions, you will not see them associated with entities; you need to remember that they need to be imported, look for them under "referenced actions", remember from which eSpace they come from - or go look in the entity list;
  • It can lead to errors - if a new developer in a project using the pattern, for some reason, is not properly informed, he might simply go into the eSpace and switch the read-only property off, anticipating that it being that way was an error.

[Ideas] Outsystems Now - make it work with on premise platform apps

$
0
0

Outsystems Now - make it work with on premise platform apps


You should simply be able to into your own outsystems on premise server.


[Ideas] ListAppend with attributes

$
0
0
If I want to build a list, the typical way is to have a structure and a list of that structure as local variables, assign the structure attributes, do a ListAppend. so the variable of type structure (or, pre 9, record of that structure) is only used for doing the ListAppend. It would be nice if we had a ListAppend that accepts a list as parameter, then based on the type of that list shows the attributes (or single value in case of a list of basic types). This saves a local variable (and possible clearing of it in a loop). For the developer, this would be a bit like the new platform 9 ListAppendAll, in which it is possible to append a list to another list of different type, specifying conversion. In this case it wouldn't be a conversion, but the actual assignments, though the user interface would look the same.

[Ideas] Test an Action like "Test query" (for unit testing)

$
0
0

Be able to create a unit test for a Server / Service / Client (?) / Screen (?) action that shall be executed without developer intervention, for regression purposes.

[Ideas] Add index number on properties of entities or structures

$
0
0

In some cases for example when developing query's you need to count the number of columns of your entity/structure to know why there is a mismatch between the number of columns SELECT'ed and the output structure, instead of counting the number of columns of an entity and then comparing with the selected columns you have on your query, It would be nice to know right away the index of a column. 

ex: (If you have a structure of 20 columns, selecting last column index would be index number 20, avoiding to count it) 

[Ideas] Tab to show who downloaded your component visible to owner/team

$
0
0

As a component author, it would be nice to see who downloaded my component.

Viewing all 1476385 articles
Browse latest View live


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