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

[Forums] Caching Web application

$
0
0

Hi,


I'm building a web application in OutSystems. Can you please tell how the web screens caching can be implemented? I need to cache few web screens in the browser so that they can be cached during loading and thus will reduce navigation time.


Thanks


[Forums] OS 11 TopMenu template tables issue on chrome on surface pro

$
0
0

Anyone else getting the headers repeated in the rows when using the Top Menu web template in chrome on Surface Pro. Using at it is compatible with the new screen templates in OS11?

[Forums] OS 11 TopMenu template tables issue on chrome on surface pro

$
0
0

Hi Paul, I have a Surface Pro, and can help to reproduce this issue, but I'm gonna need more details.

I'm using the version 11.0.110.0, and I just created an web app with a Top Menu template and a Table Records on an Web Screen, and tested it with Chrome on a Surface Pro, and it rendered ok.

Can you share a screenshot or your espace?

[Forge] Bluetooth Serial Sample

$
0
0
Sample application used to demonstrate how to use the BluetoothPlugin Plugin

[Forge] Bluetooth Serial Plugin

$
0
0
Plugin that enables an application to access the Bluetooth capabilities of the users device.

[Forge] E-Book

$
0
0
A template for you to book room with your own people!

[Forums] Firebase Oreo Plugin Unofficial Update and other bug fixes

$
0
0

Now another update by me v1.4

Now No need to create channelinfo structure parameter to add channel ,simply key in into the CreateChannel input parameter for ChannelID,Description,Vibration and Importance Level

Internal validation for android 8.0 and above and importance level for channel related actions

Bug unfixed

No channel description listed using ListChannel Function,only name

[Forums] Drop down menu is not working


[Forums] JSON REST API Documentation

$
0
0

Hello Devs,


I'm creating a series of API endpoints for my service to expose. I want to create an endpoint which can accept a JSON string which is a list of records of a particular datatype. I can do this if I create a JSON input parameter for the API method but the JSON input parameter must be of type text instead of type list of records of datatype. 

This is fine but when I get outsystems to create the documentation of the API, the documentation only shows that the input parameter is of type text, it gives no indication of how to structure the JSON text for the method to properly consume. 

To say this another way to try to make it clear, if I create a JSON input parameter in a REST interface method, the documentation just reads that the JSON parameter bust have text sent to it. It doesn't say what structure the text should be in to match the JSON expected by the method. 

Does anyone know if I might be doing something wrong or a way of getting the documentation to list the structure of the JSON?

Thanks!

[Forums] My personal environment is down

$
0
0

Hi,

I can not publish application In my personal environment. 

The following is displayed on Environment Health screen.

"Environment Health Problems  View more details

  • Deployment service is down in front-end SERVER. "


And I tried to publish, but error has occurred. 

--------------------------------------------------------------------------------------

Error message from node SERVER (127.0.0.1): Deployment failed

Deployment failed. Could not invoke ping. Exception: The remote server returned an error: (503) Server Unavailable.
   at System.Net.HttpWebRequest.GetResponse()
   at OutSystems.HubEdition.DeployService.PageInvokes.PageInvoker.DoRequest(String espaceName, String ptaOrTenantName)

CompModule : Broadcast Message

--------------------------------------------------------------------------------------


Regards


[Forums] HighCharts (Pie) defining color.

$
0
0

Thanks, Kilian. Was able to make it work now.


[Forums] Community rank update

$
0
0

An y idea how frequently the community ranks are updated? Just curious! 


There has been considerable amount of activities in terms of posts/ideas etc. by me recently but the community rank has remained unchanged. Also have seen other profiles with NO activity at-all at a way higher community rank. So thought of checking here!

[Forums] Eddystone URL Plugin

$
0
0

J. wrote:

Hi,

can you provide more info what you already have done?

did you debug it?

do you get errors?

does it work with other apps

Hi,

I just added the BLE Plugin in my app but learned it was not intended for use with Beacon.

The app is working but display only the device ID(mac address), what I want is to do is display the Eddystone beacon URL and other data from it.

[Forge] Sample Rest API

$
0
0
Sample Rest API with basic Get and Post operations that can be used to just test API calls from UI

[Forums] SAP Business One

$
0
0

Colin Crawford wrote:

John Guiller wrote:

Hi Colin,

Good day.

Have you ever created an extension for this one?

Looking forward on your response.

Cheers,
John 

Hi John,

No we haven't created an extension.  We create Packages and Scenarios in SAP Business One Integration Framework (B1iF) that are called using SOAP (could be REST) requests.  Over the last few years, we have amassed a good deal of expertise in this area.

Regards

Colin


Hi Colin,

Good day.

Just want to confirm, as of now, I have no visibility yet on the SAP Business One side since I am just checking the possibility of integrating it to one of our OS Apps.

On your end, will it was just utilizing the Integration part of the app? Also, did you use the SOAP or the SAP integration part?

Looking forward on your response as I will probably start the process for this one soon.

Cheers,
John



[Forums] integrating Outsytems - SAP BUSINESS ONE using integration studio error

$
0
0

Hi John,

Good day.

Were you able to create an extension for connecting to SAP Business One?

Cheers,
JohnB


[Forums] Issue on implementing password history check

$
0
0

Hi all, 


I'm trying to implement password policies as follow:

1. min. length

2. with complexity

3. retries and lockout

4. password history - cannot use the same passwords from before


All of 1~3 work perfectly but 4 is a hassle. We have done proof of concept and works fine in personal environments. However, in the enterprise environment, seems every password change, even if it's the exact same password, results in a different encrypted piece of data. This means, we are unable to match the previously changed passwords. 


Can someone please point me in the right direction in resolving this? are there any common way to implement such password policies? are there any configuration in enterprise level that differs from personal environments so we can work things out please?


Thank you in advance!


Connie

[Forums] SAST and DAST scans

[Forums] Eddystone URL Plugin

$
0
0

Renato Torres wrote:

Hi Jeffrey,


Some months ago we started developing a plugin for Eddystone. It is still under development but it already allows you to get the URL of the beacon if available.


Please find the component in the forge: https://www.outsystems.com/forge/Component_Versions.aspx?ProjectId=4622




Cheers,

Renato

Jeffrey Vergara wrote:

Hi, 

I'm new in Outsystem and I'm looking for any plugins/topic that let me display the URL from Eddystone. I already tried the BLE Plugin but I can't display the URL.



Hi Renato,

It works! Thank you so much!


[Forums] Form Behavior on Google Chrome and Mozilla Firefox

$
0
0

Hi Guys,

Just want to ask if you encounter this behavior and how did you address the issue.

I have a webscreen(Create and Edit) with below settings. I have a field called client type with default value is null on New Record. Depending on the Client Type choosen some fields will hide/show.


NOTE: This record has not been save yet so no record will be retrieve from the database.

Google Chrome Behavior when you refresh the page (F5). If you look at the screenshot below when I hit F5 the value of client type was reset to null (correct behavior)


Firefox Behavior(Version 62.0.3) when you refresh the page. If you look at the screenshot below the value was retain.

The firefox behavior causes confusion since it is still showing CONSUMER but the other fields that is suppose to be visible when this value is choosen was hidden. When I try to debug the client type field it is null, that is why some fields was hidden.


Is there a way to reset this back to null using FORM? 



Viewing all 1476385 articles
Browse latest View live


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