[Academy] 9.5 Show Data using Charts
Thanks Andre, i thought i resolved it by setting the "Public" = "Yes" of the CountIssuesByPriority action.André Vieira wrote: Hi analyn, You don't see it because your flow is disconnected. Connect...
View Article[Academy] 1.2 Start From a UI Template
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?
View Article[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[Forums] Question about the expected behaviour of a User Provider espace
Hi Hans, Can you check if you have the "Show Tenant Identifier" option selected in your Users entity advanced properties? (it will show as Red in he tree instead of he usual Blue) That option allows...
View Article[Forums] How to use File_WriteBinary
Can anyone tell me how to use the FileSystem - File_WriteBinary Action? I can't seem to find any examples or documentation.
View Article[Forums] Discussion
Has anyone come up with a decent fix to this in 9.1? Rui's Flush solution solves the issue of the preparation throwing an error, and instead the entire page throws the following error:Server cannot...
View Article[Forums] IntegratedSecurityGetDetails blank
Thank you Joao I have set Integrated Authentication to true at the Flow level for both Common and Main flow. I didn't have it at the page level but tried that without success. I have now written a...
View Article[Forums] Filter by "Not Like" in Aggregate
You cannot use the "not like" operator in Aggregates:http://www.outsystems.com/help/servicestudio/9.1/index.htm#t=Language_Reference%2FExpressions%2FExpression_Operators.htm You can use it within a SQL...
View Article[Forums] IntegratedSecurityGetDetails blank
just fyi what i was trying to is to re-activate inactive users. we have a job that runs at night and if a user hasn't logged in for 90 days we set that user to inactive. however when they access an app...
View Article[Forums] Discussion
Hi guys, Putting something out there for your consideration. Instead of hijacking the request like the extension is currently doing, why don't we just generate the RSS binary and make it readily...
View Article[Forums] Temporary Attribute
Good night for all, I have a simple page that shows a bunch of data {Name, PhoneNumber}, I'm using a Table of Records for that. I wrote a preparation that masks the latest 4 PhoneNumber characters. I'm...
View Article[Forums] Anyone using react js for their frontend?
https://facebook.github.io/react/docs/why-react.html
View Article[Forums] IntegratedSecurityGetDetails blank
Hi, I like to avoid doing logic in OnSession starts, since it's not easy to understand when it runs. Sometimes it's too soon for what we need and usually it runs more times than expected. Ex: A naive...
View Article[Forums] Service Studio Screen Render issues
Hi Daniel, Like Killian said it's not usual to have that behavior. When working with many modules big modules at the same time it's easy to get it 1GB+ memory and I've never seen it with UI glitches...
View Article[Forums] Service Studio 9.1.301 crashes when clicking on Advanced Queries
Hi Doug, I could not reproduce the problem, but I checked your submit feedback and would need some extra information if possible: What if your server database type? Are the entities used in the queries...
View Article[Forums] Service Studio 9.1.301 crashes when clicking on Advanced Queries
Hi again, Can you also check how many files you have in %LOCALAPPDATA%\OutSystems\ServiceStudio 9.1.301\SQLSyntaxHighlightingDefinitions\ And if any of those files are empty? Regards, João Rosado
View Article