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

[Forums] multiple values search for combo box

$
0
0

Hi Ronan,

I will make some assumptions about what you are trying to do.  A screenshot would be helpful to understand.

Have a look at this item about creating a multi-select box that has filtering capability.  To do this essentially, just use a listbox, not a combo box, give it a name, then drag on the select2 block, and specify your named listbox's id in the select2 block.

https://www.outsystems.com/forums/discussion/32689/select2-multiple-selection/

Is that what you were looking for?

Kind regards,

Stuart


[Forums] Introducing OutSystems User Groups - Join us!

$
0
0

Vincent Koning wrote:

gbarbosa wrote:

Joey Moree wrote:

Can there be more than one OSUG in each country?

Would be nice to have something near Rotterdam for instance :)

Don't think it makes sense since Utrecht is pretty close for most people, but you can give it a try :)



I primarily ride a bike and because of that Utrecht is not close by ;) But when your living in Drente or Zeeland then Utrecht is still pretty far away. Perhaps we should start to broadcast the sessions via Twitch/Mixer/Youtube so everyone can participate (or at least view)?

Hey Guilherme, thank you for the feedback! 

We are indeed working on having a channel where we can broadcast OSUGs as well as then share the sessions we have, in all regions. So, stay tuned ;)


[Forums] How to clear mobile screen from back stack

$
0
0

Rahul Sahu wrote:

Raj008 wrote:

I want to clear all of navigation history of my application mobile and, return to the first screen when I click on a logout button. It would has any plugin in the Outsystems to do that?

Hi Raj,


You can simple do that using Jquery or javascript .

<script type="text/javascript" >   function preventBack(){window.history.forward();}    setTimeout("preventBack()", 0);    window.onunload=function(){null};</script>


Thank you for quick update.

This code is not working on my OutSystems Mobile app. Here is the scenario


  1. Login to app in Android device.
  2. Logout from the app.
  3. Re- login into app and then logout.
  4. Now tap the device back button from the Login screen.  Is showing previous login screen two times( How many times you visited )

Here I need solution, how can clear previous screen stack before logout .


Thanks in advanced.

  


[Forums] Missing assignment?

$
0
0

Hey Rob!

Thanks for your time. 

Bug tested and solved in the last version!

Thanks!

[Forums] multiple values search for combo box

$
0
0

Hi,

I have 4 combo boxes with a checkbox for multi-select, now how can apply a filter?

[Forums] Drawing lines

$
0
0

Hi Denis,

The previous reply makes a good point, a little more info would help.

Though making a few assumptions, I might consider using SVGs, HTML and CSS. There are some good ideas for this on Stack Overflow https://stackoverflow.com/questions/20037122/draw-an-arrow-between-two-divs and this fiddle: https://jsfiddle.net/red_lebowski/13029ngy/ 

(Copied from stack overflow:)

