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 :)
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 :)
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.
Looked at the Large List Navigation Sample in the Forge today, I think this should be part of the Aggregate for faster lest memory intensive data fetching.
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.
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!)
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.
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.
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:
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.
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.
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?
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
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?
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/
The sample I provided will also work fine. with your scenario.Just give it a try.
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.
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