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

[Ideas] [Community Forums] Change Top Posters for Top Solvers

$
0
0

As you might know, there is a leaderboard for top posters which aims to "recognize" the people that devote their time to helping others. 

Unfortunately, this has a massive side effect: more often than not, people just post for the sake of getting higher in the ranks of the leaderboard, without any concern for helping the person in need. As the saying goes "quantity doesn't mean quality".

As such, I would like to suggest that instead of having the list of Top Posters, we would have a list of Top Solvers, which would highlight the users who had the bigger number of posts marked as solution.

Hopefully this will increase the overall quality of the answers around the forums.


Let me know what you think


[Ideas] [Forum] Users cannot post on the forum 'Hint's and How to'

$
0
0

The 'Hint's and How to' forum may be the most popular forum of all. 

But I cannot post anything there because I'm not allowed. 

Even if it is off-limits to non-OutSystems personnel, I believe that the content could be reviewed by OutSystems personnel and then approved. 

Let's create great content!

[Ideas] Posted On Date&Time in Community Post

$
0
0

Won't it be a good idea if a member will know at what date & time the post was made in community along with last reply, like below screenshot :

In this way,  a member will know how old is this post. As of now, if somebody will reply on an old post, it display with latest post so member doesn't know if it is old or new and more people started replying on that as not all member will check actual posted date.

[Ideas] Create a report button to report spam posts in the forums

$
0
0

I see a lot of spam posts in the forum. Add a button so we can report this.

[Ideas] Support foreign language translation on posting or replying /forums or /ideas

$
0
0

Over the last months I have the feeling more and more people, from Brasil and Portugal are posting and replying on the Forums and Ideas page in Portugues.

As OutSystems community moderators we then ask then kindly to rephrase their text in English.

It would be great that a person can write his text in his/her favorite language and that their is a build in integration with google translate to post it as English. 

Both texts could be shown the original text + the translation.

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

$
0
0

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?

[Forums] To keep scroll always to the last element of the list in Chat app.

[Forums] card in traditional web app

$
0
0

Mahesh Manchala wrote:

Hi Madhu,

Please share your oml so that I will try to enhance based on your need.

 hi Mahesh,

I cannot share the oml due to security restrictions. Thank you.

regards,

Madhu


 


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

$
0
0

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 .


[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:

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?

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

$
0
0

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 !


[Forums] I need to change the CSS of the mobile app depending on the Tentant

$
0
0

you can have different theme and can also keep their names in db and in layout refer it from db .


[Forums] PCI Scan Issues

$
0
0

Hi Team,

We have executed a PCI scan on our application and we are facing below issues:

1. Path-Based Vulnerability  (CWE-22)

2. Cookie Does Not Contain The "secure" Attribute.
We have enabled the Cookies from Lifetime, however, the issue still persists

3. Path-relative stylesheet import (PRSSI) vulnerability - Need correct steps to Add Header response throughout the application/ web server to apply X-Frame-Options: deny - and X-Content-Type-Options: nosniff 

4. Clickjacking - Framable Page  

We have enabled the Content Security Policy from Lifetime, however, the issue still persists

5. Use of JavaScript Library with Known Vulnerability 

This issue needs an upgraded JS and jQuery version, we did not find any option to use upgraded version of the same.

Kindly suggest the configurational changes required for the same. 

(Generally, the issues are for anonymous pages in the applications)

Thanks in advance.

Neha Agrawal

[Forums] The authentication header received from the server was 'Negotiate'

$
0
0

Hi, I need to call a Soap WebService, from the cloud environment to a on-premises machine.

I was able to add the webservice to Outsystems using the following URL format:
http://[username]:[password]@[WebservicePath]?wsdl


When I try to call the webservice, I get the following error:

The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate'.

 

If I try with basic authentication, I get the same error, but this time regarding basic authentication.

Has anyone have any idea how can I send the credentials with the request? After researching, it seems I need to change the headers or the authentication type, using the Soap Advanced Extensibility, but I have no idea what is needed.

Has anyone encountered the same issue? Thank you for your help.




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

$
0
0

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?

 


[Forums] failed to close SQLITE database cannot be closed while a transaction is in progress

$
0
0

Looks like a firewall issue so check with network team once.

Look into the below thread once:

https://www.outsystems.com/forums/discussion/50521/error-closing-the-transaction-to-the-database/

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

$
0
0

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

[Ideas] Forum | Separation of development types

$
0
0

Nowadays we have Web Traditional, Mobile and Web Reactive, and when a question is asked in the forum it is sometimes not understood what type of development the question is asked. So I suggest that an option be placed when creating the question that the person chooses:

  • Web Traditional
  • Mobile
  • Reactive
  • General

This field would be mandatory, and in the Title of the question, when the publication is made, a label with this information is inserted. This will avoid many unnecessary responses, and speed help.

Cheers,
Nuno Verdasca

[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] ListAppend with attributes

$
0
0

If I want to build a list, the typical way is to have a structure and a list of that structure as local variables, assign the structure attributes, do a ListAppend. so the variable of type structure (or, pre 9, record of that structure) is only used for doing the ListAppend. It would be nice if we had a ListAppend that accepts a list as parameter, then based on the type of that list shows the attributes (or single value in case of a list of basic types). This saves a local variable (and possible clearing of it in a loop). For the developer, this would be a bit like the new platform 9 ListAppendAll, in which it is possible to append a list to another list of different type, specifying conversion. In this case it wouldn't be a conversion, but the actual assignments, though the user interface would look the same.

Viewing all 1476385 articles
Browse latest View live


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