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

[Forums] Not able to find the outsystems username and password in users table

$
0
0

Somehow I found this  but still couldn't figure out solution to the below problems.
It states what could be wrong but how to fix that ??
Complete newbie with Outsystems and facing this issue  

My login works in ServiceCenter but does not work in Users...

If you are having trouble logging in with a given username under Users, but are able to login just fine in ServiceCenter, your problem can be:

- an issue of multi-tenancy (somehow your user from Users got moved to a different tenant)

- your user in the Users provider is inactive

- your user in Users has a different password

- the entry for your Users object in the database has a different password, and you are not resetting it well

- Users is configured for external authentication [5] and the user does not exist in the external authentication system - so login is not possible.


In the opposite situation (you can login in Users but not in ServiceCenter) you were probably never created as an IT user. In that situation, request that a user is created for you under ServiceCenter / LifeTime.


[Forums] upgrade on personal environments

$
0
0

The same thing is happening to me. My PE was supposed to have been upgraded yesterday, but that didn't happen.

[Forums] Mixed Content Error

$
0
0

Heya,


Besides what Justin said, It might also be because in the popup you want to show/use images/javascript that you are including with an expression where the url is still http.


[Forums] Mixed Content Error

$
0
0

Hi Ankita,

Just curious, how are you handling the http to https redirect on your server?


Either way, I've seen this issue before depending on how the servers were setup for https.

I found in these two scenarios this error occurs:

1) A popup is called directly from a consumer module.

2) A popup is called directly within its module, but from a web block, that is then consumed by another module.


The solution to this problem was to change any of these occurrences to be called via an entry point.


If you aren't familiar with this concept, you will need to do the following:

1) Right click on the UI flow of the popup and create an Entry, naming it, and within the UI flow diagram, pointing your new entry at the popup.

2) If you don't already have one created in your module, right click and add an External Site, after adding the external site, right click on the external site and select 'Add Dynamic URL'

3) Replace the occurrences of the direct link to the popup with a link to the External Site, passing in the function GetEntryURL() (From the HTTPRequestHandler), to the Dynamic 'URL' input of the external site, filling in the appropriate input paramters to the GetEntryURL() function based on your popup.


Let me know if you get stuck anywhere or if this doesn't solve the issue,

Justin



[Forums] Customise MobilePatterns CardBackground Colors

$
0
0

Thank you to you both! 

I used Chrome to inspect the element and see what color class it used and override it in my page class with the color i needed. 

Thank you for your help Marco, unfortunately .CardBackground didn't do the trick so i tried with .background-green (the color i selected initially) and it worked. 

Regards,

Cristina 

[Forums] Block past dates in mobile calendar

$
0
0

Hi Gowtham,


I don't know if you can do it with your Operative System calendar, perhaps with JavaScript

In any case if you're using OutSystems, the easiest way would be using the Silk UI component mentioned above.

[Forums] How to use GetAccessToken

$
0
0

Hey guys!

Thank you so much for creating this plugin. I've managed to get Google login working with the Google Login Plugin. I'm trying to access google calendar api for https://developers.google.com/calendar/v3/reference/events/list


I've been trying to use the GetAccessToken method but i'm not sure what to put for the ClientSecret Input because the ClientID i generated for Android doesn't have a client secret. This is the first client ID


I also have a web clientID which has a client secret but it returns an error of

I've tried looking at the Employee App Template for examples on Google API calls but I cannot find any.

Would be great if anyone who has used a Google API could provide a sample beyond just google login

Thanks so much.

Best,

Barnett

[Forums] session.DestinationUrl being cleared (connecting to adfs)

$
0
0

Hi Steve,

Great news. However in the future if you found any scenario that for some reason the hostname URL are not the same at login time, you can configure the Login default URL (Internal settings tab). With this configuration value, if not empty, after a successful login the browser will be redirected to that URL regardless the value that it's on DestinationUrl session variable.

Regards


[Forums] how to solve internal error

$
0
0

Sometimes you hit some limits and everything breaks down, can also be the problem with some espaces giving error's or (indirect) circular dependencies. Check for exclamation marks for referenced eSpaces and extensions.. 


Regards,

Wim

[Forums] MASK ZIPCODE

$
0
0

HI GUYS!


I NEDD HELP, HOW TO PUT A MASK FOR A ZIPCODE IN DIFERENTS  ATRIBUTTES ON DATABASE?


TKS!

[Forums] Unable to launch a process

$
0
0

Thank you!


Mine is personal environment, I will contact Support. Thanks!

[Forums] Why does User_GetGroups work with CN?

$
0
0

MeanLean wrote:

In our AD we have 3 users with the same CN. When we get the groups of this user, the action User_GetGroups returns the group memberships of a random (and, according to Murphy's law, the wrong) user. Is it possible to change the logic and use the e-mail address as identifier for the user?

Best regards,

Leen Rietveld

What if you used the SID instead? That is supposed to be unique and I think the component allows you to return it with the results when you query for users.


[Forums] Why does User_GetGroups work with CN?

$
0
0

In our AD we have 3 users with the same CN. When we get the groups of this user, the action User_GetGroups returns the group memberships of a random (and, according to Murphy's law, the wrong) user. Is it possible to change the logic and use the e-mail address as identifier for the user?

Best regards,

Leen Rietveld

[Forums] Unable to launch a process

$
0
0

The problem is the scheduler is down, so if you're using an on-premises infra structure, you can enter your front-end server (or ask your DBA), access to services, identify the 'OutSystems Scheduler Service' and 'OutSystems Deployment Controller Service', and restart them.

In case you're not on-premise but in the cloud, contact OutSystems Support.


[Forums] Unable to launch a process

$
0
0

Please environment health screenshot


[Forums] MASK ZIPCODE

[Forums] Plugin to autocomplete address streets

$
0
0

Greetings,


Does anyone know if there is a plugin, a service or any other way to obtain a list with the names of the streets of a given country (countries of Latin America specifically)?

It would be very helpful to me for autocomplete delivery address forms for product shipments.

Thanks in advance for any help.


Best regards.

[Forums] Going to ODC? Make sure you get your IRL badges!

[Forums] Plugin to autocomplete address streets

$
0
0

Hi Manuel,

I know that google maps api has a type that you can specify as parameter, when executing the autocomplete action, it supports a list of type collections.

Maybe you need to extend the map component, I'm not aware of any made in OutSystems.

Regards,

[Forums] How to call Google API for mobile?

$
0
0

Hey Outsystem-ers,

My schedule app needs to pull calendar data from Google Calendar, hence the calendar cordova plugin won't do.

I've used the https://www.outsystems.com/forge/component/1453/google-login-plugin/ to successfully log the user into Google API. I receive back a IDtoken which i think i need to change for an access token using GetAccessToken() from https://www.outsystems.com/forge/component/2205/google-core/

My plan is to use the Consume Rest API integration in outsystems which i'm not sure is server side? Alternatively i will use the Google Calendar Javascript API.

If anyone has had experience working with a Google API for Google Fit or Drive on a mobile device, please share with me your advice!

Thanks!

Best,

Barnett

Viewing all 1476385 articles
Browse latest View live


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