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

[Forums] Getting data from external database

$
0
0

Hi,

Could you please help to explain your requirement because I am not able to understand why you want to consume external database via API when you can integrate it directly in OutSystems. 

You just need to create connection with external database and you are good to go. Apart from this if database name get change in future anytime then you just need to update the db name in connection settings and it will not impact anything in the application until entity name and attributes are same.

regards


[Ideas] Manipulate window (REST)

$
0
0

Hello guys,

At various times I have used REST integrations and I have the need to manipulate the screen size to better visualize the information.

I think it's worth improving this screen to be manipulated, as are the screens for Assing for example.

Thank you!

[Forums] Please help

$
0
0

Hi @SeungHwan Kim ,

To you question "I'm not really sure what to do from here. ", the answer would probably be take some more of the training courses of Outsystems.

It's hard to help without an oml, but the obvious thing seen on your screenprints, is that you apparently have a button at the bottom outside of your list, so I assume the flow is that people can update several dates and then press the button to update them all ???  But in your logic there is nothing (a loop) going through all the items in your list to do an update for that item, so of course only one will get updated.  

Why the first ?  The one updated is the one where the 'current' pointer of the list happens to be at, and if you have not executed any loops on the list, and are clicking a button outside the list, that would be the first item. 

Dorine

[Forums] [Ultimate PDF] PDF of one form with multiple content

$
0
0

Yes @hwang geon oh, it is easily possible in Outsystems.


You can combine / merge multiple pdf files into a single pdf and then download it.

[Forums] Firebase Mobbile | Push success notification but app icon don't show badge

$
0
0

Hello
I have a problem when i push notification for IOS app by firebase mobile. I added key and value for 
badge data.

Android normally work.
Please help me!!!

[Forums] How Do I Change a Voucher

[Forums] Convert string to Boolean

$
0
0

Hi Paulo, 

Although your answer is right, it will not take into account if true is written in lowercase, or if an accidental space is added. 


Also, if you use an if-statement in the form of if(<something>,true,false) you can remove this because it has no function. Comparing a string in outystems already produces a boolean result.

[Forums] How to filter data based on what selected from Interaction/DropdownTags


[Forums] How Do I Change a Voucher

$
0
0

I don't think the vouchers are transferable. Just send them a request in Outsystems Support with details of whom you want to nominate to use this voucher.

If your friend is lucky, he may get it outright. After all, it's going to increase and encourage the developer community only.

[Forums] How Do I Change a Voucher

$
0
0

I think you can't use for another certification, but you can to use when you are scheduling another certification. Did you tried?

[Forums] Convert string to Boolean

$
0
0

You can create your function.

If(Input = "True", True, False)

And this function will return a boolean parameter.

Regards

[Forums] Authentication between different server zones

$
0
0

Not sure what you mean by zones, do you mean deployment zones? Because if the applications use the same user provider, the session should be shared between these environments. 

Except when the different zones have different URL's. 


To solve this, you can use some kind of single sign on mechanism. If your users are in the Azure AD, you can connect all these apps in the different zones to the same single sign on provider. When switching apps, the session at Microsoft should still exist, and although technically the user will be re-logged in into OutSystems automatically, it will appear seamless to the user itself. 

[Forums] How Do I Change a Voucher

$
0
0

I received a voucher for the reactive exam, and I already have this certification, I would like to know if there is a possibility to exchange it for a specialty voucher or pass it on to someone else who does not have this certification

[Forums] Use DropdownSearch to filter a List

[Forums] Convert string to Boolean

$
0
0

Just use the following:

Trim(ToLower("yourtext"))="true"

if the text is something like "true", it will return a boolean True value. In all other cases it should return False


[Forums] OutSystems application deployment without LifeTime Environment

$
0
0

I understand the concerns, but client decided not to go with lifetime environment despite knowing all the disadvantages.

[Forums] Convert string to Boolean

$
0
0

Hi,

Is there a way to convert string to Boolean in OS?

Let say I receive input from user with text value of "True" or "False", I need to assign that value to variable with Boolean data type. 

I know that OS has BooleanToText function, but I couldn't find ready function to convert text to Boolean.

[Forums] OutSystems scheduler service not starting - Onpremise

$
0
0

the service is up and running, by mistake I was expecting the service to run halfway during the installation and I realized the service will start run after the complete installation.

After complete installation, the service was started and running.


@Nordin Ahdi& @David, thank you for your replies.

[Forums] OutSystems application deployment without LifeTime Environment

$
0
0

sets up the OutSystems infrastructure without lifetime environment.


Why? OutSystems always provides an extra license for lifetime, it's part of the platform! 


But yes, you can make a solution in Service Center with all the apps, export the solution file and then import it in your designated stage. 

However this will skip all the lifetime saveguards and checks so i would NOT recommend this way of working.

[Forums] How to map REST API that returns dictionary of key value pair

$
0
0

Hi @Adelia Benalius ,

Although you can try out the solution Stefan suggested, I would also recommend to try out this component.

https://www.outsystems.com/forge/component-overview/9567/advanced-rest

Install it and also install its demo app from your service studio.

When you install the demo app, open it on the browser and scroll down to the bottom of Home page.

You will find exact example that you want to fix.

Click on Transform JSON and see how that conversion happens. Then open the code, follow the same steps in your application, as implemented in the demo app's code. You can use it inside OnAfterResponse too.

Viewing all 1476385 articles
Browse latest View live


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