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

[Ideas] Expression Editor add text to the end by default

$
0
0

When editing an existing expression, it would save some time if the variable/property that is double-clicked could be added to the end of the string rather than at index 0 as is currently the case. 

With longer expressions, this will negate the need to scroll down to the end of the expression before adding the required variable/property.


[Ideas] Connections to .dbf/Microsoft Access files

$
0
0

Hi everyone,


Many times Outsystems come to take place from older software solutions. Many times that solutions are made in Microsoft Access or the data that we need to bootstrap are in .dbf files.


I think, if we already have connectors/actions (like bootstrap directly from Excel files) to do that we can win a lot of time in the process.

I had a particular case (one app that need to consume shape files from AutoCad Map that are .dbf) and everytime that the user needs to submit a new shape file he need to open it in Excel to save it like .xls or .xlsx.


I know that .dbf and Access files are something from the past, but, we need to deal with that when we develop something to override that technology. 


Best regards,

Ricardo Pereira

[Ideas] Excel - In Atribute Selection a checkbox with (Select all) atributes

$
0
0

When using the Excel funcionality it would be nice to have a (Select All attributes) instead of selecting one by one.

[Ideas] [Service Center] [Process Monitoring] Application filter

$
0
0

Add "Application" filter like "Errors", "General", "Timers", "Integrations" and "Extensions" screens

[Ideas] Add the ability to assign User Groups to other User Groups

$
0
0
At times there is a need for a heirarchy of users.  While it is possible to add the same user to multiple groups, it would be nice to be able to add groups to other groups for easier manageability.  A simple example is one from retail.  In a typical retail environment, you have employees who are members of a store location.  You have a manager who will manage that store.  You typically then have a district manager who manages multiple stores.  And a regional manager who manages districts.  Lastly, you have a corporate users that has everything.  In the current system, if you have 300 "store" groups - you would need to add a corporate user to 300 different groups so that they could have access to everything.  If you could add groups to groups, you would simply have each store as a group, a district would be a collection of store groups. A region would be a collection of districts. Corporate would be a collection of regions.  Specifically,

Store 1
Store 2 
Store 3
              District 1
Store 4
Store 5
Store 6
            District 2
                      Region 1
Store 7
Store 8 
Store 9
              District 3
Store 10
Store 11
Store 12
            District 4
                      Region 2
                                   Corporate

[Ideas] Choosing Button color in the properties area.

$
0
0

Hi everyone,


It would be great if we could change a Button background color ,and inside text color, in the properties area just like we define the visibility.

It could save a lot of time, instead of creating various classes in the css for diferent colored buttons.


cheers

[Ideas] Optional Input Variable On Update Action Where Clause

$
0
0
It would be nice to have an optional parameter to Entity UpdateAction to be used on the where clause besides the id.

Example:

Update ..... Where id = Y and updatedat = Z

This  will make possible to control duplicates more easily.

Thanks
RC

[Ideas] Integration Studio: Refresh All Entities

$
0
0

If I need to refresh a big number of entities, I have to do it one by one.

It would be great If there was possible to refresh all the entities with just one action (at Entities folder level).


[Ideas] Javascript Editor upgrade (Hint autocomplete)

$
0
0

At this moment you don't get much help with writing your Javascript code. It could be really handy if the editor gets an update with hints and autocomplete. Just like other IDE's or editors have. This would speed up the development and make it a lot easier.


[Forums] Charts not displaying in screen based on Dashboard Template bug??

$
0
0

Hi Tiago/Kilian,

Thanks for your response. I did have a look at the Forge updates but have none available


Had also tried to update the charts via the dependencies button, but no luck. I did notice that the fresh button appears to be grayed out and does not trigger the refresh all like it used to.

