[Forums] How to replace an form combobox to AutoComplete?
Hi,if you allready have the list of employee names you need to use the richWidget : "Input_AutoComplete".So replace the combobox to a input field.And you need to bound the widget to input field.At the...
View Article[Forums] SSL Pinning Plugin - Documentation
Hi guys, Does SSL pinning plugin already support blob URL?Thanks.Tiago Agostinho
View Article[Forums] How to replace an form combobox to AutoComplete?
Hello. I have a form with a combo box to a list of names of employes. I use the variable as ID and the source attribute user.name. I want to change this list to a auto complete search but just don't...
View Article[Forums] Capture charts in webblocks
Hi Miguel,I am trying to make this work where I want to capture a chart that is within a webblock that is within a container. I only seem able to get a screen shot of the page, but on the page screen...
View Article[Downloads] Development Environment 11 - Release 12
Release NotesCompatibilityCompatible with Platform Server 11, release Sep.2018 or laterAdditional ResourcesSystem RequirementsSide Effects and Breaking ChangesDocumentation For further information on...
View Article[Ideas] Search for system/built in actions in all espaces
It should be possible to search for system or built in actions in all espaces, just as we do for all actions we write.
View Article[Forums] How to replace an form combobox to AutoComplete?
Hi Márcio,It should be as simple as dragging and dropping the Input_AutoComplete widget next to your Combo Box... that's one of the scaffolding patterns.
View Article[Forums] what`s wrong on my client?
Since it's On Premise a possible cause can also be antivirus interfering. Ensure that your installation is following the infraestructure best practices regarding antivirus and that at least the...
View Article[Forums] Security vulnerability in Microsoft Login Connector
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 your...
View Article[Forums] Help us improve OutSystems - Take the Developer Survey
Done! Keep up the good work!
View Article[Forums] Multilingual Table
I answered your question:It is not stored in tables or files that you can access. Update: Now that I think of it, the translations of static entities are stored in db tables.
View Article[Forums] How go through all the rows of the Table Records
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 number of columns in...
View Article[Forums] Multilingual Table
Ahahah ahahah... Everybody answer the same thing.I know well how it works, is not my doubt.Thanks
View Article[Forums] Breadcrumbs first Link is Deleted
Hi Team, I've the breadcrumb 'Home' > Billing.. In billing section I've four links as show below:When I click on any of the four links above will show the breadcrumb like the below. Its perfect. But...
View Article[Forums] Multilingual Table
Hi Paulo, The translations that are done via multi-lingual support in Service Studio for gui elements and static entities are not stored in a table. You can export them to Excel and import them after...
View Article[Forums] Multilingual Table
Priya Khade wrote:Paulo Torres wrote:Hi everyone,Someone know how ir works the Multilingual? It's storaged in some table or files?I would like do some application over this.Thanks in advance.Best...
View Article[Forums] Multilingual Table
Paulo Torres wrote:Hi everyone,Someone know how ir works the Multilingual? It's storaged in some table or files?I would like do some application over this.Thanks in advance.Best Regards, Paulo...
View Article[Forums] Security vulnerability in Microsoft Login Connector
Hi Daniel,Did you url encode the secret? On Microsoft side there will be a URL decode, and some non encoded characters will be decoded to other characters. To check: get your raw request where you did...
View Article