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

[Forums] Possible to change color of some text when expanding accordion in mobile app?

$
0
0

Thanks! I did something similar just now before receiving your comment: 

Is this the wrong approach? I don't want to change the behavior for all the accordions, only this once.

Edit: Original picture is wrong, no space between the CSS classes.


[Forums] Possible to change color of some text when expanding accordion in mobile app?

$
0
0

hi Cristoffer,

You can use write below CSS for your Screen:

hope this will solve your problem.

[Forums] How to change text from the data grid

[Ideas] Client side action for checking roles

$
0
0

Hello Team, 


It would really help if the checkIfCurrentUserHasRole() Javascript method be available as a client side action. Also currently there is no way to get a roleName in a client action. 

CheckRole client action  providing the role checking functionality is needed.

[Ideas] Architecture Dashboard - Allow for multiple Findings (bulk) change

$
0
0

Some Indicators still need enhancement as they still generate a lot of False Positives. So, it's an annoying task having to go over all of them and marking as False Positive or even Already Fixed or Won't Fix.

So, if I could just mark the items I want to change and select the new Finding type at once, it would be very helpful. Most of the times the reason is the same anyway for several items.

[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] Add more options to improve performance

$
0
0

As a developer or Dba-er, I want to be able to

- change the default sort order of indexcolumns (default true)

- create function based indexes

- specify the index type

- turn on and define table partitioning.

I would like to have the platform to create columns using a column order which normally gives the best performance. (based on mandatory, datatype and length of the attribute)


[Ideas] Usage of an ORM (Entity Framework) as a way to query a database (alternative to Advanced SQL)

$
0
0

Problem: 

SQL is quite powerful, but writing large queries is cumbersome and error prone. Another problem is, that SQL has specific dialects or the different databases (T-SQL for MS SQL Server, PL-SQL for Oracle DB, etc.)

Solution:

Why not take a standard ORM technology (like .Net Entity Framework) and implementing it as a standard as an alternative to Advanced SQL for quering of database Entities inside of Service Studio. Entity Framework is quite powerful, a standard in the C# and .Net world, quite flexible, stable and optimized and allows for querieng of databases from different providers (MS SQL, Oracle, PostgreSQL, etc.) with just a simple configuration.

As alternative, a standard .Net Entity Framework (Core) could be integrated for usage with the existing database via an official Extension, supported by Outsystems.


[Ideas] Tint Service Studio tab/interface based on architecture canvas layer standard colors

$
0
0
The idea would be to have the entire Service Studio interface reflect what architecture canvas layer are we currently working on. For instance this would inform someone developing a Library module that he probably wouldn't want to define Business Concepts/Entities in that module.

This integrated with some other ideas here would allow for an architecture canvas-guided development. Relevant other ideas:

[Ideas] Allow '-' and '.' characters in React script filenames

$
0
0

In React Web Apps, script filenames are restricted by the limitations of the name property.  The name property does not allow hyphen '-' and dot '.' characters.

This prevents the use of filenames such as mymodule.esm.js or p-my-module.js

I understand the names follow the same rules as parameter names.

So either the script name could use more relaxed validation, or the runtime filename could be editable so it could be different than the script name.


I have a javascript component I have developed in StencilJS which generates filenames using hyphen and dot characters.  The files are lazy loaded and so reference the specific filenames.

So in order to use the component, I would have to modify the filenames and search/replace the file with the updated filenames.  It is not impossible to do this, just makes it more difficult and by removing the restriction on script names it could be unnecessary.

Here is a list of file I would like to include:

And this is how they appear when imported:

[Ideas] Disallow xif and oml uploads to the Forge

$
0
0

Problem: xif and oml files that are uploaded to the Forge cannot be installed in the same way as oap files, which causes:

  • Service Studio to not recognize when updates are uploaded to those components
  • The components generally get installed in Independent Modules and clutter the factory, which people sometimes don't realize until they try to move to the next environment


Suggestion: Disallow uploading xif and oml files to the Forge, and only allow them to be installed in an oap. Then go through the existing Forge components and cleanup ones that are just an xif or oml (either contact the owner, or wrap it inside of an oap)

[Ideas] Display descriptions for Site Property Tab in Service Center

$
0
0

Hi Good Day,


Is there a way to display already the description in the Site Property list in Service Center instead of clicking the site property to view the description.  It's more convenient for the developer in that way.

Thanks and regards,

Raphael Laurence Reyno

[Ideas] OML API/ accessing data

$
0
0

When are we gonna have a option to access the metadata from a OML file?

In my case i need to generate report for instance, all screens and their input/output parameters to a given Espace.

This information exist only in the OML file.

 Therefore only the Service Studio is able to open it. Maybe some component which could translate it?

I think its important feature for enterprise grade Frameworks like Outsystems.


With best regards,
Slavi Popov



[Ideas] Native apps crash errors logging

$
0
0

I got a case recently where the native applications on mobile phones where crashing when sending the app to the background.
With the following error : "Mobile app has stopped working"

In service center no logs where created since it was not an error produced by the code.
After a while we discovered an Outsystems class was bottlenecking a class from our cordova plugin which crashed with the error described above.

This was the root cause:

The cordova plugin implements a custom Android application class for handling app lifecycle events
but what we saw from the crash log: so does the outsystems platform.
note: you can have only one Android application class defined for your app and the outsystems one takes precedence in this case
(probably is even instantiated on a different level than the cordova plugin one which is integrated via a Cordova build-time hook)



We had to figure it out ourselves what the error was by using "LogCat stacktrace". Service center doesn't provide us those kind of logs, and it would be nice to have them. Since we can not find the root cause of the error with service center.


Greetings,
Niels

[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

[Ideas] Keep all the LifeTime environments inside our screen

$
0
0

When having more LifeTime environments that your screen can fit, a horizontal scroll is created. The higher the number of environments, the bigger the horizontals scroll gets.

Why not break the CSS of the environments' box to keep them all inside the screen?

[Ideas] Hide Non Applicable Options On Manage Dependencies Window

$
0
0

On Manage Dependencies window, to certain type of modules elements cannot be added from certain other type of modules. For instance, in reactive web application module I cannot add a block from a module contained in Phone type application. Such elements which cannot be shared between certain application/module types should be hidden on Manage Dependencies window.

[Ideas] Like and Unlike should not be anonymous in forum post.

$
0
0

Hi Team,

We have like and unlike option in the forum. There is no issue if someone dislikes someone's solution or post but how is that person going to know why it is disliked?


if this option has transparency, we can ask that particular person for the feedback what's the issue with their solution or post.




Regards,

Pankaj Pant

[Ideas] Design Kit for XD

$
0
0

In our organization we use Windows OS machines. Unfortunately that means we can’t use Sketch. We use Adobe XD instead. A XD design kit would be a huge advantage for us! Please help out us non-apple folks too!

Thank you!

[Ideas] Function cannot be executed in the Database.

$
0
0

Hi,

I just created an attribute in the aggregate, tried to get some values from a function which requires input from the aggregate. But it is not allowed.

It will be cool, if it is possible to execute a function by passing input from the current row in the aggregate.

Viewing all 1476385 articles
Browse latest View live