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

[Ideas] Saved Apps from Forge

$
0
0

Hi community,

It would be interesting have an easy way to reach the Apps from the forge to consult it when we need to use for our applications. A good example is the tab "Saved Items" as we have in Facebook.

I don't know if this idea is already implemented. But if is already  implemented I can't find it.

Thanks.


[Ideas] Outsystems plugin for Visual Studio Code for coding

$
0
0

It takes a lot of time to use a mouse to connect components.
Sometimes it is hard to replace columns inside the row.

It would be a great add-on to have a possibility to change the code of the application with the code for developers to increase the speed of development.

The most important is to have it fully compatible with the Service Studio visual editor.
In fact, it could be just access to the files with the source code from the very beginning.

[Forums] Within outsystems, is there a way to publish a medium-type post?

[Forums] Validations

$
0
0

Hello Rohan 

With the Outsystems code there is one action String_Split (took this from manage dependecy search for text )which is also used for you to achieve this

DEMO Link : DEMO

I Have attached Demo Link as well as OML (its mobile OML but coding is same in your case also )

if you want to trim first and last space then used the trim already mention in that code
Refer screen3

may be this will helps you.

Thanks and Regards,

AKshay Deshpande

[Forums] input mask currency

[Forums] Validations

$
0
0

Hello Rohan Roy,

You have to use the search_regex() function of "Text" Library . you have to put some pattern like this, in the pattern input variable:

/^[a-z0-9]+$/gi


This will give you a Boolean that indicates if your string only has alphanumeric characters.


Regards,

Riyaz

[Forums] How to read range of columns and rows

$
0
0

Hi Lenon,


I think you can create two local variables, one for row count and another for column count. Initialize the column with the value 2. Then apply the following while loops to read the cells you want (column by column):

Hope that will solve your issue.


Regards,

Hasan

[Forums] Validations

$
0
0

Hi Guys,

Help me to implement the following 

Username should be follow standard rules. Like dot not allow space character while creating a new user.



[Forums] Developing for testability: BL- and CS modules

$
0
0

Hi Johan,

i structure my CS modules as you described it already. In my CS modules i have entities and crud server actions. For create and update actions i also perform all sorts of validation to ensure that data is written to the database in expected format (eg. RegEx patterns asf). My guideline is "CS modules are closer to data".

Wheres BL modules i treat "Closer to the consumer". Besides aggregating multiple CS modules in a BL module i create my server actions around business concepts. In form of "I want to do....." eg. Claim_SetStatus or Claim_AddParty. My BL modules also contain Data Retrieval actions eg. Claim_GetAllClaims or Claim_GetParties along with filter asf. (that is my personal preference, especially when i have the need to add some sort of access control entry based data retrieval).

Best

Stefan

[Forums] OutSystems UI v2.8.0 is here and brings many improvements!

$
0
0

There is a client action 

DEPRECATED_AccessibilityConfiguration

However, there is no corresponding new action for that and I couldn't find migrating instructions. So what should I do with that action?

[Forums] Create Action duplicates records in the database

$
0
0

Thank you so much for your responses ,  I found out there is a repetition of a create method on the action flow, hence it's duplicating.


Thanks again for your assistance.

[Forums] Retrieving data in dropdown while switching between different sections of form

[Ideas] Built-in Functions sum and subtract

$
0
0


in some projects there is a need to use addition and subtraction, it would be interesting to have a sum function that passes as a parameter two or more numbers to add and also a function to subtract.

[Ideas] Ability to call Screen Actions from JavaScript.

$
0
0

It would be nice if there was a native way to call screen actions from JavaScript.

Currently the best way to do this is to create a hidden button with the intended action and then clicking it from the JavaScript.

I was thinking this could be achieved by creating a JavaScript function call attribute of the screen action. Similar to how Widgets have a .Id attribute, actions could have something like a .JSFunction attribute that could be included in JavaScript that would then start the screen action. 

[Ideas] Auto Arrange in Service Studio

$
0
0

I would really like to see some sort of "auto arrange" for Service Studio that just moves the items in an action to have nice even spacing, put the work for For loops to the side, make branches look nice, etc.

J.Ja


[Ideas] Autopublish applications after upgrade

$
0
0

Hi everybody.


I don't know wheter this is an idea or a question, or maybe we don't know a tool exist for this situation.


We, at my company, are quite new working with Outsystems Platform. Some few days ago I did a minor upgrade from 9.0.0.2 to 9.0.0.19 version. Following the Upgrade Guide is a straightforward process but there is a point where things can become complicated: we have to republish every application and module manually, being specially carefull with dependencies.


I think it would be really nice that this process could be automated as a taks performed inside the platform.


What do you think?

[Ideas] Update OutDoc to Reactive

$
0
0

OutDoc is a great tool to document your work in OutSystems, but in its current state it has quite some issues. Not only do I get errors often and does data not show correctly, I feel like the UI could use a bit of upgrading to the current standards.


[Ideas] Sort extensions by downloads/stars

$
0
0

Being used to sort github with downloads & stars, it's a pretty confusing to use Forge at the moment where the sorting is done by platform(?).

This would benefit the popular extensions to get even more downloads & support.

[Ideas] Add the explanation of the answers after the quiz is finished

$
0
0

Hi, I have a suggestion for the quizzes. 

Basically I suggest that when someone submits a quiz and all the answers are right, there could be shown the explanation above all answers.

 
Usually, to answer right to a question it's because we know why that one is correct and the others are wrong, but I had a couple questions where I was sure that one of the answers was correct and didn't understand why one of the other options was wrong.

For example in the attachment, I send one question where I got the answer right at first but I'd like to be able to be able to see the others explanation like when I fail the answer.

Thanks,

[Ideas] Allow Blocks to be bound to Label widget

$
0
0

Several of the patterns provided by OutSystems UI can be used as replacements for native widgets (e.g. Input or ComboBox), but since they are not native HTML elements they cannot be bound to a Label and take advantage of the Is Mandatory text decoration nor the focus switch when the Label is clicked/touched.

It would be an interesting language development if any Block could optionally define one of its widgets as the default widget for this purpose though! Blocks with a default widget defined would then be available for selection on the Label's Input Widget dropdown.

OutSystems UI and any other pattern library could then make use of this and integrate seamlessly with the existing Form behavior.

Idea sparked by this post : https://www.outsystems.com/forums/discussion/64101/outsystems-ui-dropdownsearch-is-not-a-valid-label-input-widget/ 

Viewing all 1476385 articles
Browse latest View live


Latest Images

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