Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Forge] New Relic RUM for Web

$
0
0
This component allows you to monitor your OutSystems Web applications with New Relic RUM.

[Forge] New Relic RUM for React

$
0
0
This component allows you to monitor your OutSystems React-Web and Mobile applications with New Relic RUM.

[Forge] Dynatrace RUM for React

$
0
0
This component allows you to monitor your OutSystems React-Web and Mobile applications with Dynatrace RUM.

[Forge] Raiser's Edge - Permission and Consent Interface

$
0
0
Adds a more usable interface to the Raiser's Edge consent module. The permissions and consents in the RE module are laid out using a GDPR Compliant Permission & Consent Framework published by Davies March.

[Forge] Permission and Consent Framework Manager

$
0
0
Permission and Consent framework Management tool for creating and approving consent statements for GDPR, PSD2, ePrivacy etc. Published by Davies March.

[Forge] Mobile Phone Validation - Realtime

$
0
0
Ensure you are capturing a valid mobile phone number in your applications. Davies March wrapper for Loqate's (formerly PCA Predict) Phone Validation API.

[Forge] Launch from Image - Web

$
0
0
Web version and back administration for a student performance administration application. Published by Davies March

[Forge] Launch from Image - Mobile

$
0
0
Student Performance management application prototype. Uses facial recognition on a picture of a student on a picture wall to pull up the students profile. Leverages concepts developed in the ARProduct component https://www.outsystems.com/forge/4546/https://www.outsystems.com/forge/4546/ Published by Davies March

[Forge] GDPR - Data Dictionary

$
0
0
Proof of Concept light weight Data Dictionary to meet a number of GDPR requirements. Published by Davies March

[Forge] Enterprise Risk Management

$
0
0
Enterprise Risk Management tool with deep features to manage Data Regulation Risks such as GDPR and ePrivacy. Published by Davies March.

[Forge] Generate PowerPoint

$
0
0
Wrapper for the PptxGenJS API to allow programmatic generation of Powerpoint. Published by Davies March.

[Forge] AUS Business Name and Details - Realtime

$
0
0
During data entry capture the official name of an Australian company and its official postcode and Company Details. Allows for company names and ABNs to be mastered and reduce users time entering their company details into your forms and applications. This module by Davies March leverages the Australian Business Register API.

[Forge] Subtle Crypto Lib

$
0
0
The SubtleCrypto interface of the Web Crypto API provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (Window.crypto). The Web Crypto API is an interface allowing a script to use cryptographic primitives in order to build systems using cryptography.

[Forge] UK Business Name and Details Lookup - Realtime

$
0
0
During data entry capture the official name of a UK company and its official Address and Company Details. Allows for company names and company numbers to be mastered and reduce users time entering their company details into your forms and applications. This module by Davies March Leverages the UK Companies House API BETA.

[Forums] Cannot I use the outcome of a json serialize in a aggregate

$
0
0

oke,

then I will try it again

and maybe tommorow make a pagination on the crew . Sometimes there are a lot of names.


Someone else feedback on my first reactive app ? 


[Forums] Can I open a screen inside a screen?

$
0
0

Hello people.

How can I open a screen inside an screen. It can be like gmail, when we are writing a new email. But if I can place it in the middle of the screen it'll be better.

Do you know some training showing how to do it [if possible, using the best practices and what to avoid]?

Thank you all very much.

[Forums] Address Lookup Feedback

$
0
0

Maybe a little off-topic, but I've just been using your companies house address validator, and as someone new to OutSystems I'm finding it hard to access the retrieved UK Company Detail from inside your cool Business Address Validation widget.

I'm using your module as a dependency and I can't see any public properties. As an OutSystems noob I may well be following the wrong design pattern - is there a simple way to hook in to the selected company, or is that not how it's supposed to be used? Is the widget perhaps just a demo for the callouts? But then why mark it Public?

[Forums] Cannot I use the outcome of a json serialize in a aggregate

$
0
0

Kilian Hekhuis wrote:

@Roelof: No, Aggregates generate database queries, and since your record list is not in the database (but in Server memory), you cannot query them. There's no equivalent to .NET Linq in OutSystems.

The closest you can come is to use the List Actions like ListFilter, that allows you to retrieve certain elements from a List based on a condition. Note that it runs in Order(N) though, so it doesn't perform too well on very large lists.

I came here to comment that with SQL server, you can combine results from JSON with data from your database tables by using Advanced SQL widget. Then I noticed that Personal Environment databases are at compatibility level 120 instead of 130, which is needed to use OPENJSON() function in SQL clauses.

Query: Select name, compatibility_level from sys.databases produces output:

On quick try, I did not manage to change my personal environment's database to have compatibility level 130, but maybe there's a way to do so.

When this issue with compatibility level is sorted out (think external databases, on-premises, cloud installations or pretty please call to OS support) here's the trick: 

  1. create structure from JSON
  2. create advanced sql with original JSON as input and this freshly created structure as output
  3. select/filter/join data from this JSON structure as you wish

Here's Microsoft documentation on how to query JSON: https://docs.microsoft.com/en-us/sql/relational-databases/json/convert-json-data-to-rows-and-columns-with-openjson-sql-server?view=sql-server-2017

More info from here: https://docs.microsoft.com/en-us/sql/relational-databases/json/json-data-sql-server?view=sql-server-2017

[Forums] Reflow function is not working

$
0
0

Hi Furkan,


I'm assuming you need to redraw the chart, I remember having had similar problems in the past when resizing the container that had a chart in it. 

This is a sample JS code that will resize/redraw the first Chart in your page, tweak this is you have more than
one Chart in the same page (or get by ID for example):
Highcharts.charts[0].setSize( {YOUR_WIDTH} , {YOUR_HEIGHT} , doAnimation = true);


Let me know if this worked,

Hermínio

[Forums] How to integrate Payment gateway in web app in Outsystems11?

$
0
0

Yeah, the warnings might be tuned down a bit from OutSystems' side, "cannot be safely installed" is a bit too much.

Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>