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

[Ideas] Component sharing - Email privacy

$
0
0

When we share an application in the forge made with our personal environment, the "created by" property of the pages, actions, etc keeps our personal email. Since I value privacy, this has prevented me of sharing applications in the past.

I suggest that, when sharing an application in the forge, the email gets replaced by the user name.


[Ideas] For large espaces, increase default size maximum

$
0
0
Every time I update Service Studio, I have to go into the "ServiceStudio.WS.bindings.config" file and replace the default maxbuffersize, maxbufferpoolsize, and maxreceivedmessagesize of 33554432 to a higher value that actually works.

I think we can all agree that the default of 33MB is pretty small by today's standard of technology.
  1. Please increase the default when deploying new versions of Service Studio to something useful.
  2. Additionally, a more friendly error message would also be useful for diagnosing this situation.
-Yes, if I click send report, then click view I can figure it out, but that's probably a bit much for more novice users, or someone who has never experienced this exact error before.



Also, including the actual body of part of the error report in case someone does a search, so they find this thread:

Communication error: There was an error contacting 'some-server.com' .
Operations Log:
    [8/24/2015 8:22:04 AM] [3] Notification        SS_Error|||0|0|0|2015-08-24T12:22:04.820
    [8/24/2015 8:22:04 AM] [3] Exception           OutSystems.Communication.Exceptions.CommunicationException: The maximum message size quota for incoming messages (33554432) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (33554432) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.QuotaExceededException: The maximum message size quota for incoming messages (33554432) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
   --- End of inner exception stack trace ---

[Ideas] Support replacement of SMTP

$
0
0

Sometimes you need to send e-mails using SendGrid or Microsoft Exchange Web Services (examples).

It would be good to be able to replace the default OutSystems mechanism (SMTP based) so is possible to use all the studio functionalities independently of the transport service.

[Ideas] Render Icon within Expression

$
0
0

Consider  this...

"Some Text: True / False"

So normally I will have expression / text and if condition when true show this icon else false show that icon

It would be great and reduce a lot of click and nested layout tree when you can type it all within 1 single expression -> "Some Text: " + if(ConditionIsMet,RenderIcon(GetIconName('check'),SetIconSize(2)),RenderIcon(GetIconName('close'),SetIconSize(2)))

[Ideas] Service Studios Toolbar floatable

$
0
0

Dear OS Team,

Possible to make the left toolbar (which contains all the dropables onto the screen) and the top right section (Process Interface Logic Data) floatable and dockable elsewhere.

It is very tiring for both the eyes and mouse movements if I had to switch in between processes. 


[Ideas] Word counts position needs to be changed while posting on forum

$
0
0

Hello OutSystems,

While creating post, when pointer reaches to word count control, we are unable to see what is being typed. So please consider to change position of Word Counts control.


Thanks and Regards,

Suraj Borade

[Ideas] Upgrade jQuery version

$
0
0

SilkUI uses jQuery 1.8.3 (released November 13, 2012)

This version of jQuery is no longer supported by the vendor, as it has reached its endof-life. 

Versions from 1.6.3 to (and including) 1.8.3 have known vulnerabilities associated with them.

This jQuery can by default interpret script content received via $.get(), despite it originating from a third-party location. This version may also execute script content when supplied via class selectors.

Please stay up-to-date with 3rd party libraries. The current version is 3.1.

Kind regards,

Matthias Preuter

[Ideas] [ServiceCenter] Full set of REST api to automate configuration and managing of service center

$
0
0

It would be useful and more efficient to simply clone a barebone virtual machine then automate servicecenter configuration via api. 



[Ideas] Lifetime - Schedule multiple plans to publish

$
0
0

It would be helpful to be able to create multiple plans and schedule when they are being published or add them to a publishing queue.  

Our company has a large number of applications and we are running into the situation where we have so many applications its taking a long time to publish.  If we can split up the applications being published and schedule it to run in off-hours it would improve performance. 

