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

[Ideas] Show hide ability in columns

$
0
0

I will be good to have a show-hide ability in column structure.


Scenario-


I have used four column structure. inside each column, I have put dashboard boxes. And all these boxes are the role-based boxes. for admin, all 4 will be visible. for another role, only the first column and last column will be visible.

So here I am facing the issue at the design level. in the center two blank column is visible.

If the column structure will have this ability like hide the column if it is empty will be good.


[Ideas] Input widget - extend the On Change properties

$
0
0
The onchange-property works quite nicely, only it will fire a lot when you are typing.
There are use-cases when you have a sort of grid to be entered and you actually only want to save the input when the user hits enter (and loses focus to the next input-widget)

There can be a workaround by making an hidden-button etc. etc.
but what I really would like to see that the OnBlur will be made standard (alongside the Onchange) so we will have less ajax-calls.

[Ideas] New option to prevent placeholder from wrapping content

$
0
0
Currently, when you make a placeholder, it will wrap the content in a <div> tag.  It would be advantageous to give the user an option to have the platform not wrap the content in this container.  This reduces the amount of HTML that is injected by the platform on behalf of the developer.

If it is not feasible to place the content into the page without a wrapper, then it could be an option to remove it automatically with JavaScript after it has been rendered to the page.  jQuery's .unwrap() function can do this easily;  I've made a qick jsFiddle that outlines this process:  https://jsfiddle.net/qe5satLj/2/

If you take the following HTML (.outsystems-wrapper simulates the placeholder containing <div>)
    <div class="outsystems-wrapper">
        <p>Text Here</p>
        <button>Button Here</button>
    </div>

And run this JavaScript:
    $('.outsystems-wrapper').children().first().unwrap();

It will output this HTML, without the wrapper:
    <p>Text Here</p>
    <button>Button Here</button>

[Ideas] Outsystems Installation on premises tutorials

$
0
0

Outsystems Installation on premises tutorials is needed to be available in the courses. Installation is the first step for any developer to start.

[Ideas] Port Mobile to Web or Web to Mobile

$
0
0

Once in  a while after developing a mobile app the client asks for a web version as well.

It would be amazing if there would be a "port"  functionality that (partially, as far as logical/possible) would port the native app into a web one.

Understandably after the port manual labor will be needed, but just having the basic framework/skeleton/action set up would save a lot of time.

[Ideas] "Continue" or "Abort" solution publish should validate that someone else already performed a choice.

$
0
0

Hi everyone,


We have been facing an issue regarding the solution publish


Nowadays, the solution will stop at step 11 waiting for a user to press "Continue" or "Abort" the solution publish.


Now in small factories, its easy to control the users that will perform this action.

In my case, sometimes we have more than one person doing the continue.

What we found is that the "Continue" option doesn't validate that the solution is already "on going", ending up on a large locks, on espaces,  from one solution to the other, and in consequence a timeout will appear ending the solution publish.

[Ideas] Server to publish Forge component examples

$
0
0

Create a public server where forge component examples can be available for users to test.  Currently when publishing examples to your personal environment, it tends to get inactivated frequently and then the samples you include on forge don't work.

[Ideas] Possibility to hide an action / screen in the service studio

$
0
0

I miss the possibility to hide screens, flows and actions.

Example: I am working on a screen and see that some things are not working and start building a new screen. I leave the old screen so that I can take certain actions with me. In Mendix we had the possibility to hide actions and screens so that you could build a new screen undisturbed.

It provides an overview in the somewhat more complex environments


[Ideas] Application Locale Time

$
0
0

Story:

As a developer, 

I need to have a set locale time action (as we can set language locale),

So that users can see application time relative to their locale.


Rational:

Currently we need to adapt every place where time appear in the application, with a calculated function matching user locale.

Ideally we would have a set time locale action which would allow easily to adapt locale time saving lots of time for developers.


Importance:

High due to saving time

Occurs frequent in global apps

[Ideas] Swagger Documentation with Form to Test

$
0
0

I found some external RESTs have their forms to test those RESTs. Unfortunately, I did not find it in Outsystems.

regards,

[Ideas] Add random order by to simple queries

$
0
0
Allow the OrderBy NEWID() to be used in simple queries.

[Ideas] OutDoc - show whether structure or Action is public or not

$
0
0

Public entities are already shown as "EntityName (Public)".

Append "(Public)" to public structures , Client Actions and Server Actions as well.


[Ideas] Open link in another tab on button click

$
0
0

Hello OutSystems,

Currently on order to open link in another tab, we are giving extended property to the link as "target = _blank" but this doesn't work for buttons.

If we want to open link in another tab on button click, we need to style link to look like button.

So it would be nice to have this extended property "target = _blank" is working same for buttons.

These are the complaints due to this issue 

http://www.outsystems.com/forums/discussion/18000/link-is-not-opening-in-new-tab/

http://www.outsystems.com/forums/discussion/11285/how-to-open-an-external-url-in-a-new-tab/

Thanks and Regards,

Suraj Borade

[Ideas] Allow to import more than one image to the image folder

$
0
0

When we have to import multiple images, for example, 100 for css purposes we have to import these images one by one. It would be nice if we could select multiple images when importing them.

[Ideas] Start and end database transaction event

$
0
0

For setting and cleaning the context in a database session I like to have a start and end database transaction event.

Outsystem uses a connection pool. So the same session can be used by anyone.

I don’t like to set the db context in every sever action where I do database actions. But only once when starting a database transaction.

So i like to have an event to start a serveraction where i can execute an advanced sql action.


[Ideas] String Formatting

$
0
0

Add support for string formatting in Expressions like python code.


In Outsystems we have something like this:

"My name is " + Name +" and I'm from  "+City


My ideia is to implemenmt something like this:

"My name is %s and I'm from %s " % (Name, City)

[Ideas] Give Ability to Select Example Text in Expression Editor

$
0
0

When assigning a value in the Expression Editor, the Example text in the description had exactly the code I needed. However, when I tried to select any text from the description I was unable to.

I would like for this text to be selectable, so that it can be copied and pasted into the expression editor.

[Ideas] JavaScript for Mobile - Better autocomplete

$
0
0

The new JavaScript editor for mobile apps, is great, but the autocomplete could use some work :)

The feature catches comments and strings at the moment, see below.


[Ideas] Rollback lifetime deployments.

$
0
0

I feel like a rollback or retract lifetime feature might be extremely beneficial for large applications with lots of dependencies. Currently, if I deploy a long deployment plan and something goes wrong in prod I have to either fix it immediately or manually rollback to a previous version for each module that was published. I want to be able to rollback or rather retract the last deploy with a button click. 

[Ideas] [Service Center] History of user changes in configuration on eSpaces/Extensions and Server

$
0
0
There should be an history Tab for each eSpace and Extension, on changes performed to its operation parameters, Site Propertes modifications, changes in Web References, enable/disable and other applicable.
The same should be done for the server configuration.
Viewing all 1476385 articles
Browse latest View live


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