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

[Ideas] Filter search results by location

$
0
0

It would be great if we could for instance look for a search term only within queries, or only within assigns or parameters.


[Ideas] reverse engineer SQL - Aggregation

$
0
0

When you open a new aggregation is possible to put a SQL (advanced SQL) and is generated aggregation from that sql.

[Ideas] Portable SQL Functions In Advanced Query

$
0
0

There are some commonly-used SQL functions that are implemented differently by SQL vendors.   Example:

T-SQL -- @@ROWCOUNT
MySQL -- ROW_COUNT()

In Advanced Query, you can get around the T-SQL @@ by kludging input parameters, but why not have an OutSystems function --- maybe RowsAffected() -- that could be used in the OutSystems query definition dialog.  That way, the OutSystems SQL transpiler could output @@ROWCOUNT for MSSQL, ROW_COUNT() for MySQL and whatever the equivalent is for Oracle.  

Pretty much anywhere T-SQL uses @@ and MySQL uses a function call, this would be helpful and go a long way towards making Advanced Queries more vendor-neutral.

[Ideas] Forge - Separate the "Component" from the "Demo"

$
0
0

The Demos in Forge projects take up a TON of SUs/AOs. But if you delete the demos after installing, the next time you upgrade the component you get the demo code again.

Solution: have the component author upload a demo (OAP, OML, or OSP) separately from the component itself (OAP, OML, OSP, or XIF). Then allow the Forge user a choice of "Download Component Only" or "Download Component + Demo".

To make this better, add a "Project" that is similar to an OSP, but can contain Applications as well. That way, the Demo can be a separate Application from the Component, and they can be delivered together in one download. A level above "Application" has been requested a few times already.

J.Ja

[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] Integrate OutDocumenter in ServiceCenter

$
0
0
It whould be nice to have an overview of all available actions and webservices in Service Center, something like a 4GL dictionary.

This would give an overview of
  • Built-in actions
  • all public actions in Sollutions
  • all webservices
  • references of all eSpaces / Extensions and its function (UI / Business layer / Integration Layer)
This is also the place to functionaly describe these actions/services

[Ideas] Forge

$
0
0

1. Go to list text should be bigger in size.  

2. Auto complete for browsing forge.

3. Filter to sort list based on ratings and highest downloads.

[Ideas] Create folder tree / Sub folders

$
0
0

Hi, is important create a folder tree in Logic tab.




[Ideas] Mobile extensibility configurations per environment on lifetime or service center

$
0
0

The extensibility configurations used on the mobile application, should have a possibility to change per environment (dev, qa, production) without having to open the module in the environment and publishing a new version.

This situation causes the espace to have a different version/change on this environments (which in certain cases only means that the setting in this environment is different).

This type of changes are very common with mobile plugins that require a setting for non production environments and another to production ones.

I would suggest that this could be changed either on lifetime or service center when defining the mobile generation of the app. This setting will then override the one default one defined on the espace. Something similar with the effective url settings that exist on the Soap/Rest integrations in service center.

[Ideas] 4 eyes principle workflow integration in LifeTime deployment

$
0
0

We get more and more customers that require us to implement 4 eyes principle in deploying changes thru the pipeline. Also there is a requirement that the software development factory automatically enforces this and register this for auditing purposes.

Currently deployment can be limited by role, but this doesn't work with 4 eye principal in multidiciplinairy teams. Everbody is allowed (or approve) to deploy, but no one is allowed to deploy (or approve) their own changes, this has to be done with someone else.

I have not a clear picture on how I would like to see some integration for this in OutSystems, but post this idea to open a discussion on this topic.

[Ideas] Application List - Add folders

$
0
0

As we are now having folders everywhere, please do the same for service studio main screen. This way applications can be grouped by context.

[Ideas] The ListBox does not have view state

$
0
0

The value from the ListBox is lost when a page is submitted because it doesn't have view state.

[Ideas] Auto - Refresh Espaces

$
0
0

In some situations the platform should auto refresh espaces and publish them (if possible). 


Scenario:

Public Entities consumed by several espaces.

There's the need to add a new column or record for static entities.

Consumers will be outdated/broken.

When the espace with the change is published which has consumers, should check if its possible to auto-refresh the consumer, and if so refresh it and publish it automatically. 

By the way it would be nice to have more filters on Espaces List in SC.

[Ideas] OutSystems Swag

$
0
0

We need an online system/portal/store where we can purchase OutSystems swag, like t-shirts, decals/stickers, etc.

[Ideas] Separate FORGE components in areas.

$
0
0
It would be good to filter FORGE components by tags.

[Ideas] Shortcut for view data

$
0
0

In the data tab you'll have to right-click and select 'view data' for viewing the data of the table or static entity.
It would be nice to have a shortcut (eg F10 or F11) for this.


[Ideas] Aggregate with distinct

$
0
0
Aggregate should have an option to remove duplicates.

I see this as a new tab like "Sorting" where you could select the column you want to remove duplicates.

[Forums] [Location Plugin] [GoogleMapsPlugin] Plugin Rejected by Apple.

$
0
0

Hi again Ali, not sure if you were arleady able to solve it, but here it goes:

Solution: the Edit PList info plugin from Github (https://github.com/kelter-antunes/cordova-plugin-edit-plist-file/), I was able to do so. I’ve downloaded it from Git, added the configuration in plugin.xml:

<platform name="ios">
       
        <config-file parent="NSCameraUsageDescription" target="*-Info.plist">
            <string>We are using a camera to bla bla bla </string>
        </config-file>
       
        <config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
            <string>We are using the gallery to bla bla bla </string>
        </config-file>
       
        <config-file parent="NSMicrophoneUsageDescription" target="*-Info.plist">
            <string>We are using your microphone to bla bla bla </string>
        </config-file>
       
    </platform>


Added, this plugin as a zip resource to the module, added it to Extensibility Configuration and my messages appear.

[Forums] [CryptoAPI] SaveKey not available anymore?

$
0
0

Yes, that was weird, for some reason during updates there was an issue updating that component and seem to have rolled it back somehow, not sure what happened there, reinstalled application, refreshed dependencies all good now.

[Ideas] An area for freelance work

Viewing all 1476385 articles
Browse latest View live