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
1
vote
2 answers

Why is FedEx API returning encoded characters?

FedEx Address Validation API is returning encoded characters and a 400 bad request error. Here is my request body with the secret key blocked out for obvious reasons: POST /address/v1/addresses/resolve HTTP/1.1 Content-Type:…
1
vote
1 answer

OutSystems PWA Azure AD Login

we have an OutSystems Mobile App (PWA) We would like to add Azure AD SSO We have tried Idp Mobile, but it is not for PWA We have tried to embed in an iframe the login to login.microsoftonline.com, but it is not framable (CSP) So we tried to follow…
raffa50
  • 45
  • 4
1
vote
1 answer

Outsystems Advanced SQL

I will start by introducing my business logic. I have an entity called Machines. To each Machine I will assign up to 50 Options. On this query I used PIVOT so I can retrieve only one line per machine, with all the options (Columns) with value 0 or…
Tiago
  • 31
  • 4
1
vote
0 answers

Outsystems project cannot compile cordova plugin because Plugin with id 'kotlin-android' not found

As a Cordova plugin the project works, but when importing it into Outsystems it doesn't compile. kotlin is not found while I specified it in build-extras.gradle, config.xml and plugin.xml: [2020-12-22T16:12:21.860Z] [ERROR] [Build] * What went…
Jim Clermonts
  • 1,694
  • 8
  • 39
  • 94
1
vote
3 answers

Compare date Range by Month (Integer) and Year (Integer)

I'm having a problem comparing the date range. I have to validate dates that are within a certain month and year. The month and year are integer values. NOTE: I´m using OUTSYSTEMS aggregates using Oracle DataBase Example for two results of a query: …
1
vote
1 answer

Regex for searching through a text and pick out 4 words beofre and 4 words after the search term

Using OutSystems i need a Regex for searching through a text and pick out 4 words before and 4 words after the search term. I am currently using (?:[a-zA-Z'-]+[^a-zA-Z'-]+){0,4}(\w+|\s|^)keyword[a-zA-Z0-9]*(?:[^a-zA-Z'-]+[a-zA-Z'-]+){0,4} it needs…
1
vote
1 answer

How to programmatically add a SOAP header based on a generated proxy class

I'm trying to consume a SOAP webservices provided by a third party. I don't have any control of that webservice. I'm consuming the webservice using a Low Code platform called OutSystems. OutSystems unfortunately doesn't recognize a SOAP header that…
Kilian
  • 286
  • 2
  • 9
1
vote
1 answer

Integrate Application Insights in Outsystems

What is a good approach to send Application Insights telemetry from OutSystems to App Insights? I see 2 levels: Server side Client side (browser) Note: I have no experience with Outsystems.
Bernard Vander Beken
  • 4,848
  • 5
  • 54
  • 76
1
vote
1 answer

Populate Combo Box in Outsystems

I have my combobox in outsystems and its populated by Integers that corresponds to each months' names, How can I display month names on my combobox? 1-12 -> January-> December respectively? Thank you very much
bleyk
  • 799
  • 3
  • 14
  • 41
1
vote
1 answer

Launch to specific screen of OutSystem mobile app from native iOS and Android app

I'm new to Outsystems and we are stuck with a scenario where we want to launch a specific screen of Outsystems mobile application from our native iOS and Android app. We have already added URL Schemes to Outsystems mobile app using corodova plugin.…
Shrey
  • 1,959
  • 2
  • 21
  • 44
1
vote
2 answers

Outsystems - Add another environment

I previously created a personal environment in Outsystems 11, I need to create a new one in Outsytems 10 because it is the version I needed. I searched over the internet and saw how to add another environment in Lifetime cloud but the options in my…
bleyk
  • 799
  • 3
  • 14
  • 41
1
vote
1 answer

Isolate the Count that comes from a LEFT JOIN independent of the WHERE clause filters

Basically I want to list all the profiles name (Profile Table), each profile has a bunch of entities associated with it (Profile_Entity) and types of entities (Profile_EntityType). So, for each Profile I want to count how many entities there are on…
1
vote
2 answers

Implement AES/RES encryption decryption in OutSystems app

I have an app that calls some REST APIs. Without encryption/decryption, I have almost finished it but as now i have to implement the same as on server side, they will not accept non-encrypted requests. Can you tell me how can this be achieved.
Vikash Bijarniya
  • 404
  • 4
  • 10
1
vote
1 answer

Display contact list images in Outsystems Mobile

How can I display the contacts images along with the numbers as like the contact list from the device.I tried to display the image from URL "content://com.android.contacts/contacts/" by using the 'Contacts Plugin'.But I can't fetch the image from…
Riya
  • 71
  • 1
  • 14
1
vote
3 answers

Create Dynamic UI (Input Form) from API Response in a Mobile App Developed Using OutSystems Platform

I am searching for how a dynamic UI (or input form to submit user inputs) can be created in OutSystems (for my mobile application) depending upon the response of some API; that tells what kind of input elements are to be included in the form, in…
Nitin Gurbani
  • 1,220
  • 6
  • 16
1 2
3
14 15