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

[Ideas] Workflow builder Demo Version

$
0
0

Hi,


I think that can be useful, for learning proposes, that we can have a kind of "Demo Version" of Workflow builder so we can learn and improve our skills without the need to be registered with an Enterprise account.


Best regards,

Ricardo M Pereira


[Ideas] Radio Button in Reactive Web and Mobile apps

$
0
0

Hi Team,


It will be better if we can add Radio Button in Reactive Web and Mobile apps.


Thanks & Regards,

Ramesh Sirvi

[Ideas] OutSystems 11 Popups still using Deprecated_Notify and Deprecated_NotifyGetMessage

$
0
0

Seems that not all is OS11 is using the new webblock event and event handlers feature of OutSystems 11.

Would be nice if we do not have to fall back to the Deprecated Notify and NotifyGetMessage actions for popups in OS11.

[Ideas] OnBlur Property

$
0
0

Add "OnBlur",  like the On Change.


[Ideas] Allow to easily clean database

$
0
0
What about a button to clean the database?

We all know that while developing we test the application with dummy data that sometimes starts to be to much! A way to clean all that stuff would be nice :)

[Ideas] Transform Aggregate to Advanced Query

$
0
0

We all know that the Aggregate is not usable in some certain situations, for example when you want to use some extensions or when you have a DB fields encryption and so on.

I'd like to have an option to transform an aggregate into an advanced query on my code, so I won't waste my time creating lots of joins and filters that I've already created on the aggregate.

This would be really helpful and given that you generate the SQL code it seems pretty doable.

Best regards,

João Carreiro

[Ideas] Font Awesome 4.1.0

$
0
0

Outsystems Platform 8.0.1 uses Font Awesome 4.0.2 for the Richwidgets Icon Widget.


Font Awesome 4.1.0 was recently released and include 71 new icons:

https://fortawesome.github.io/Font-Awesome/whats-new/


Some of them, like the new file format icons are really useful.


Like jQuery, this type of scripts\fonts\etc, need more frequent updates..

[Ideas] "Move to UI Flow..." Button

$
0
0

Hello Community,

When editing a web screen it'd be interesting to have an option to move a certain page/pages to a specific UI Flow, i.e., "Move to UI Flow..."

It would be quicker to organize, confused or chaotic UI Flows / eSpaces.




[Ideas] Instructions on how to include existing reactjs UI components as custom components

$
0
0

It would be nice if OutSystems provides us with an instruction guide or video on how to implement an existing reactjs component in OutSystems reactive app or library module.

There are many react UI components available for example to show data in a tree, that are not implemented in OutSystems UI. 

Using as guide on how to do this, the community can extend the usability of the reactive web development more easily.

[Ideas] Label on every widget

$
0
0

hi, i found not all widgets (say AJax Refresh, etc) have label property as assign widget has. 

For the sake of tidyness, it is good to have all widgets a label. I found it helpful when the flowchart has become a spider web.

regards,

bb

[Ideas] Hello World Tutorial feature for applications built with the platform

$
0
0

Create a plug-in or component that can be used to build and imbed configurable interactive tutorials similar to the Hello World Tutorial of Service Studio.  This would make training users much easier and in context of the application they are using.

[Ideas] Debug: Able to select entry point even if there is no reference from Espace to Entry Point

$
0
0

On the scenario that, there is:

- A End User espace A, that consumes a weblock on a UI espace B, 

- The Weblock on espace B consumes a action from CS espace  C

- There is no reference between A and C

On the described scenario currently is no possible to debug on C request from start on A without adding a useless reference between From A to C    

[Ideas] Log database catalog

$
0
0

I would like to see the log database on a different catalog (or at least the possibility). This could be useful in various situations.


One of them is that if you need to restore a production environment, you have less to restore and you will still have the logs of when something went wrong.

[Ideas] static entity - Input string was not in a correct format

$
0
0

Hello,


We had the following issue when referencing a new static entity in another module:

An error occurred in task 'Loading eSpace with key 'f69c72e7-9af0-41b4-a12c-c17261b8a9f0'':
Input string was not in a correct format.
Details : System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)


Root cause:

We had a static entity defined with a field "Value" of type "Integer"


The actual value however was set to 0.5, which is no integer value


The publish of this module containing the static entity went fine. Then we referenced this table in another module. Still no issue so far.

However, when publishing the module we referenced the static entity in, we got:

