[Forums] Lost data when Notify Data from OnRowSave of Edtable Table
A quick update: I have reported to Outsystems support, and they are evaualting the issue. Seems to be a bug, and in that case, it should be solved in RQR-1111 bug fix.Regards,Carlos.
View Article[Forums] iPhone X Preview Unavailable
Hi,Did you check for updates in "Outsystems Now" in your shared environment? Maybe the version that is installed in that environment is too old.Hope this can help.Best regards,Ricardo
View Article[Ideas] Advanced Queries: Having parameters from static entities filled when...
Hi everyone!In my humble opinion it would be great to have query parameters that are records from static entities by default already filled while testing queries. When a large number of static records...
View Article[Forums] Security vulnerability in Microsoft Login Connector
Hi Miguel,Thanks, for the quick response and fix. It works now as I would expect.Regards,Danielps. one final suggestion the demo app still is implemented using the deprecated external URL, if changed...
View Article[Forums] How go through all the rows of the Table Records
Replace this linelet table = $('#" + TestTimerTable.Id + "'); withlet table = document.getElementById('" + TestTimerTable.Id + "');
View Article[Forums] last login time for applications based on zones login
Need to implement last login time based upon the time zones if any possiblities available in outsystems
View Article[Forums] Removing slik UI and Lisbon template dependencies
Paul Davies wrote:All,In line with the new OS11 screen design paradigm looking at removing the SIlk UI and Lisbon template from this connector and using the templates in OS11. Any concerns or...
View Article[Forums] Security vulnerability in Microsoft Login Connector
Daniël Kuhlmann wrote:Hi Rob,I just just the component and stored the secret code generated on the Azure Poratal in the site property of the espace.I will dig deeper into it and see if I can confirm...
View Article[Forums] Question about SilkUi/LightboxImage
Would you be able to share a screenshot or oml of how this implementation looks like.(Note : Make sure you don't have any confidential code Before sharing)I could not find anything inbuilt within...
View Article[Forums] Problem with Animated Label if Prefilled
I noticed that the Animation Logic is running before the Chrome is filling the password in the form.I believe this is a bug from the outsystem, you might have to try contact outsystem support to fix...
View Article[Forums] last login time for applications based on zones login
Default User table has a LastLogin Column.It stores Last Login based on server Location's Time.Based on this you can calculate for your users time Zone.You can also make use of Forge Components like...
View Article[Ideas] When Viewing Data, have close & refresh buttons.
Despite having the close button, it on appears when you pop-out the view. When this happens looks like what was on the screen before dissapears. Another useful idea could be a button to refresh the...
View Article[Forums] Unable to replace using replace function from "" with double quote (")
Hi,We are working on a OS project where we consuming external .Net WebAPIs. As a part of implementation, we had requirement to fetch HTML using Web-APIs and show on UI screen.Under fetched HTML, we had...
View Article[Forums] How go through all the rows of the Table Records
Hi Yuriy,I am not sure what you mean with "Can you answer me, please, how get custom field of table?"Regards,Daniel
View Article[Forums] How go through all the rows of the Table Records
Daniël Kuhlmann wrote:Hi Yuriy,To get your table rowsvar table = $('#" + TestTimerTable.Id + " tr')To get the number of rows (including header row)table.lengthto get the table header rowtable[0]to get...
View Article[Forums] Invalid Column Names
Hi,I'm getting an error while executing SQL query or Aggregate.the error is invalid column name. actual sql is trying to select wrong columns which I dont have.You can see picture to understand.Its...
View Article[Forums] How go through all the rows of the Table Records
Daniël Kuhlmann wrote:Hi Yuriy,I am not sure what you mean with "Can you answer me, please, how get custom field of table?"Regards,DanielFor example I have table:11 12 13 1421 22 23 2431 32 33 34How...
View Article[Forge] Credit Card Validation - Realtime
Ensure you are capturing a valid Credit Card in your applications. Davies March wrapper for Loqate's (formerly PCA Predicts) Credit Card Validation API.
View Article[Forums] Unable to replace using replace function from "" with double quote (")
Hi Subhash.You made a mistake in Replace(string, """", """).Here you are not replacing two double quotes with one. The "" is how you represent " inside " ". So the 4 " symbols represent a single ". And...
View Article[Forums] Forge updates in service studio showing components you published
The little bell in the right hand corner of service studio that shows updates are available on the forge also shows for components that you have just published. Are people just downloading their own...
View Article