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

[Forums] ERROR - Timer reached maximum number of retries (1) [Calculating next run]

$
0
0

Hi guys,

I've been struggling with the following error "Timer reached maximum number of retries (1) [Calculating next run]" when the timer tries to run for the first time in the day. When I "run" the timer manually I have no problems.

What do you guys think might be causing this error?


Thanks.



[Forums] Import a bootstrap page on Outsystems

$
0
0

How can I import a bootstrap webpage on OutSystems. Let's say I did my frontend using HTML, CSS and JS somewhere and I would like to import it on Outsystem to use as my frontend, how can I do this? 

[Forums] Editable Table paging (List Navigation) not working in 9.1.300.0

$
0
0

Hi all,

Since this post is too old. Is there any better way to implement pagination in editable table?


Thanks in advance!

[Forums] Debugger doens't show the current record or id

$
0
0

Marcelo Ferreira wrote:

Hi Miguel,

If you send a feedback message with that id you get 0 too? If yes that means it's not a problem of the debugger and.on that context you really don't have the id of the question. And you need to check if you have on preparation.

If you get the right id on the feedback its a debugger problem and you should report it.

Regards,

Marcelo


Using the feedback message it appears the ID, but the thing is even if you dont use the feedback message or dont  have logic it should appear in the debbug because it took me a bit of time to understood that only if i use logic i can see the id.

[Forums] RunJavaScript in preparation

$
0
0

Hi

Could someone confirm how the RunJavaScript action works in comparison to screen-level JS? 

If have RunJavaScript in the preparation do a 'button click' will it work the same as having a 'window.onload button click' at screen level? 

Basically, I need to know if the JS in preparation will allow the screen to finish loading or if it will wait for the called action to run?

Thanks

[Forums] Import a bootstrap page on Outsystems

[Forums] ERROR - Timer reached maximum number of retries (1) [Calculating next run]

$
0
0

Marcelo Ferreira wrote:

Hi Samuel,

Normally associated with that error is another error. On service center near that error don't you see another error in the same timer?

Regards,

Marcelo


Marcelo, I double checked and I found out an other error. 

The underlying connection was closed: A connection that was expected to be kept alive was closed by the server.

What do you think might be closing the connection suddenly?



[Forums] Import a bootstrap page on Outsystems

$
0
0

So, I have to ask...what are you trying to achieve here? Not re-creating the UI? Is this a single screen that you want to re-use, or part of an existing application?

You can re-use external content using IFRAME or similar, but importing an external screen is not a supported use case.

If you provide more details, we might be able to help you with an alternate path.


[Forums] Why is "what's new" icon and menu option invisible

$
0
0

Some of my collegue's don't see the Check What's New icon and menu option (menu help).

They are on the same version (11.0.415.0 as me, but I do see them.

Anybody experiencing the same problem?

[Forums] Problems connecting to DB2 (Iseries)

$
0
0

The external party where we use the ISeries from asks us to provide the specific portnumber which they can setup as an allowed portnumber to access our IBM Iseries. 

Could you please provide the portnumber?  

[Forums] Scanner not work in APK

$
0
0

Hi,

I'm trying to run the scanner on a QRCode directly in the APK, but it does not work. In Outsystems Now it works fine. Do I need to do any setup to work on the APK?


Thanks.

[Forums] What do you want to learn about?

$
0
0

Hello! 

We’re busy preparing for the upcoming tech talks at NextStep and we want to make sure we’re covering the topics YOU want to learn about. The “Call for Speakers” will happen next month, but right now we’re asking for your ideas on topics!


What do you want to learn about? Share your technical topics and session ideas, so we can make sure it’s our best tech event yet!

We plan to have two types of talks. One will be a 40-minute, long-format talk that focuses on broad topics like architecture, web, mobile, containers, and more. The second type of talk will be a "lightning” format. These are 10-15 minute talks that focus on a specific tip or action, such as "how do I use the events from web blocks that were released with OutSystems 11?” 


So, help us out. Tell us what you want to know—even if it’s about technology unrelated to the OutSystems platform. No promises, but we will do our best to make it happen. 

Talk Idea submission deadline April 12.


Give us your ideas!


Again, the “Call for speakers” will happen soon! 

(Also comments are off, as we’d like for all ideas to get entered through the link above!)

[Forums] Authentication via client certificate

$
0
0

João Martins wrote:

Hi Benjamin,
As I've shared already with you, we've managed to use the IdP component for external authentication on a mobile app with client certificates, let me share with the community what we've done to accomplish that.

We had to change the component to allow the usage of the system browser, as it is the only way of using the client certificates, and after that, we also had to change the callback screen (MobileCloseInAppPoint) to redirect us back to the mobile application, for this last part we've used deep links. 

The main changes we've done were:

  • Create a new session variable that holds the module that made the authentication request
  • Create a new entity to map the mobile token and the module that made the request, the information about the module comes from the session variable 
  • Change the callback screen MobileCloseInAppPoint to redirect the user back to the application through a deep link.

If anyone has any more question regarding this just let me know.

Cheers,

João

Hi João, 

we are currently facing the exact problem that you seem to have solved.

But we can't really work out how you did this. Could you provide us with some more details or example module?
What does this token comprise off? What's in the session variable? ...

Kind regards,

Dieter


[Forums] RunJavaScript in preparation

$
0
0

Preparation runs before the screen is rendered, so I'm not sure why you would run JS in a preparation, or even whether it would work.

Can you describe the use case you're trying to support?

[Forums] RunJavaScript in preparation

$
0
0

Hi Craig,

JavaScript runs on the client side and preparation has the name indicates prepares the screen to be rendered. Since the screen itself still doesn't exist  and it still wasn't sent to client you can't execute Javascript. In other hand having the js in screen level linked to window.onload event it will run when the page finish to be rendered.

Regards,

Marcelo


[Forums] Mobile Licensing - Free pricing level

$
0
0

Thinking about starting a mobile app to a client using the free licensing level. 


I need to know if it is possible to pass it to production using the free licensing level - deciding later to upgrade to a paid level.


Thanks

[Forums] Debugger doens't show the current record or id

$
0
0

Hi Miguel,

You should post an idea about this or search if already exist one. If is a bug they will solve it and if is intended they will feel the community feedback about your idea and implement it if make sense.

Regards,

Marcelo


[Forums] ERROR - Timer reached maximum number of retries (1) [Calculating next run]

[Forums] Is it possible to do Pagination on editable table using any of the themes?

$
0
0

Hi all, 


I need to do pagination on an editable table. I've gone through multiple discussions which states that no direct way is there yet but the posts were quite old.


Do we have any way of implementing this in the latest versions?


Thanks in advance!

[Forums] Mobile Licensing - Free pricing level

$
0
0

Thanks Nuno Reis.


When you say: "The new will be app.clientname.com so all the installations of the app will be void and clients must reinstall it." Does that mean that will be 2 versions of the app and the users will have to delete the old one and install the new one? Or its an update in the same app?

Thanks

Viewing all 1476385 articles
Browse latest View live


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