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

[Ideas] Support CSS Variables in Service Studio

$
0
0

CSS Variables (aka Custom Properties) makes it possible to organize and refactor stylesheets. They are already supported by every major browser, except for Edge, which will add it soon.

You can already use CSS variables in OutSystems applications. But Service Studio doesn't understand them, and the design-time preview will have low fidelity.


With this CSS module, you can declare custom variables, and then use them throughout the stylesheet. For example:

:root {    --primary-color: #9E0616;
}

a {
    color: var(--primary-color);
}

/* ... and many other styles could use var(--primary-color) */

In such a stylesheet, changing the primary color requires only changing one line.


This would greatly simplify the instantiation of a theme, because the variable can be declared with a default value on the theme, and when a consumer inherits the theme, it simply overrides the variable value:

/* On the theme (e.g. LisbonTheme stylesheet): */
:root {    --primary-color: /* default */ #000;
}

a {
    color: var(--primary-color);
}

/* On the application theme (e.g. MyApp stylesheet): */
:root {
    --primary-color: #9E0616;
}

[Ideas] Validation for Radio Button widget as a whole

$
0
0
At the moment, it's not possible to validate a group of radio buttons refering to one same form variable. In order to display a validatin message when none of the radio buttons is selected, I have to manually check if at least one of the radio buttons is selected in order to display a 'custom' validation message that applies to the whole group of the radio buttons.

[Ideas] Additional Exercises Masterclass BPT: update OML to a non-deprecated version

$
0
0

Hi, I'm following the masterclass on Modelling Business Processes and I've reached the Additional Exercises section (https://www.outsystems.com/learn/lesson/1168/additional-exercises/). I've downloaded the materials ZIP and noticed that the  OML in it has been built with version 8. Even though it is possible to update it in Service Studio, it would be nice to have it available in version 10 and/or 9.1.

[Ideas] Retain Upload widget filename and content even when not using a Submit button

$
0
0

Currently the filename and content attributes of an upload widget are lost unless the upload button is set to submit.  It would be helpful (and surely very easy) to store that information regardless of what you're doing after the upload within that screen.

Currently if you want to do an ajax submit you have to store the information in variables if you need to use it elsewhere within that screen.  Plus there is no warning or explanation of why the attributes are blank when using an ajax submit and that can be very confusing if you don't know.

[Ideas] Refresh References

$
0
0
Be able to refresh a Reference by right-clicking an option menu over an existing reference in ESpace explorer reference's folder.

In the References' popup screen it would be nice to have a button/link to refresh the existing Espaces or Extensions without having close e reopen the popup References' screen.

[Ideas] Add break/continue on cycles

$
0
0

It is impossible to break/continue if you have more then one nested foreach cycle.

Adding an action like a terminator to a cycle could lead to the previous one, for example.

[Ideas] JSON name should default to Attribute name

$
0
0

When adding a new Structure Attribute the JSON name should default to the Attribute Name.

The JSON name should also appear in the Attribute properties panel.

[Ideas] Right click on UI flow to collapse or expand all screen action

$
0
0

Right now, if we want to collapse all the screen action in a UI flow, we need to do it one at a time. It will be great if we can right click and collapse/expand all screen actions. 


[Ideas] Don't change/lose focus when 1CP completes a step

$
0
0

This is like the most obnoxious behavior in the world... you click 1CP, and get back to work on something else... but every time 1CP completes a step, whatever you are doing loses the cursor so you are typing into thin air... put the cursor back, go back to work, same thing happens... just keep focus wherever it is when 1CP completes a step.   


J.Ja

[Ideas] View Physical Table Name and add comments on Entity Diagram

$
0
0
It would be great that when you export the entity Diagram, you had the option to see the physical table name.

Just because that when a customer asks for an entity model, despite understanding the connections, he actually wants to know which are the tables, and it would be nice to have that without querying ossys_entity.

It would also be nice to add comments to the entity diagram.

[Ideas] DAST scans on applications

$
0
0

I know that Outsystems has integrated SAST scans with every build created. But I don't think it still executed DAST scans at any point of time. This should be taken into consideration since DAST is equally important as SAST. 

[Ideas] Cloud File Storage Built into the Platform

$
0
0

Since the cloud version of the platform is on Amazon, why not offer some type of file storage fully integrated within both the .Net and Java stack OutSystems Platforms on Amazon.

[Ideas] Service Studio - Support Alt-DownArrow keystroke to open ComboBoxes

$
0
0

Windows allows the expansion of comboboxes with the keystroke of Alt-DownArrow.  ServiceStudio does not support this keystroke combination in at least the attribute setting comboboxes.  I have not found a keystroke combination for opening attribute comboboxes in ServiceStudio, thus a mouse click is required.

[Ideas] Accordion collapse screens in Service Studio

$
0
0
Often times it takes a lot of time to repeatedly manage the real estate of Entities and properties (for example) on the right side of Service Stuio.
It would be great if these could be made colapsable. 
(Idea on behalf of Burton)

[Ideas] Close button normalized shortcut (Alt+C)

$
0
0

Currently, there are a lot of Alt+<Key> shortcuts. As an example, if you edit an If statement, you can choose "Done" by pressing Alt+D.

There isn't a shortcut for closing the entity/action description.


PS: Yes, I'm a shortcut freak.


Screenshots attached for better comprehension.




[Ideas] Create bulk update, bulk insert and bulk delete widgets for sql ops

$
0
0
Every once and a while, one needs to perform bulk operations on data, and to get the best performance reccurs to advanced queries.

The thing is that these widgets aren't "designed" for this ops (one has to always insert output parameter, when no parameter is required on these cases),

so my suggestion is : Create some new built-in widgets for this ops.

Best Regards,

Diogo C S Cordeiro

[Forums] Executing StoredProcedure with output parameter return only 10 characteres

[Forge] FormVarVsSourceVar_Demo.oml

[Forge] UI Path Connector

$
0
0
OutSystems wrapper to key APIs in UI Path Orchestrator. Enabling easy integration to legacy systems without APIs through Robotic Process Automation (RPA).

[Ideas] Remind forum posters to reply to their posts

$
0
0

In order to better help other community members in finding solutions to their problems, I would like Outsystems to remind forum posters to either reply or mark answer as solution to their posts.

I come across a lot of posts that are unanswered by their poster while they seem to have potential solution answers posted.

Viewing all 1476385 articles
Browse latest View live


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