[Forums] Running query in runtime and testing in service studio
Hi. We have a Stored Procedure that we call using an advanced query. We tested calling it through a web screen and through the advanced query screen in Service Studio, and the call from the webscreen...
View Article[Forums] Complex permissions down to form level - best practice
Hello Debra, In my personal opinion the easyiest way is that inside the widgets you do code the available options (seeing, editing and not showing) and then assign each option to the desired role Id....
View Article[Forums] Editable Table values not available for save
Hi Stanley, I'm sorry for the late reply and thanks for your feedback. I'll forward this to the Product Management team. kind regards, Vera
View Article[Forums] Reset BPT process
Is it possible to reset a bpt process to an earlier activity. For example if a process is launched and it executes 2 activities in a row then something goes wrong on the database side and the process...
View Article[Forums] Local Variables - Local to the device or server-side?
Are local variables local to the device being used or are the variables located server side? If I lost my data connection, would the app continue to interact with a previously created local variable or...
View Article[Forums] 12 hrs format of time instead of 24 Hrs
Hi Frinzgerald, You can use Format_DateTime() from Text extension: and the tricky part is - you need to use this string to define the format: hh (lowercase) means 0-12 format HH (uppercase) means 0-24...
View Article[Forums] “Design your OutSystems T-shirt” contest is back!
Justin, upvoting! The t-shirt design looks cool AND I want to see that tatoo happening! :)
View Article[Forums] dynamically build the filter for an aggregate
Hi Jason, I'm not sure if understood correctly your scenario... you want to be able to list tool by userId (according to usage)? Can you share your data model or .oml, please? regards, Vera
View Article[Forums] dynamically build the filter for an aggregate
say I have a data table which is tool usage and it contains a start time, end time and tool id. The user at the page can select multiple tools that they want to see a table of. In the aggregate I...
View Article[Forums] .tst><svg/onload =alert(document.domain) > ??? What was this?
Hi, Did you notice a strange entry in yesterday's OutSystems Community Digest (April, 4th)? And what was that JavaScript in the subject? Could it be someone hacking the OutSystems website? Well,...
View Article[Forge] Comments
Webblock to insert Comments, Attachments and ChangedStatus into your screens
View Article[Forums] dynamically build the filter for an aggregate
By selecting each item, you need to "collect the id's" selected. And then, use can use an Advance Query (with a IN clause), instead of an Aggregate list those tools. something like this:SELECT *FROM...
View Article[Forums] Problem with outsystems platform
Jorge Almeida wrote: Update: I have installed the Microsoft Visual 2015 and it did not solve the problem. Hi My OS is Windows 10 Home 64 bits . I have tried to install Development 9.1.301.0 but to...
View Article[Forums] SendGrid WebHook REST API Problem
I am attempting to build a simple REST API (POST) for SendGrid's Event Webhook interface. The problem I am running into is with the JSON naming convention used in the SendGrid structure. They include...
View Article[Forums] SendGrid WebHook REST API Problem
Hello Steve, you may have stumbled upon a limitation of the native REST functionality. Haven't tested myself to confirm this... In the meanwhile you might want to integrate "by hand", that is, do the...
View Article[Forums] .tst><svg/onload =alert(document.domain) > ??? What was this?
Don't you guys have a QA environment where you can do this type of stuff?
View Article[Forums] SendGrid WebHook REST API Problem
Hi Steve, That should not be a limitation on the Consume REST API feature. All attributes/inputs/outputs inside REST API's have a "Original Name" property that allows dashes. If you are trying to...
View Article[Forums] Needs to publish an app. in Enterprise Environment which is...
Hi Ameen, The best way is to do like it says on the email. Open a support ticket and explain the situation. They will help you get your application into your new environment. Regards, João Rosado
View Article[Forums] After Detach the application is spent a lot of memory in Jboss Server
Hi Regis, All those 3 classes that are highlighted on the document "ThreadData", "LocalState" and "StackManager" are all related with the debugger. Was the detach performed with debug mode on or was it...
View Article[Forums] Local Variables - Local to the device or server-side?
Hi Jared, Not sure why where the variables are would make a difference. If you are without connection and call an action that will execute in the server, it will give a connection error trying to...
View Article