[Forums] File Upload to Box Corrupt: Extra newline (CR + LF) characters at...
Vikrant Sharma wrote:Hi,After uploading a file to box using the Box Connector, when we check the uploaded file in Box, we notice extra newline (CR + LF) characters appended at the end of the file. This...
View Article[Forums] How to use JSON in OutSystems
Here is the official manual for JSON Deserialize and for JSON Serialize.You can also use ardojson, here is the documentation.
View Article[Forums] PDF Margins
Hi Guys,I'm having issues with the final product. Once the PDF has been generated and the user downloads the PDF, the margins or page layout seem to fall apart. There is a lot of added white space to...
View Article[Forums] LazyLoad blocks any link click
Hi,I tried this on version 9 on development env. I have a homepage with some components with lazy load and with a menu. If I click on any link of the menu the new page only start opening when the lazy...
View Article[Forums] Data sync configuration
Hi Gonçalo,thanks for your reply and for pointing out these general guidelines to follow when syncing.I will keep them in mind. The sync might just be the most dynamic part of a mobile app!
View Article[Forums] OutSystems MVP Program: Level 1 Completed
And what a year it has been!Actually, on a personal level, what a ride it has been since I first put my hands on OutSystems technology. I knew I was turning the page into a new chapter...It is an honor...
View Article[Forums] "Value cannot be null" when using AD_CheckUserInGroup
Robert Feliberty wrote:Thanks for the instructions . I used only from ADConfigurations, but still I cannot get the user groups:1. AD_GroupCheckerUserExists: shows an error message, what are the...
View Article[Forums] Hi, I'm new and got some questions about DB management
Hi Stephen,When you use a personal environment, the database is in "the cloud", so you don't have direct access to it. You don't have to worry about changing the database structure, since the platform...
View Article[Forums] File Upload to Box Corrupt: Extra newline (CR + LF) characters at...
Hi Magda. I think there are some more connectors with the same pattern. I ran into this very same issue a couple days ago with the JIRA connector. Probably the Asana and ZendDesk connectors are also...
View Article[Forums] How do i create a multi-select list with CheckBox?
You can use the silk select2 widget, the chosen or the multiple-select, maybe one of them do what you need.
View Article[Forums] Batch Processing
Going with BPT may be a bit faster then using timers, if your servers have enough capacity. If you have 500 concurrent uploads, though, they won't be processed in parallel. The processes are still...
View Article[Forums] Database Query and SLOWSQL
Hello,I am seeing a large number of SLOWSQL warnings in Service Center on queries which are searching for Users. These warnings are across a number of different queries, some Aggregates and some...
View Article[Forums] SqlDateTime overflow error
I receive the following error: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.I'm working on a family tree database, but now I can't fill in a date before 1753....
View Article[Forums] Batch Processing
I agree with João, and usually, use Timers mainly because of those side-effects on the database.Also in terms of maintenance and error catching, I prefer to use Timers instead of BPT.
View Article[Forums] Highlight part of text in a text field
I would suggest that you do a bit of parsing on your text, before you display it on your screen as an unescaped expression. You should wrap the words you want to highlight in <span> tags,...
View Article[Forums] SqlDateTime overflow error
It seems to be a limitation of the OutSystems platform that uses both Date and DateTime as datetime sql server data type, and thus, the limitation of 1753.The only "easy" way I can think of to...
View Article