[Academy] 1.2 Start From a UI Template
André Vieira wrote: Hi Leonardo, I don't think it is related. Do you see the button in this lesson and on Lesson 1.1 of Development Fundamentals? Hi André, thank you for your prompt response! At the...
View Article[Academy] 1.2 Start From a UI Template
Hi Leonardo, You are right! Apparently when resizing the window the button disappears. I'll follow up on this. Thanks for the feedback!
View Article[Academy] 4.5 Importing CSS into OutSystems
Hi guys, Sorry for the delay in answering... the download has been updated to include the Exercise 3 resources. Thanks for bringing this up, Miguel
View Article[Academy] 1.1 Create an Entity from an Excel File
Hi André, Included the model. I hope you can determine what's wrong here. Thanks in advance! cheers, Martin
View Article[Academy] 1.1 Create an Entity from an Excel File
Hi Martin, I took a look but didn't see anything strange. Let me try to guide on what's happening behind the scenes so that you can overcome this issue. When you select the excel file a mapping is done...
View Article[Academy] 2.2 Use Check Boxes for Boolean Data
Could you also explain using checkboxes for multi select option? I am trying to use bulk select in rick widgets, but I cant find any videos on it? Could you please shed some light on this? Thanks,...
View Article[Academy] 1.1 Use Entities to Model Data
I think i heard that a constraint is not created in the database for mandatory fields. Is this correct? If so, why? I how are the constraints created.
View Article[Academy] 1.1 Use Entities to Model Data
If we are to create an application upon an existing database whose tables already have their own primary keys, how does the platform deal with that? Will it use the existing keys or wiil create new...
View Article[Downloads] Development Environment 9.1.0.20
What's new in 9.1.0.20Consume RESTConsume REST window now has Headers, Authentication and Test capabilities.Can now consume a REST API via a swagger definition, which allows instantly adding all...
View Article[Downloads] Platform Server 9.1.0.20
What's new in 9.1.0.20Improved Solution DeploymentsLicensing errors and database upgrade errors (e.g.: foreign key or unique constraint violations) abort deployments for the entire solutionIncompatible...
View Article[Forums] Cant Debug your espace Due to communication....
Hi, After getting the popup you can still use the menu Help->Submit Feedback. That will send information of the latest errors that occured. Also can you just after publishing your module, access in...
View Article[Forums] REST API RAW POST
So how would you advice to do this, i can add the binary data with concat in the binary body. Only I can not add the binary data to the text body. Will this be a problem?
View Article[Forums] REST API RAW POST
Just change the body input to binary like on the Box Connector example.
View Article[Academy] 1.2 Start From a UI Template
Hi Kader, From your screenshot it looks like you are previewing the screen, and that's the reason why editing is disabled. There's an icon on the top toolbar right before the devices with a world and a...
View Article[Forums] Return values from Popups
Hi. I have been struggling to work out how to pass a non-text value back from a popup. In my case I want to pass an entity indentifier. The problem is that I can't find a way to use Invoke, Trigger...
View Article[Forums] REST API RAW POST
That will not work because the receiver is expection plain text in the body and not binary. I already tried that by doing this and its return the error that it can't find the object in the received post.
View Article[Forums] Return values from Popups
It is done by OnNotify. Check this very complete example. https://www.outsystems.com/academy/11/1690/600/edit-a-record-in-a-pop-up/
View Article[Forums] REST API RAW POST
Hi, It must work. What are you setting in the content type header?
View Article[Forums] Return values from Popups
Thanks. Yes I am familiar with the standard Popup, Notify pattern. But I was hoping to use the events system in order to pass back a typed entity identifier rather than being limited to passing back...
View Article