Another case is we have multiple developers trying to publish to the same environment. Sometimes we forget to go back so the QA spends time waiting for all of the changes to be published for testing.

[Ideas] Platform mechanism to prevent button double-clicking

$
0
0

It's always a problem when users click on buttons more than once, duplicating server requests.

There are solutions for both client and server-side.

[Ideas] Basic Authentication to Consume SOAP Web Service

$
0
0

I have a web address that requires a username and password to access the WSDL. (Basic Authentication)

Therefore, I cannot consume the SOAP Web Service directly within OutSystems (Integrations -> SOAP -> Consume SOAP Web Service)

I have to create a local copy of the WSDL and save it locally including EVERY XSD within the WSDL. I then have to manually map the WSDL to the local XSD's.

Then I consume the LOCAL WSDL and all works.

Extremely time consuming for large WSDLs.

We want to use the  'Consume SOAP Web Service' and simply pass in the username and password (optional)

[Ideas] Forge Analytics

$
0
0

The ability to get information on who has downloaded a forge component you publish

[Ideas] Allow multiple sort criteria in ListSort action

$
0
0

The SortRecordList extension allowed to have multiple sort criterias. The ListSort should have feature parity with that extension, at least.

Having this built-in on the platform would be useful for sorting third-party datasources. For example, imagine that a web service returns financial transactions, and has two distinct columns: Date and Time. We would need to sort on both columns to be able to present data in chronological order.

[Ideas] Rename entity attributes without loosing the database content

$
0
0
Physical table attributes are not renamed when the entity attributes are renamed, requiring manual upgrade scripts.

[Ideas] Bring back align buttons next to the style sheet button

$
0
0

While I like what was done in the latest versions of service studio with the style editor, I am really missing the ability to quickly click the alignment icons next to style sheet icon, instead of having to go to the align property dropdown or toggle the style edior.


[Ideas] OnNavigate event in SILK UI Mobile Calendar

$
0
0

The current Calendar only has an OnSelect (Date) event.

It would be nice to have an onNavigate event too.

Example:

Page including a calendar and an event detail block.

Every time the user selects a date, the detail event(s) data is displayed/refreshed.

Navigating to another month/year should clear the block data to prevent unclarity for the user.

This is currently not possible.

Adding the onNavigate event would be the solution.


I copied the calendar(Silk UI Mobile) and and added the onNavigate event which  works but having it in the native system app would be better. 

KR,

Eelco.


[Ideas] Forge Updates - order by application dependency or allow update dependency

$
0
0

On Service Studio forge updates notifications, components are ordered by name ASC.

If you need to update an app that starts with a B but depends  of another with a D, 

Service studio will inform you that you cannot update it automatically (not saying specifically why, OK you may notice that you don't have app D updated to do so) and asks you if you want to do it anyway, leaving to your rebel side to decide on that.


it would be nice to Forge updates to show components that are producers first in the list to update or if you decide to chose one with lots of dependencies to follow a dependency step by step update.

[Ideas] Add a function to get the week number

$
0
0

There are date functions like Year(), Month(), Day(), DayOfWeek()... but no Week() to return the weeknumber. If you want to use the weeknumber in a aggregate you can't. To bad, because then you must use a advanced query and use (SQL Server):

datepart(week, <date>)

Funny thing is, when you look at the executed SQL of an aggregate where you use e.g. Year() as a formula of a custom column, Outsystems rewrites this to:

datepart(year, <date>)


[Ideas] Service Studio Midnight/Dark theme

$
0
0
I would like to see a built in midnight/dark theme for service studio. Something that is a little easier on the eyes when working the night shift.

Looked around but couldn't find anything to suggest this is a duplicate, but let me know if it is.


[Ideas] Copy paste in translations

$
0
0

When we copy one "Expression" or "Text" and this one is already translated and after this we paste in other place and change the text, the translation is not affected. I think when we paste shouldn't keep the translation and when we change the text i think it's better clean the translation.

Viewing all 1476385 articles
Browse latest View live


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