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

[Forums] Documentation for MonitorProbe?

$
0
0

Hi Chip,


We are still working in the documentation, that is one the reasons why this component is still on alpha stage.

But don't worry, our tests are saying his use is pretty stable and worthy ;)

This component has some built-in information that exposes how You can use the rest API that allows You/Your company access all the OutSystems Platform monitoring relevant data.


Just install the forge component and go to the URL:

http://<your env URL>/MonitorProbe/rest/PlatformLogs/

(see the example bellow)

You will see there the component documentation. It explains how to consume the REST API.

And although I never used Splunk it seems it can consume REST API data:

https://www.google.com/search?client=firefox-b-ab&q=splunk+consume+REST+API



I hope this helps. Please give me feedback.

Warmly,

Urbano Freitas


[Forums] Tree widget in Outsystems UI Web

$
0
0

Ricardo Pereira wrote:

Hi Jarle,


Are you talking about this:


or about this:


I'm just trying to understand. ;)


Best regards,

Ricardo

Yes, something like that, but with option to load the children dynamically



[Forums] Flipcontent SilkUI change height for single element

$
0
0

Hi Rob,

I'm not entirely sure what you want to achieve - do you want to override the min-height of the CardFlip class? You can enclose the element inside a Container with a specific class, say "SmallCardFlip", then override the standard CSS by:

.SmallCardFlip .CardFlip .CardFlip__frontContainer,
.SmallCardFlip .CardFlip .CardFlip__backContainer {
  min-height: 2em;
}

or something to that effect (I didn't test it).

[Forums] Tree widget in Outsystems UI Web

$
0
0

Hi Jarle,


Are you talking about this:


or about this:


I'm just trying to understand. ;)


Best regards,

Ricardo

[Forums] Tree widget in Outsystems UI Web

$
0
0

Hi!

Currently there are no plans for it, but I think it's a good idea.

You can suggest it on the ideas page: https://www.outsystems.com/ideas/ and that way we can track the community feedback on that idea to be implemented.

My regards

[Forums] API validation to check Attributes present or not

$
0
0

Hi Santhu,

You're right, I was confusing mandatory Parameters with mandatory Attributes of a Parameter. So the only thing you can do is check whether the Parameters have valid values, but not whether they were actually transferred.

[Forums] Flipcontent SilkUI change height for single element

$
0
0

We've used flipcontent in a number of places, with standard css from SilkUi.

I'm now trying to use the flipcontent in a place where it can only be about 2em. However, my css understanding of nested elements etc isn't good enough to overwrite the min-height: 80px.

This min-height is found in the following class:

.CardFlip .CardFlip__frontContainer,
.CardFlip .CardFlip__backContainer {
    left: 0;
    min-height: 80px;
    top: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

If I put a containter inside of the front and backcard with a class min-height = 0, it makes that container smaller but not the card. If I put the flipcard inside a box with min-height = 0, it overwrites my class I think.

[Forums] API validation to check Attributes present or not ?

$
0
0

Yes it is. I'm closing this one.


[Forums] Timers not running in personal environment

$
0
0

Hi Marcos,

you can restart the Scheduler service in the the controller where is showing warnings.


Kind regards,

Guilherme

[Forge] VirusTotal API

$
0
0
VirusTotal is a free service that analyzes files and URLs for viruses, worms, trojans and other kinds of malicious content. The VirusTotal API lets you upload and scan files or URLs, access finished scan reports and make automatic comments.

[Forge] Maze Generator

$
0
0
Maze generator. A gimmick for error pages, page not found, no permission etc. (Implemented using depth first search algorithm, with recursive backtracking.)

[Forums] How to enable TLS MA?

$
0
0

Hi,

We're wanting to use TLS MA for comms with 3rd party APIs, but I can't find any documentation for it.

Can anyone confirm of OS itself supports TLS MA, and if possible provide some pointers?

Thanks in advance!

[Forums] Try Now not working

$
0
0

Matthias Preuter wrote:

The page cannot be found. Please make sure you typed the URL correctly.

Hi Matthias! 

Yep I just had my personal environment reset so is a different one :) I will change it!

thank you for the heads up :) 

kind regards

Miguel Vicente


[Forums] Documentation for MonitorProbe?

$
0
0

Thanks for the info.  With this information I can see REST data.

[Forums] Timers not running in personal environment

$
0
0

Thanks Kilian, case submitted... 


[Forums] Timers not running in personal environment

$
0
0

Kilian Hekhuis wrote:

Marcos,

Again, please contact OutSystems Support. There's no way for you to fix that error.

@Guilherme: the topic already says "personal environment", so that's not something that's possible to do yourself.

I've misunderstood that. Thanks for warning.


[Forums] [Bug] on V4.0.2 ORA-00911

$
0
0

Thanks @Robin Kouwen, you're totally correct!

For the Oracle Users:

I changed in eSpace: DiscoveryProbe, action Snapshot_Create, Advanced Query: CreateReferencesOracle


Change this join:

JOIN {ModuleNode} SourceModule ON SourceModule.[SSKey] = EspaceRef.[SS_Key] AND SourceModule.[Kind]=‘oml’ AND SourceModule.[SnapShotId] = @SnapShotId

for this:

JOIN {ModuleNode} SourceModule ON SourceModule.[SSKey] = EspaceRef.[SS_Key] AND SourceModule.[Kind]='oml' AND SourceModule.[SnapShotId] = @SnapShotId


Discovery version: v4.0.2

for Outsystems 10

[Forums] Timers not running in personal environment

$
0
0

Marcos,

Again, please contact OutSystems Support. There's no way for you to fix that error.

@Guilherme: the topic already says "personal environment", so that's not something that's possible to do yourself.

[Forums] Timers not running in personal environment

$
0
0

Thanks Guilherme, I don't see a way to restart a service. When I hover over the warnings I get a tooltip with the number of seconds it has been in error, but clicking on the warning icon does nothing.

[Forums] Merge with others?

$
0
0

Hi Justin;

Sure. Can you point me to the one you think is more relevant?

Regards,

Marcelo

Viewing all 1476385 articles
Browse latest View live


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