[Forums] searching only when we have at least a chars typed in...
Hi, this is the normal behavior because it is related to OnChange event.Please have a look on this...
View Article[Forums] Certificate
Hi, thanks for your answers, but I need the URL of the certificate not the pdf file.Kind regards,Sirajeddine
View Article[Forums] Is there any outsystems method to get the file binary from a file path
Hi Anjitha,You can check this discussion related Get binary data from file path. Hope it is helpful for you.Thanks,Rakhi
View Article[Forums] Certificate
Once you download you will get URL but its your local machine URL like below onerest there is not an option to get URL (you can able to give profile URL to show the certificate)for which thing you are...
View Article[Forums] Certificate
The closest thing you can have of a URL is your profile page with /learn in the end that let's you see all of your certifications, but as Daniël mentioned, there's no URL for a specific...
View Article[Forums] Checkbox Selected
Replying to Fabiano Silva's comment on 19 Jan 2023 12:02:46Don't assign the value in OnInitialize or OnRender events. You just need to make the variable's default value as true which is bound the...
View Article[Forums] Checkbox Selected
Replying to Fabiano Silva's comment on 19 Jan 2023 12:02:46Are you assigning the attribute value so firstly make its default value True and then use onclick action to create or update your data,...
View Article[Forums] How does this interact with Obsidian?
I know this is very early, but how does this integrate with Obsidian? Or what's the plans to integrate with Obsidian?
View Article[Forums] Checkbox Selected
I managed to understand what I was doing wrong, I switched to On Initializer and then created a local variable, assigning true, before I was assigning the checkbox variable directly with the aggregate...
View Article[Forums] Pagination
Hi Fabiano,You can change the language, by setting a locale (for instance, pt-PT for Portuguese from Portugal), using the SetCurrentLocale action from System:You probably want to change the language...
View Article[Forums] Is it possible to export script as executable file to be run by...
What's the use of outsystem in this?
View Article[Forums] Pagination
Hi Fabiano,In reactive application you can use Multilingual Locales to change the language. Please check this documanation to understant it more...
View Article[Forums] Is there any outsystems method to get the file binary from a file path
Thanks for the quick help. I tried this option, but I am getting 'Unable to cast object of type 'System.Net.FileWebRequest' to type 'System.Net.HttpWebRequest' error. Just want add this - the file path...
View Article[Forums] Last Login Date and Time in Reactive
Hello allHow can we get Users Last Login Date and Time in Reactive Application.RegardsSanjay
View Article[Forums] Last Login Date and Time in Reactive
Hi Sanjay,This information is stored in the Users entity, which you can refer from System:Kind Regards,João
View Article[Forums] Input Widget OnChange From Web Block to Screen Lost Focus (Nested List)
I open the oml but I am not seing the solution
View Article[Forums] Sqs examples
I tried to install the demo for SQS and Studio tells me it is empty or there are conflicts. With my credentials, I am easily able to connect and listen through the java library. However, when I use the...
View Article[Forums] Last Login Date and Time in Reactive
Hi,Have a look at this forum post for the relevant information ,It helps you to understand more about...
View Article[Forums] image issue
Replying to Pydisetti Sai's comment on 19 Jan 2023 05:15:08Hello,Follow the below steps:1. Separate out the container and image with the help of columns as shown below:2. Edit style of image as shown...
View Article[Forums] text box size
Saudações à comunidade!Como posso criar uma caixa de texto cujo tamanho seja suficiente para adicionar textos indefinidamente. como histórias médicas.obrigado![Translation added by moderator:Greetings...
View Article[Forums] Checkbox Selected
Replying to Accelance Partners' comment on 19 Jan 2023 11:58:23in the case I'm using reactive and I put this assignment inside the On Initialize and but it's not leaving it selected, and when I use an...
View Article[Forums] Checkbox Selected
On which basis you want to show the check box ? Can you specify it or share some screenshot related your form or whatever you are using to show the check box.Thanks'Rakhi
View Article[Forums] How to use group the rows and show expanded and contracted view to...
Hi,I think this sample can help you to better understand DataGrid widget and it contains sampleshttps://www.outsystems.com/forge/component-overview/9765/outsystems-data-grid-sampleKind regardsSirajeddine
View Article[Forums] Checkbox Selected
João Marques, in the case I'm using reactive and I put this assignment inside the On Initialize and but it's not leaving it selected, and when I use an On Render it doesn't let it uncheck and checked...
View Article[Forums] Reverse Proxy Server setup for Windows Authenticated OutSystems...
Hello,I haven't tried this before. But I can share with you some useful...
View Article[Forums] Certification Badge and Certificate on Profile
Hi, regarding Certificate, where could we found the URL of the Certificate please?
View Article[Forums] Certification Badge and Certificate on Profile
Hi @Sirajeddine Bouasker,If you go here:https://www.outsystems.com/certifications/You can see all the certifications available and the ones that you've completed.And if you completed any of them, you...
View Article[Forums] Certificate
Hi, regarding Certificate, where could we found the URL of the Certificate please? Kind regards,Sirajeddine
View Article[Forums] Certification Badge and Certificate on Profile
Replying to Joao Grilo's comment on 19 Jan 2023 11:31:17Hi Joao, thank you for your reply.I need the URL not pdf.Thanks
View Article[Forums] Certification Badge and Certificate on Profile
Replying to Sirajeddine Bouasker's comment on 19 Jan 2023 11:32:28The URL for what exactly?
View Article[Forums] Can't get manually input date from Local Variable when...
Hi @Junichi Katano, In order to clarify and try to help, are you trying to set the variable at the input OnChange? Assigning based on press Enter key is not an option, that's it?Let me share some notes...
View Article[Forums] Checkbox Selected
Hi Guys!I need to display a checkbox on the screen, but I want this checkbox already selected, and if necessary, the user will have to uncheck it. I tried disabling enable, but it doesn't and what I...
View Article[Forums] Debugging traffic from other developers in my Service Studio
Then that is the usual behavior on the traditional apps if the developers are inside the same network. For more details, please check the last part of João Proença post:...
View Article[Forums] Certificate
Hello Sirajeddine Bouasker,your outsystems profile link (https://www.outsystems.com/profile/vrzyem6bnq/overview)GO to your profile in that there is learn section there you are able to download...
View Article[Forums] Certificate
Hi Sirajeddine,You can find your certifications on your profile page, on the Learn tab:You also have the option to download them.Kind Regards,João
View Article[Forums] Pagination
Hi Guys!I'm trying to change the language displayed in the pagination I need to put it in another language, in traditional I could, but in reactivate it is different.
View Article[Forums] Checkbox Selected
Hi,The variable attached to the checkbox should have it's default value as True.Regards
View Article[Forums] Checkbox Selected
Hi Fabiano,Just make sure that the variable binded to your checkbox has the True value.Kind Regards,João
View Article[Forums] Is there any outsystems method to get the file binary from a file path
I am trying to upload files to salesforce by using the file path stored in a database table. Is there any existing outsystems method to get the file binary fro file path? I found some plugins, but...
View Article[Forums] Checkbox Selected
Hi,You can set the default value of the Variable True which are you using.ThanksRakhi
View Article[Forums] Checkbox Selected
Eu fiz isso, mas quando o usuário tenta desmarcar a seleção não atualiza
View Article[Forums] Checkbox Selected
Hi,Here I have provided demo and oml file please check it once its useful to you or not,https://www.outsystems.com/forums/discussion/84558/how-to-check-the-values-of-multiple-checkboxes/Demo...
View Article[Forums] Is there any outsystems method to get the file binary from a file path
Hi Anjitha,You can get the binary for a given URL, using the GetRequest_Submit action from HTTPRequestHandler:If you wish to display the image based on the URL, you can use the Image widget with Type...
View Article[Forums] Checkbox Selected
Eu fiz isso, mas quando o usuário tenta desmarcar a seleção não atualiza
View Article[Forums] Checkbox Selected
Replying to Fabiano Silva's comment on 19 Jan 2023 11:44:24Hi Fabiano,Make sure your checkbox has the Enable property set to True, so the user can check / uncheck the checkbox.Kind Regards,João
View Article[Ideas] Lifetime | Add Environment Filters to Infrastructure/Environments screen
Recently there was a new feature released in Lifetime where you can create environment filters that provide you with a customized view of your environments, thus giving you better visibility and...
View Article[Forums] Hover Please match the requested format CurrencyMask
Hi,We use the Currency mask to adjust the integer of a input field to the relevant currency of our field. We have noticed if you have the input widget active and use you mouse to hover over the field...
View Article