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
1 answer

Advanced SQL Queries in Outsystems

I have to select list of projects where an user doesnot have access to in the given organization. I tried with this query SELECT {Project}.[Number],{Project}.[Name] FROM {Project} INNER JOIN {ProjectParticipant} ON…
trx
  • 2,077
  • 9
  • 48
  • 97
1
vote
2 answers

Advanced SQL query, need to add another table and employee ID

I'm new to advanced SQL. I have a query that I need to add a variable. It needs to connect to an employee table and only show a record for that specific employeeId. This is Outsystems and advanced SQL query. Any ideas? This is what I need to add:…
Darrell W
  • 33
  • 5
1
vote
1 answer

How to get Service Studio to automatically add a menu item when a new page is created by intelliwarp

I'm on a eSpace that stopped automatically creating menu items when I drag a entity onto a flow. What are the steps I can take to make Service Studio resume this behaviour?
1
vote
2 answers

Find first occurrence of pattern in regex

If I am looking through text like this: hello bob hello hello hello I want to find the first instance of hello and take it out, so I use a pattern like this hello When I erase that pattern, this is what the text is bob but what I need is bob…
Kevin
  • 1,574
  • 4
  • 19
  • 45
1
vote
1 answer

CKEditor - throws 404 page not found error

I am trying to embed the CK Editor in an Outsystems application, where the editor works fine for initial instances. When I try to edit the content that already exists, it works fine for some instances and then all of a sudden when I edit and save it…
Robert Langdon
  • 855
  • 1
  • 11
  • 27
1
vote
1 answer

How do generate screen elements dynamically in the OutSystems platform?

I am using the OutSystems platform and I am having trouble implementing something like a dynamic questionnaire. Admin users should be able to login and add new questions(no limit to number of questions), modify existing questions/answers and delete…
0
votes
1 answer

How to process data using JavaScript API for Google Earth Engine on an external application?

I'm using the JavaScript API in an application that I'm building in OutSystems. I imported the API javascript but all the scripts examples that I'm finding create objects. The print(object) command in the console outputs values but I don't know of…
0
votes
1 answer

Google earth ee.data.authenticateViaPopup gets popup always blocked

When I implement the example of google authentication for google earth Javascript API, I got the popup to sign in blocked and I got this message on the console: Cross-Origin-Opener-Policy policy would block the window.closed call. Lv @…
0
votes
0 answers

PUSH notifications in Outsystems with Onesignal

I've a lot of questions about PUSH notifications in Outsystems with Onesignal plugin: How to add Onesignal plugin to Outsystems? How do I connect Token or API to the app? (For ex, this is an Android application in the outsystems environment) If…
Yereke
  • 1
0
votes
0 answers

Hide the backoffice link OutSystem

I'm trying to hide the backoffice link when the user doesn't have permission to access it. This is the table I use.
0
votes
2 answers

Duplicate data transferring from Outsystems to SalesForce

I am new to Outsystems , I have a last mile app based on Outsystems wherein I scan shipment bags , identified by barcode, and the shipment data then moves to SalesForce. However, what is happening is, that when data is moving to SalesForce, I am…
0
votes
0 answers

Add Action column to Data Grid to Edit / Delete line

I want to add a column at the end of this grid so it displays a menu or shows the options so i can edit that line or delete it But In outsystems it looks like this] So I need to add the action column or make a new grid? I tried adding a action…
F3llon
  • 13
  • 2
0
votes
0 answers

How to enrich AEM package using a low code no code platform(Mendix or OutSystem)

The enrichment of AEM package is complex process, one need to be aware of AEM completely. I am looking for a low/no code platform which can import an existing AEM package, enrich it, and export it back to AEM. I tried with Mendix 9.12.3 and later…
0
votes
0 answers

Duplicating a project and showing for all users (Outsystems)

I'm new to Outsystems and I'm doing a project for university and I'm having some problems creating a project. Explaining the problem, as it appears in the image sent as attachments, when I click on the "Add Project" button I want to create a card…
Crej00
  • 19
  • 2
0
votes
0 answers

REDIS + AWS + SSL(TLS) + Outsystems Timeouts

Not a question, but something i could not find online. Maybe it saves someone a lot of time. Took me 2 days to solve. Case: We have a centralized redis cache in AWS we needed to connect to from Outsystems. This had to be done from a .Net extension…
admlange
  • 31
  • 2