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

[Ideas] Text string manipulation

$
0
0
Expression editor, Build-in Functions, Text

Left(t,length)
right(t,length)

in my opinion, this could be very helpfull in text string manipulation.

It's my first Idea, and I'm not sure it's allready posted or relevant.

[Ideas] A native hashtable implementation please!

$
0
0
It has been my gripe for years ;) ... please please give us a native hashtable implementation ...

[Ideas] Function DiffDays for Workdays

$
0
0

New action (or change DiffDays) that counts days between two dates but excludes weekend days and/or holidays.

ex:

DiffWorkDays(startdate,enddate,include_weekends,include_holidays)



[Ideas] Azure SQL DB as a native datasource

$
0
0

I would really like to have Azure's DB offering (not their hosted SQL Server, but their Azure DB system that easily expands/contracts, does not allow server access because it's fully cloud, etc.) as an option. Right now, managing our SQL Servers takes a lot of time and expertise, neither of which we have a lot of, and it would be great to just have it on the Azure DB and not deal with these issues anymore!


J.Ja

[Ideas] Show recent modules and application in Service Studio

$
0
0

Hi,

There should be section above all the applications in service studio to show recently created/modified modules and applications.

It will provide quick access to applications/modules which are in progress currently by developers.

Regards,
Palak Patel

[Ideas] [Wisdom of the Crowds] Ideas categorizaton

$
0
0

Allow the ideas to be tagged in a given category like 'Performance improvement', 'New ideas', 'Bug fixing', etc.


[Ideas] Add Support Incidents to our User Profile on the site

$
0
0

It would make it easier to access our support tickets if there was a tab directly on our profile, only visible to the current user.

[Ideas] Ability to control the whole SS tree with keyboard only

$
0
0
Have keyboard shortcuts for every kind of operation and navigation. Just as we have the Ctrl+Up Ctrl+Down to move attributes up and down, have these kind of shortcuts for adding new entities, navigating to the properties window and back to the tree, a Ctrl+A to add new entities, etc...

[Ideas] Add a select possibility for the level or couses

$
0
0

In the courses screen I would like to have a possibility to select on the level of the courses: beginner, advanced, intermediate, etc..

[Ideas] Count of selected attributes in Structure

$
0
0

When selecting multiple fields of a structure it would be awesome if would could get a counter of how many elements were selected, like excel when you select multiple cells:

Ex: "N attributes currently selected"

[Ideas] Allow Styles to be set by variable for expressions etc.

$
0
0
I would like to set and modify styles from a variable.  

[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

[Forums] Android Plugin build error

$
0
0

Hello, i have been facing this challange for while.

I have custom plugin developed in Java/JS for android, and  i am able to build it using Cordova and install it on Android phone, however when it comes to Outsystems, seems i am unable to build it.

If i tried to build it the way it came to me, the building log says : "Gps.java:41: error: strings in switch are not supported in -source 1.6"

I tried to change the code, so it doesnt use Strings in Switch, but then  
it returns
"Gps.java:42: error: local variable setupArgumentString is accessed from within inner class; needs to be declared final".

And i am wondering what else could i try...

Project:
https://gitlab.com/slavipopov/cordova-plugin-gps.git


[Forge] CoreUISv5

[Forums] SOAP webservice version control

$
0
0

G. Andrew Duthie Thank you for your response

How would that work if you're using structures as input and output variables and you're adding or changing attributes of those structures. They would change for both versions wouldn't they?


[Ideas] DateTimeFormat should accept an optional parameter for NullDate handling

$
0
0

It's sooooooo annoying that I need to wrap every use of DateTimeFormat in an If to handle NullDate(), or remember to make my own version that adds this behavior.

J.Ja

[Ideas] IN clause in Aggregates

$
0
0
Hi,

I've run into this a few times.

I would like to have the ability to do a simple query with an IN clause, without having to rely on advanced queries.

It should accept a list of <myTable> Identifier.

Today we do ( from an aggregate perspective):

   SELECT * FROM {TASKS} WHERE id = 1 or id = 2 or id = 3

But it would be really awesome if we could do 

  SELECT * FROM {Tasks} WHERE id in (1,2,3) 

This allows us to do some pretty cool stuff with Lists setc ( eg you can now shim some of the more advanced sql functionality without writing advanced queries).

An example would be:

    myList = SELECT id from People WHERE OrganisationId = 2
    SELECT * FROM {Tasks} WHERE personId = myList

Which would be 2 actions, and somewhat faster/cleaner than the current way  
  • Writing an advanced query ( frowned up by my companies' best practices guide - and I've also found advanced queries tend to be annoying to manage )
  • Looping through myList and putting the outputs into another list, which is then passed around (this also has a few nasties - lots of DB hits (albeit small ones), and refreshing this with paging is a pain

[Ideas] Delete a tenant

$
0
0

It would be great if we could have a tenant delete function. I know this isn't an easy thing to ask due to the way Outsystems does it's database with referential constraints and a view per entity per tenant however there are things that could be done.


For example a script to take the results of 

select * from  sys.views where name like '%T36'


Feed that to a delete statement that skips on an error and moves to the next record. Then repeat the entire thing until all errors are gone. This would basically skip each table that has a referential error and delete all those that dont. Then repeat which would now be able to delete a few more, and again until eventually all tenant data should be gone. After that the tenant views could be dropped.


It's a brute force way of doing things but should allow the full deletion of a tenants data as long as you don't have any single tenant entities pointing to multi tenant ones.



[Ideas] Warn when connecting to a PRODUCTION environment

$
0
0

Service Studio should never allow a user to connect to a PRODUCTION environment (as marked in Lifetime) without warnings. When opening Service Studio, it should never automatically re-connect to a PRODUCTION environment either.


We've had too many issues where someone does a hotpatch to PROD, and then the next time they open Service Studio they are workin gin PROD but think they are in TEST.


J.Ja

[Ideas] JavaScript Editor

$
0
0

On the project I'm currently working we have many javascript code. We have several web blocks on the same espace with JavaScript code. Would be very useful if JavaScript editor show a tab for each web block and screen that have JavaScript code, instead of show only selected web block and espace javascript.

Viewing all 1476385 articles
Browse latest View live


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