<svg width="300" height="100">

    <defs>
        <marker id="arrow" markerWidth="13" markerHeight="13" refx="2" refy="6" orient="auto">
            <path d="M2,2 L2,11 L10,6 L2,2" style="fill:red;" />
        </marker>
    </defs>

    <path d="M30,150 L100,50"
          style="stroke:red; stroke-width: 1.25px; fill: none;
                 marker-end: url(#arrow);"
    />

</svg>

I hope this helps.  If not, other useful information might be how the boxes and arrows size change as the screen size changes; ie how responsive it should be, and if the arrows are always the same distance apart, or do the angles differ.

Kind regards,

Stuart

[Ideas] Static Code Analysis

$
0
0

Even though Service Studio as started to incorporate static code analysis in TrueChange, it is still not compared with the static code analysis tools used in traditional development languages, like Sonar.


OutSystems should incorporate advanced static code analysis, with extensive anti-patterns validation and also provide a tool with dashboards and reports to allow Tech Leads to have more control over the code quality of their applications and factories.

[Ideas] Performance Analyzing

$
0
0

When analyzing database performance I often get a whole bunch of queries which I cannot directly relate to the espace / action / aggregate or advanced query that executed this query. 

It would be convenient when I can relate the database query directly to my OutSystems code. 

A solution might be to pass information to the executed query. 

e.g. 

Current situation: 

   The Aggregate GetEmployeeById will now execute
   Select * From OSUSR_ABC_Employee where Id = @ID

New Situtation

   The Aggregate GetEmployeeById will execute in the new situation
   /* Employee_CS - EmployeeDetail - GetEmployeeById */
   Select * From OSUSR_ABC_Employee where Id = @ID



[Ideas] Option to upload movie on "Submit Feedback" popup

$
0
0

How many times did you had a strange behavior in ServiceStudio that you think... How can I explain this in a way that Outsystems will understand...


If we simply record the behavior and upload it, it would help way more Outsystems to really understand what's going on.


Edit: Vasco Pessanha added a very good addition to also be able to upload images. (thank you Vasco)

[Ideas] Agile Platform for Linux

$
0
0
I think it would be a good idea to create an Agile Platform suite to be run in Linux (Fedora).  In the very least the development portion.

[Ideas] Add warning when using aggregates results that were not executed

$
0
0

Hi,

As I currently discovered the aggregate is “created“ at the beginning of the action. So, the "result" is available even before it is executed or even if it is never executed. It will just be empty if you try to use, as it was not executed. 

It can lead to undesired behavior if accidentally assign aggregate result in the wrong scope... It would be helpful to have a warning for such situation that the result of the aggregate will not yet be available.

[Ideas] MinValues - Built-in Funtions

$
0
0
Create funtions to return Integer, decimal, etc, MinValues

[Ideas] In Service Center, in an eSpace, show that it has consumers with broken references

$
0
0
In Service Center, when an eSpace has broken references to a Producer, it's shown an warning that it has broken references.
But when a consumer of that espace has broken references to it, only if you consult the References tab you can see that information.
This would be helpful to rapidly see when you publish an espace and it causes a consumer to have broken references.

[Ideas] Select All / UnSelect All on Page's Roles

$
0
0

After a while, in a big company, we have a lot of Roles and when we create a new page for only one or two roles, we have to uncheck dozens of checkbox to have the one we need.

Can you guys put a select all/unselect all above the roles list in the properties panel of a Screen?


Thx

[Ideas] Show a warning if an aggregate is referenced before its position in the flow

$
0
0

A warning should be shown if an aggregate is referenced before its position in the screen flow, much like the C# compiler warns of the use of an uninstantiated variable. This will prevent possible unexpected runtime behaviour where you are, for example, passing a value from the aggregate to an action, but the action precedes the aggregate.


[Ideas] Easy way to find disabled elements

$
0
0

With the creation of this new feature of disabling elements in the action flows, "garbage" of unused logic can be accumulated in a fast way. If it was possible to find these disabled elements in a fast way, it could be very useful in my opinion.

[Ideas] Community search

$
0
0

Please "fix" the community search so that it allows the searching of a combination of words. 

Currently, when you enter more than one word in the search, it returns a union of results, meaning all the results for your first word and all results for your second word. I would like only the results returned that are in the cross section of those result sets. So any result that features both words. This would greatly narrow down the number of results of a search and be way more useful in finding anything on the community. Currently, this can be a real pain.

If this idea already exists, then this would be the best proof of the fact that this change/fix is needed, because I couldn't find it.

[Ideas] List of certified professionals

$
0
0

Hi,

I would like to give a suggestion to have available on your site, the list of all the people who have some certificate from OutSystems.

It would be interesting for companies to look for certified professionals.

As for example has the PMI website (http://certification.pmi.org/registry.aspx), where it has the list of all certified professionals.

Thks

[Ideas] Option to download components directly from the Manage Dependencies popup, to missing producers

$
0
0

Option to download components directly from the Manage Dependencies popup, to missing producers.


[Ideas] Allow filtering on espace status in Service Center

$
0
0

Often, I want to get a list of all espaces with broken and/or missing references.




It would be a nice feature to have a combobox on top of the espace and extension list which allows to filter based on status

- all

- all ok

- missing references

- broken references

- missing & broken references

Viewing all 1476385 articles
Browse latest View live


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