Have also reported an issue via the menu option earlier (Case #2190292) 

Cheers,


Mark

[Forums] User Provider 'Template Phone'

$
0
0

I am working through the courses and I keep bumping into this error.  

Missing User Provider - Could not find the User Provider 'template_Phone' in this server.  Application runtime errors might occur

Any one have any help as it does not allow my program to work

[Ideas] [Integration Studio] Import structures from .NET Assembly

$
0
0
Like the "Import Action from .NET Assembly" wizard, there should be a similar wizard to import structs from a .NET Assembly.

[Ideas] Conditional styles/extended properties

$
0
0

Hi,

sometimes based on a certain condition I would change the style on a button.
Instead of having that if statement in the screen and thus creating 2 buttons I would want the "Style" property to be able to handle conditions.

Same with extended properties. because sometime an onclick is added and sometimes not.

[Ideas] Option to switch a definition between a local variable and input parameter

$
0
0

Option to switch a definition between a local variable and input parameter

[Ideas] Aggregate: Count Distinct

$
0
0
The count operation just does COUNT(COLUMN).
In some situations we need to do a count distinct like COUNT(DISTINCT COLUMN).

With this limitation Advanced Query is still the solution to simple operations like a count.

[Ideas] Interface to allow admin users to install certificates on PaaS servers

$
0
0

Our business constantly needs to have certificates installed on our Outsystems PaaS server to allow for certain integrations.

There is currently no way of allowing admin users within our company to install certificates on the server, a ticket has to be logged with Outsystems technical support. 

The option of uploading certificates without the assistance of the Outsytems technical team will greatly reduce the time taken for our team to setup their respective integrations. This functionality could possibly be added to the service center where the user can upload their certificate and publish it to the server. 

[Ideas] Delete button in the wizard

$
0
0
When using the wizard it only creates the Save and Cancel button. Why not also put the Delete button?

Inclui ai também o Delete.

Thats'it

[Ideas] An Immediates window for better debugging functionality

$
0
0
Hi everyone,

I love our debugger because it shows so much information as I'm debugging complex apps, but I can think of a way to make it better, that is, have an immediates window (similar to Visual Studio). just like with the watches window, you can see the value of something, but you can also embed test code (if I'm at a break point, and I want to see what the result of my string function Substr(foo, index(foo, bar), 4) is, then I have to put it in the code, assign it to a variable, and view it in the watches. If I could just plug it into an 'immediates' window, the platform could then evaluate my function call and return the result. Then I could tweak my function call until I get my desired result. This would take MUCH less time than re-uploading my model every time I want to test some string manipulation functions.

ALSO, what about CHANGING the value of a variable while in debug session? In Visual Studio I'm debugging and if I don't like the value of my variable and need to change it for some reason, boom, right in the middle of the session it's changed and I can continue debugging. But in the platform if I need to change the value it's a new upload/publish. It would be awesome to add this kind of functionality to avoid repetitive publishes while in debug and test mode.

Cheers,
Isaac

[Ideas] Select part of an action flow and "Refactor to action"

$
0
0

Allow creating an action from the selected section of a flow. The action would get the required inputs and outputs, and the flow from where it was extracted should automatically fill the action parameters with the local variables it was using

[Ideas] Ability to add SQL migration script to an entity on publish

$
0
0

We have had a few situations where changes to an attribute in an entity have resulted in a brand new field being created instead of the old field being updated. Seems to happen the most when a field is renamed. This has resulted in the old field which has the data being set to inactive and a new field created that has no data. End result is when this gets published through to production the customers complain that their data has been lost and we then need to do an SQL cleanup script to transfer the data from the old to the new field.

It would be ideal if the system could automatically do a bulk update in these situations.

What would also be good is if we could attach an Advanced SQL query to an entity change that has access to both active and inactive attributes. This would give us the ability to do more advanced transformations on fields during a publish. I know we can do an on publish timer event but then you end up with a lot of old events or have to go through and delete them after deploying, also accessing the inactive attributes is a bit harder that way.


Viewing all 1476385 articles
Browse latest View live


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