[Forums] How to Use List Box for Multiple Selection?
I know this is a little old of a thread for a new reply, but I recently created a page to use list boxes to manage basic "key word" style assignments, which I think is similar in nature to what the...
View Article[Forums] Unable to connect cloud personal environment
I am getting below attached error while connecting to cloud environment from outsystem sudio. Cloud account is active. Please help to resolve this issue.Â
View Article[Forums] Unable to connect cloud personal environment
Hi Nilesh,It seems that you are entering wrong user name password.In username, you need to enter email address which you have used to create outsystems account and your password will be the password of...
View Article[Forums] [Bug] Select2 in a form shows icons incorrectly
José Rosário wrote:Hi J.There is my suggestion to hide pencil icon:.select2-search .FormEditPencil {  display: none; }I hope this helps you.RegardsThis is working awesome. Thanks
View Article[Forums] How to open auto complete pop up on button click?
Hello,When clicked on button I want to show pop up like this with auto complete.How do I achieve this?Thanks and Regards,Suraj Borade
View Article[Forums] idP logout
Also Telmos we are using this URL for  idp Server Single Logout URL in idpConfigurationhttps://horne-llp.onelogin.com/trust/saml2/http-redirect/slo/713072 Is this correct?
View Article[Forums] [Bug] Select2 in a form shows icons incorrectly
Still it's a work around, needs to be fixed by default :D
View Article[Forums] OneSignal push notifications
I also followed the same documentation, and am not getting any notifications. Neither am I getting any errors. I have double checked all the keys and ids, but everything seems in order.Like Joao, I...
View Article[Forums] Fetch data only once on application start
Thank you for the explanation Justin. Regards, Harry
View Article[Forums] "Resources and Meetings Management" App by Ana Rita Santos
Glad I could be of service :). Good luck with it.
View Article[Forums] How can I remove dots of Pie chart
Hi Michihiko,I'm glad you found the cause. Happy coding :)
View Article[Forums] Button with method Ajax Submit is not working in pop up editor
Hello,I have one button in my poopup editor with method Ajax Submit. When I am clicking on the button, screen action is not getting executed. also when I started the debugger, pointer is not going...
View Article[Forums] How to open auto complete pop up on button click?
Suraj Borade wrote:Hello,When clicked on button I want to show pop up like this with auto complete.How do I achieve this?Thanks and Regards,Suraj BoradeHi Suraj.You can do this in several ways, but one...
View Article[Forums] Screen - Waiting for a response
Paul,1. The popup where the payment is done is an OutSystems popup? Or is a native browser popup?2. The popup is closed only after the payment is already processed or the payment can be still in...
View Article[Forums] run process asynchronously
Hi Durgesh,Durgesh Rokade wrote:Thank you all for your replies.@Jorge - In our application most of the data comes through other system's database and those systems are legacy one. So we have to do this...
View Article[Forums] How to get GMT date?
Hi,I am trying to consume one API that requires date into GMT format.I did not find GMT date into outsystems.Does anyone know How to get GMT date?Regards,Gopal
View Article[Forums] difference between nullidentifier and nulltextidentifier
please explain the difference between nullidentifier and nulltextidentifier
View Article[Forums] difference between nullidentifier and nulltextidentifier
The default null values are:NullIdentifier = 0 use it with numbersNullTextIdentifier = "" use it with stringsNullDate = #1900-01-01# use it with dates
View Article[Forums] How to get GMT date?
Check this discussion. You have a function to convert between time zones and you can get the server timezone.https://www.outsystems.com/forums/discussion/16005/convertfromtimezone/I think it should...
View Article