[Forums] Service Center - Can't Login
Davide Marquês wrote: Hey i have the same problem too. But still can't login after try that. can you help me please. Thank you. If the community password is same with the outsystem enviroment login?Hi...
View Article[Forums]...
John Arts wrote:If it where the case that it would not affect the application i would not bother to ask help. This issue prevents me from adding records to any of the tables in my application.Hi...
View Article[Forums] Input field focus shift
talluri chandra wrote:Hi, I am working on Table Records, where after entering the max length of the input text field of a record. The focus of the input field should be shifted to next input field...
View Article[Forums] Master child data bulk Insertion
Just to point out, in the Timer, you don't have to use excel. You can import the tables from the other database with an extension and use them to fetch data to store in the other database.Cheers.
View Article[Forums] OutSystems' SQL Server 2017 Support
Hi guys,Any update on the OS 10 support to SQL Server 2017?Thanks everyone.André
View Article[Forums] Master child data bulk Insertion
Eduardo Jauch wrote:Daniël Kuhlmann wrote:Hi Chetan,Why is it not possible to do an INSERT INTO?Regards,DanielI think the problem is (probably) that the databases are different (not linked servers),...
View Article[Forums]...
Hello John,As Marcelo pointed out, this message in the URL of your application tells you that you are acessing your application in a server that is not set to PRODUCTION.You can check this in Service...
View Article[Forums] Input field focus shift
Hi, I am working on Table Records, where after entering the max length of the input text field of a record. The focus of the input field should be shifted to next input field of the record. Please...
View Article[Forums] Service Center - Can't Login
Hi Jeanne,This is quite a blast from the past. :) The details above were for the now ancient on-premises Community Edition.On your personal environment you can login into Service Center using the same...
View Article[Forums] Master child data bulk Insertion
Eduardo Jauch wrote:Just to point out, in the Timer, you don't have to use excel. You can import the tables from the other database with an extension and use them to fetch data to store in the other...
View Article[Forums] Auto save function when The page unload not working on safari browser
Hi Phuong,This can be related to the asynchronous nature of Ajax, and different behaviour of Safari regarding the onbeforeunload event. The solution I see in other places like this, this and this is to...
View Article[Forums] Displaying the Html values
Hai,I am also facing the same issue and I have attached the .oml fileThanks,Jeyasri
View Article[Forums] OutDoc for Outsystems 11
Good DayI recently upgraded to Outsystems version 11 and when I try and run a document generation in OutDoc it returns an error saying I need to update the solution Is there going to be an update to...
View Article[Forums] Processes doesn't work in P11
Hi guys,I'm trying the newest P11 and what is my surprise when I noticed that the processes doesn't run/launch.I created a simple example using the Master Class on Modeling Business Processes (BPT)...
View Article[Forums] I want to refresh the grid in a download action.
Hi,You can have a web block with download end node but before that you notify to father page and add a action to get this notify and refresh the page.Maybe this can work
View Article[Forums] Processes doesn't work in P11
Hi César,Are you sure? PE are a bit slow, so the scheduler might take sometime to process the request.Is the list still empty?
View Article[Forums] Input field focus shift
$('input[type=text]').keydown(function(e){ // check the current textlength and check the maxLength of the input var currentLength = $(this).val().length; var maxLength =...
View Article[Forums] Crop
Hi Guys, I am using the Same Camera Plugin https://www.outsystems.com/forge/component/1390/camera-plugin/ from forge.I am able to crop image using allowEdit property. But if i select the image from...
View Article[Forums] Processes doesn't work in P11
Hi João,I notice the same issue. I made the same test 1 hour ago and no signs of any activity from Process log.
View Article