An error occurred in task 'Loading eSpace with key 'f69c72e7-9af0-41b4-a12c-c17261b8a9f0'':
Input string was not in a correct format.


The platform should block the publish of the initial module if the values of a static entity are not in line with the type. 

The actual error now comes several steps later in the development process making it very hard to find the root cause.

[Ideas] Be able to deploy custom on lifetime on phone applications

$
0
0

Currently, lifetime allows us to deploy custom (ability to choose some modules of an application to be deployed) for web applications.


The same option is not available for phone applications. I would like to see that option available so that I can deploy modules separately without the need of creating<new applications.


[Ideas] Unused Session Variables and Site Porperties should give a warning on TrueChange

[Ideas] Multiple Database Catalogs and Schemas status in the ServiceCenter

$
0
0

Since on OutSystems PaaS, the Multiple Database Catalogs and Schema feature is not available. As such, all applications store their data in the same database Catalog/Schema. 

However, on the cloud environment's Service Center >> Administration >> Licensing page it shows that Multiple Database Catalogs and Schemas are licensed.  Instead, it should show Not Available. 

Multiple Database Catalogs and Schemas

Support distributing applications across multiple database catalogs / schemas, for data isolation, security compliance, and enhanced system architecture

 Unlimited


Regards,

Swatantra

[Forums] how to save current user details to database?

$
0
0

Diksha Wadkar wrote:

Samed Gurses wrote:

Diksha Wadkar wrote:

Samed Gurses wrote:

Diksha Wadkar wrote:

Samed Gurses wrote:

Diksha Wadkar wrote:

Hello Samed ,

You can store current user data in database by using following steps.

1) Fetch user data using aggregate and put filter on it  User.id=GetUserId()  

2) Assign aggregate values to Create action of your entity .

Hope it helps  !

Thanks & Regards ,

Diksha Wadkar

 

 Hi Diksha, 

the problem is that i dont know what to choose for the variable and value:

the second one, is this going the right way?

 

 Hello Samed,

If you want to store current logged on user id in second assignment  then you can directly use 

GetUserId() build in function in second assignment .

Hope It Helps !

Thanks & Regards ,

Diksha Wadkar

 Hello Diksha,


Actually the items i want to store are : email, name and mobile phone number. Should i make 3 different assignments then? And what should i choose for the value?

 

 

 Hello Samed ,

Please check the following flow diagrams

I have fetched user data using aggregate and i have filtered data of current user .

And createuserdata2() this is my dummy entity action for storing data .I have created entity user2 .

Please check below diagram for assignment .

Hope it helps !


 

 Is it also possible to prefill the input fields? So that the input fields have a initial content allready with for example email of the current user filled in the input?

 

 Hello Samed ,

Yes it is possible .

You need to set input field variable as aggregate value of current user .


 i did that but than the email adress and other details are not correctly passed to the database: 

 you see for example that the email adress is empty, however it was pre filled with currents users email.

[Forums] Object reference not set to an object.... Using Web reference WSE 3.0 to call SOAP

$
0
0

Sourav Pasari wrote:

Hi,

First of all you can consume a SOAP web service from outsystems it self. No extension required.

First try to create a individual dotnet application and consume the soap. Check if you r getting the same error, Then try to create the extension. Then easily you can debug and find out the issue,

 Thanks for the response, yes I know I've tried that but that has not worked because of this error:  Certificate-based client authentication is not supported in TransportCredentialOnly security mode. Select the Transport security mode. 

And I've tried to change this Transport security mode but I'm still getting this Error.

There for I'm trying to create an Extension because I have the code that is working on another dot.net application.  So that has already been tested and everything is working fine on that application.  Almost same code, just the getSecurityToken function is different because on is getting from outsystems but the other from my machine.

 

[Ideas] Complexity indicator for technical sessions during Nextstep

$
0
0

During the Outsystems Usergroup at Nextstep 2019 in Amsterdam someone asked why the technical sessions weren't very technical or in depth. The reason for this is that there's a wide range of experience and expertise among the attendees of Outsystems and the technical sessions are open to all of them. This makes sense, but the short 20 minute sessions are hamstrung by having to go over basic stuff sometimes.

Perhaps for the next NextStep you could implement some sort of complexity indicator for the technical sessions. For instance, associate and professional level technical sessions. This would allow the professional sessions to skip over the basics of development and get more technical or in depth on a specific subject.

Viewing all 1476385 articles
Browse latest View live


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