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
2
votes
3 answers

Reviews on these RAD tools

If anyone has used one of these systems could you give me a feedback on the pros and cons for both? Also are there better tools out there besides these? Alpha Five Outsystems agile development Omnis Studio from Tiger Logic Thanks in advance, Jimmy
Jimmy
  • 21
  • 3
2
votes
1 answer

Request fails with HTTP 400 - Bad Request in Chrome browser

I have a web application on ASP that was built with Outsystems platform. On the page I have form and several AJAX requests. For some reasons on some computer (same application, same version of Chrome) AJAX request fails with 400 - bad request…
Irisit
  • 23
  • 1
  • 4
2
votes
2 answers

Add meta tag in

I like to add a meta tag in the of my html page to prevent zoom on mobile. But I cannot find a way to do this in OutSystems. On the forum they refer to the extension HTTPRequestHandler, but this extension is deprecated. They state Starting…
Jeroen
  • 307
  • 1
  • 6
  • 17
2
votes
1 answer

How to create text file in outsystems

I want to create a text file in outsystems. I have data in an entity and I want to create a text file using that entity's attribute values. Can anyone provide an example showing how this can be done?
Bankat
  • 65
  • 3
  • 12
2
votes
1 answer

Default value of the entity attribute

I have a entity attribute in the other appliaction which I am referening in my applicaton whose default value is CurrDate(). So when I am using this antity in to my application it automatically shows the currDate.. But I want to set date to a input…
trx
  • 2,077
  • 9
  • 48
  • 97
2
votes
2 answers

SQL-Server Unpivot/Pivot Example

i'm making an application to manage hotel bookings and i need to show the ocupation rate per month in a year. I made a query that kinda solves the problem but i want presented in another format. My current query return the following table…
Miguel Morujão
  • 1,131
  • 1
  • 14
  • 39
2
votes
1 answer

SQL-Server Query Calculating Ocupation Rate Per Month

I'm working on a booking application and i'm creating a query that calculates the occupation rate of an Hotel by month. To do that i must check the checkin and checkout dates of all bookings and increment some variables and associate them to the…
Miguel Morujão
  • 1,131
  • 1
  • 14
  • 39
2
votes
1 answer

Building OutsystemsNow for android on Android Studio getting dexException

I've imported the Outsystems Now android app into Android Studio. After several hours of trying to import the project and resolve all module imports. I'm currently getting this error with I can't find out whats wrong. This is the app i'm trying to…
Hugo Alves
  • 1,555
  • 2
  • 18
  • 41
1
vote
0 answers

how to generate the access token in kong manager api client credential based and how to use oauth2 for my endpoint through kong

I have a service named test-service pointing to the host https://personal-91siwo3k.outsystemscloud.com/ with path config of APEXADIOrdering_API/rest/ADIOrdering/EndCustomersList Afterward, I created a route pointing to said service named…
karthick
  • 11
  • 1
1
vote
3 answers

How to get only Years and days between two dates except months

I have an expiry date. I just want to calculate the years and days between the expiry date and current date. I don't need months. example my expiry date is 15/05/2027 means I need the result of 4 years 32 days "Years "+…
1
vote
0 answers

Universal Print via Microsoft Graph API

I have integrated universal printer in my App(outsystems) using Microsoft graph APIs, it's working as expected except pageRanges, for example I have document containing 5 pages and I want to print 3rd and 4th page only but it is printing all 5 pages…
1
vote
0 answers

How can Improve inconsistency performance of retrieving data from Cosmos DB? [C# Library - LowCode Environment]

My scenario is slightly different than normal The tech stack is using something called OutSystems a 'low-code' platform. We have a C# library for connecting to Cosmos DB, but this is only initiated when it's in use. It isn't a constant running API,…
SCramphorn
  • 447
  • 4
  • 23
1
vote
0 answers

OAuth 2.0 token generation service in Outsystems

I'm working in a demo where I need to consume a REST API that needs an access token. Currently I'm generating this token with Postman and using it parametrically but I need to make automatic. I already have everything I need but the service to…
Fani
  • 11
  • 1
1
vote
1 answer

How to show data in dashboard

I have a dashboard, which shows the total count of four containers. for this, I'm having four aggregates which return totalcount and the label as shown below and in the dashboard, showing up the four data as below and for each expression value…
Ranjith Varatharajan
  • 1,596
  • 1
  • 33
  • 76
1
vote
1 answer

Grid showing same data in two different column in outsystems

The app is about Worm Farming Manager. It has 3 tables as shown below here I'm facing a problem in the transaction table. I scaffolded the screen using the Transaction table. Whenever I tried to add an entry in this transaction screen, the grid…
Ranjith Varatharajan
  • 1,596
  • 1
  • 33
  • 76
1
2
3
14 15