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

[Ideas] True and False in Expression Editor

$
0
0

A no-brainer: having the possibillity in the Expression Editor to click on a true or false button to have the text.

Just like you have now with the null identifiers.

Yes, its lazy but that's the common thread with developers :)


[Ideas] Scroll textfield up when keyboard popsup

$
0
0

Android- Adjust screen when keyboard pops up instead of manually scroll the page when keyboard is visible (I need the page automatic Scroll up when the user click on  the input widget text field when keyboard pop up)

[Ideas] Allow community member discussion threads on a training video page

$
0
0

It would be nice, that community members can start/read discussions on each training video page on the outsystems.com/learn site.

So what I have in mind is a the page where the video is to have a discussion thread at the bottom of that page.

[Ideas] OFFSET and NEXT ROWS part of an Aggregate

[Ideas] [BPT] Allow reuse automatic activities

$
0
0

Sometimes is needed to execute the same automatic activity during a process. Allow to reuse existing automatic activities by drag and drop on process flow would be very useful.

[Ideas] Custom Colours for Tile Icons

$
0
0

Currently to modify the background colour of a Tile Icon we have to select an existing static entity created:


These can be modified via CSS but if I want a few shades of green I have to use the slots of other static entity names to hold that colour, example use 'Gray' to a green shade colour.
Would be great to add more colours and name them whatever we are comfortable with (no need for fights over purple vs lilac with OS!)

[Ideas] [Lifetime] - Save Plan should save settings to Redeploy Dependent Applications

$
0
0

It would be nice to have Lifetime deployment plan saving the Redeploy dependent applications settings. If you enter the plan and by default all the applications are set to by redeployed.


If you save a Deployment Plan in Lifetime:



The setting to Redeploy or not the dependent applications are not saved, and if you get back to the plan screen, by default all applications are selected to be Redeploy.

[Ideas] Get correct label name before removing special characters

$
0
0

Hi guys.

I'm using outsystems and my language is portuguese (brazilian version). When I'm creating a table or a field, when I write it's name, like "Localização", with the special characters, service studio correclty removes all these special characters for me.

The question is that after I create the table or field, I have to go and change label by myself to the correct version, with the special characters.

I suggest that, when I'm creating a table/field, when I write with special characters, upon removal, the correct name is put on the label, allowing me to save effort.




[Ideas] SEO rules -> add import/export functionality for the eSpace alias list

$
0
0

Hello,

It would be an improvement if it's possible to export and import the eSpace alias list from the seo rules section. Now you always must check manually if every environment has the same rules. The page rules also have this option, so why not add it here also.

Screenshot to make it more clear:

[Ideas] Outsystems Index Suggestion

$
0
0

Outsystems should provide suggestions to add/remove indexes taking into consideration Query clauses.

Ex:

'Table A' has a "Code" varchar attribute.

10 queries uses the Attribute 'Code' as a filter (Code = 'X').

Outsystems should take into consideration the Type and filter used in the Queries and suggest Code as an attribute to add as an index (or composed indexes if needed).


Table size and other infos are always relevant information and that's why it should be a suggestion / info.


[Forums] Display all selected row in feedback message

$
0
0

Hello Jay-jay,

1 Create a local variable

2 In the OnChange of the checkbox, you will have to concatenate the existing text with the new line.

Example: 

X= If(X="", ROWNUMBER, Concat(Concat(X,", "), ROWNUMBER))

3 Put X in the FeedBack Message.


Regards.

[Forge] Facebook Login Plugin

$
0
0
Facebook login plugin, natively integrated with IOS and Android.

[Forge] MediaPicker Plugin

$
0
0
Android and iOS MediaPicker support selection of multiple image and video files

[Forums] Start action without any botton

$
0
0

The aggregate isn't filtered by the attribute you want? (by blue eyes for example...)

If it isn't, can you show the aggregate structure?

[Forums] Display all selected row in feedback message

$
0
0

Jay-jay wrote:

Hi experts,


How can i display the the selected row in my feedback messages.

can any one guide me


Thanks

Koushik Prathi wrote:

Amreen Shaikh wrote:

Hi Jay,

By assigning the rows selected to a variable of type List Record and passing that variable to the message you can get in the feedback message.


Regards,

Amreen

Hi Amreen shaikh,

If i am not mistaken,  we cannot  pass the list type variable to feedback message server action.

Regards

Koushik

Hi Koushik,

You are right but we do like this.

1. Create an attribute in preparations aggregate as IsSelected and set to False.

2.On select of check box and then click on button.

3.On click of button created action

Result:


Hope this will help you jay


Regards, 

Amreen



[Forums] iOS Keyboard overlapping Form

$
0
0

Harlin Setiadarma wrote:

Yes, on Android, keyboard will reduce viewport's height, while IOS isn't.

As a workaround, I have to add some fixed height container at the bottom, and only show it if IOS.

That's what I ended up doing. 

Is this something that would be fixed on later versions of Outsystems?


[Forums] Where To Purchase CBDistillery Oil in United Kingdom !

$
0
0

The last favorable position in theabove rundown of a lower cost for every milligram is one worthinvestigating further. As recently referenced, in light of the factthat a full range item is gotten from an entire plant ex-tract itordinarily costs more (you the shopper are getting something otherthan CBD). Pursue Terwilliger, CEO of CBDistillery,includes, "It is more affordable to fabricate disengage baseditems com-pared to full-range items. As opposed to exploiting abigger edge, we chose to pass the reserve funds along to thepurchasers." For those searching for an unadulterated CBD item,you will al-so be pleased to find that CBD oil produced usingdisconnect is ordinarily more affordable than a full-range item.Which raises a last point which is to do your exploration on thebusiness standard valuing for expense per milligram to guarantee youare not paying a superfluous premium. Could buy online from itsofficial websitehttps://dasilex.co.uk/cbdistillery-full-spectrum-cbd-softgels/

[Forums] How to clear mobile screen from back stack

$
0
0

The sample I provided will also work fine. with your scenario.Just give it a try.


[Forums] How to clear mobile screen from back stack

$
0
0

Koushik Prathi wrote:

Hi Raj008,

I also faced the same issue with login page, After user login if you press the back button it will take you to the loagin screen again. Even if you are already login.

I resolved this issue, By using GetUserId() Function value on the OnIntialize Action of the login screen. If i get the userid from the GetUserId() function then,I use the java script to force close the app.

Attaching sample oml file,for reference.

Hope this will helps you.

Regards,

Koushik


Thank you for update.

In my case Multiple login pages are creating as stack.  Single Stack should maintain.


Thanks,

Rajesh R.

[Forums] How to clear mobile screen from back stack

$
0
0

Hi Raj008,

I also faced the same issue with login page, After user login if you press the back button it will take you to the loagin screen again. Even if you are already login.

I resolved this issue, By using GetUserId() Function value on the OnIntialize Action of the login screen. If i get the userid from the GetUserId() function then,I use the java script to force close the app.

Attaching sample oml file,for reference.

Hope this will helps you.

Regards,

Koushik

Viewing all 1476385 articles
Browse latest View live


Latest Images

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