Questions tagged [outsystems]

OutSystems is the company that develops the OutSystems Platform - a custom enterprise web and mobile app development solution.

OutSystems is the company that develops the OutSystems Platform - a low code platform to create custom enterprise web and mobile applications.

To get started with the OutSystems Platform:

  1. Review the OutSystems Platform home page.
  2. Experiment with demo apps.
  3. Start developing cloud apps for free.
  4. Follow the training videos.

Other links:

212 questions
61
votes
10 answers

Workaround for CSS variables in IE?

I'm currently developing a web application in Outsystems in which I have the need to customize the CSS, in which I'm using variables. I need to guarantee the app works cross-browser, including in Internet Explorer. IE doesn't support CSS variables,…
Rafael Valente
  • 763
  • 1
  • 6
  • 13
27
votes
6 answers

Are there any serious pitfalls to Outsystems Agile Platform?

We are currently looking into the Agile Platform by Outsystems. We have went through their courses and did all the examples but from experience these types of things only show part of the picture. Are there any serious pitfalls that we may not be…
Tom Hubbard
  • 15,820
  • 14
  • 59
  • 86
7
votes
1 answer

Using URL Rewrite on IIS to set response's Location header

I have .Net application (built with the Outsystems platform) deployed on a Windows 2008R2, IIS 7 environment. This application is already working with no problems. It is serving requests through HTTPS on port 443 and i can access it with no…
João Gomes
  • 371
  • 1
  • 4
  • 6
5
votes
3 answers

Cannot insert duplicate key row in object with unique index . The duplicate key value. The statement has been terminated

I am new to Outsystems and SQL. I am try to create a Bus Application where the entities are When I try to create a new rider with the same name and different Route and bus Id. I get Cannot insert duplicate key row in object 'dbo.OSUSR_6SL_RIDER'…
trx
  • 2,077
  • 9
  • 48
  • 97
3
votes
1 answer

Html2PdfConverter Sample Conversion

I am new to Outsystems and having a page where each users signs an agreement. Every time the agreement is signed it needs to be converted in to pdf and attached in to email and sent. I have set up all the email part, for converting the page in to…
trx
  • 2,077
  • 9
  • 48
  • 97
3
votes
2 answers

Textbox default value - OutSystems

I have developed an application with OutSystems where I have an entity attribute whose data-type is integer. Now when I open up that particular form for editing purpose the entity attribute being of integer type the value by default in that textbox…
Robert Langdon
  • 855
  • 1
  • 11
  • 27
2
votes
1 answer

Browserify @google/earthengine

I'm trying to browserify google earth engine Javascript API. I installed the module: npm install --save-dev @google/earthengine I created a new main.js file for testing purposes: var md = require('@google/earthengine'); module.exports =…
2
votes
1 answer

OData - nested $select and $expand results in unfinished JSON

We're using OData v4.0 and we're trying to get a nested call where we have a $filter and a $select and then an $expand. The $expand also has a $select. The $select and $expand work if they are not added in the same query. For example; The $select by…
BJNM
  • 63
  • 6
2
votes
1 answer

Correct Use of the SQL String_Split and Substring function

I have the SQL code below, where the @Province input parameter is in this form: "[""Central District","Central Region","Delaware","Drenthe","Eastern Cape","Free State","Gauteng","Hardap Region","Haryana","Karas Region","KwaZulu…
2
votes
1 answer

Is there a way to logout a specific user in Outsystems?

I'm working on Outsystems 11 and we are building a React application. The system will have an administration page. And we need to logout a specific user that has lost their role. We are aware that Outsystems has a built-in function LogOut in the…
2
votes
1 answer

Why the details of my list is not showing in Details screen in outsystems

I am very new to outsystems and I am trying to create a simple web app. I have a list screen that I created via dragging the entity on the interface. I created the details screen the same way. Why is that when I link the specific data on the list to…
bleyk
  • 799
  • 3
  • 14
  • 41
2
votes
1 answer

Why could an extra back-slash appears in javascript in outsystems?

we use the autocomplete component from RichWidgets and we get extra back-slash in the javascript which causes a bug in the autocomplete. autocomplete JavaScript code tries to split the bulk of rows into items in the autocomplete list but the extra…
Mahmoud Hboubati
  • 1,007
  • 11
  • 26
2
votes
1 answer

MisFit API inegration not supporting in Outsystem InAppBrowser

I am using MisFit API in my crossplatform Android application which is developed in OutSystem. I am using InAppBrowser for the login process. But due to the Google restriction, I am getting the error "disallowed_useragent". I have tried the cordova…
2
votes
0 answers

Multiples Markers Google Maps

I need o build a screen where I show the vehicles position according to the latitude and longitude from the DB. I have a div for the map: "
" And the javascript to populate the screen: "
Denis
  • 162
  • 1
  • 13
2
votes
1 answer

HERE map is blank in outsystems

I am trying to implement a Web Application using HERE Maps on the tool OutSystems. On The application I have a web block that contains a Container (where the map will be drawn), an expression (with Escape Content as 'no', and the scripts below as…
1
2 3
14 15