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

[Forums] Outsystems 11 Integration Studio issue

$
0
0

Hi John,

can you give me more information about the version of the integration studio and the version of the platform that you are connected to?


Thanks 


[Forums] Submitting a form with conditional drop down list and adding them in two databases

$
0
0

I'm having trouble with submitting a form with conditional drop down lists. The conditional drop down lists are using a database on its own. I just want to submit the values on the dropdown lists on its own into the form but i really can't grasp on how to do it. Plus i would also like to submit it into 2 different databases. like FormSubmit database and formbackup database

[Forums] Introducing collectables 1/3 - real world badges

$
0
0

José Lopes wrote:

Evert van der Zalm wrote:


Have got some badges now

Awesome!! Have a great event ;) 

Please share on twitter and tag @outsystems and use #lifeatoutsystems and #outsystems11 

[Forums] Submitting a form with conditional drop down list and adding them in two databases

$
0
0

Marc Suarez wrote:

I'm having trouble with submitting a form with conditional drop down lists. The conditional drop down lists are using a database on its own. I just want to submit the values on the dropdown lists on its own into the form but i really can't grasp on how to do it. Plus i would also like to submit it into 2 different databases. like FormSubmit database and formbackup database

Hi Marc, 

Can you please put your doubt into a little more detail? :) 

What do you mean by conditional drop down lists? Also, you want to submit them into 2 different databases, but what type of record are you creating in each? 



[Forge] JQuery

[Forums] Bug Tablet Theme Sidebar DropDown

$
0
0

SAHD wrote:

Ferox Neto wrote:

Hi Paul,


Thanks for sharing your solution.


I was having a similar issue on a mobile device with iOS.
For some reason  it displayed properly on the emulator, but not on the mobile device.
On the device, the dropdown content had a left alignment, and the first letters of each items was being displayed behind  the side bar.

I applied the CCS above on the screens with a sidebar and a dropdown,  and it worked like a charm.

I've also encounter this problem (left alignment, and letters being displayed behind dropdown-row). Could you share your specific code with me? 



Hi Shad,

As i said on the previous answer, the solution to my problem was the one provide above by Paul Geven.

I added the following CSS to the screen where my problematic dropdown was: 


[data-dropdown] > div.dropdown-list{
 position: relative;
 left: 0px !important;
 top: 0px !important;
}


[Forums] [HERE-API] showing a blank map in outsystems but working on a HTML file

$
0
0

João Melo wrote:

Hi Jhonathan. I'm working on a component for the Here Maps API right now. In a couple hours I'll be publishing the component and you can test it, ok?


Hi João, sorry for the late response, I tested your component and I am having the following error on console : 

Failed to load resource: the server responded with a status of 404 (Not Found)  mapsjs-ui.js:1
Failed to load resource: the server responded with a status of 404 (Not Found) mapsjs-mapevents.js:1

Uncaught ReferenceError: H is not defined  Home.aspx?_ts=636745996863020022:139
    at Home.aspx?_ts=636745996863020022:139
    at HTMLDocument.<anonymous> (_osjs.js?10_0_816_0:32)
    at l (_osjs.js?10_0_816_0:18)
    at Object.fireWith [as resolveWith] (_osjs.js?10_0_816_0:18)
    at Function.ready (_osjs.js?10_0_816_0:18)
    at HTMLDocument.mb (_osjs.js?10_0_816_0:18)


(this being on your test link at forge aswell as on my module with my credentials , both on chrome and edge)

[Forums] How to create pagination in outsytem mobile applications

$
0
0

Hi Cjiranjit,


In your list, you can use the OnScrollEnding: 

Outsystems recommend you use this:

"Fetch records as you need them instead of all at once. Start with a minimum set, for example, 10 records. As the user scrolls down, use the On Scroll Ending event to fetch the next set of records — for example, the following 10 records."

Read more here.

EDIT: Pagination is a not so frequent pattern in mobile apps (fonte).


I hope it helps.


[Forums] Publish mobile app that is in store

$
0
0

Eduardo Jauch wrote:

Hi Gonçalo,

If you add a new plugin, yes, this will have impact.
The user will need to update the app from store before be able to use the application, unless you put code to avoid using the plugin case it is not installed.

The Auto-update does not work with the plugins.

(If I understood correctly your dillema).

Cheers.

What about resources (like files with icons or fonts) added to the Resources tab of a mobile app?

Are these bundled with the app or retrieved with the auto update?

Thanks in advance!


[Forums] Error when building IOS Native app

$
0
0

Hi I experience this kind of error when generating native app for IOS


....

....

From https://github.com/CocoaPods/Specs
     48e17478738..8a4fbe9ce0f  master     -> origin/master

** ARCHIVE FAILED **


The following build commands failed:
Check dependencies
(1 failure)
/tmp/build/source/platforms/ios/build/sharedpch

[2018-10-08T16:14:54.473Z] [ERROR] Build failed with the following error: An unexpected error has occurred while generating your application. Please try again. If the problem persists, contact OutSystems Support.
[2018-10-08T16:14:54.473Z] [INFO] Zipping application source...
[2018-10-08T16:15:05.233Z] [INFO] Application was not successfully generated!
[2018-10-08T16:15:05.248Z] [INFO] Execution time: 164260ms

[Forums] Publish mobile app that is in store

$
0
0

Eduardo Jauch wrote:

Hi Gonçalo,

If you add a new plugin, yes, this will have impact.
The user will need to update the app from store before be able to use the application, unless you put code to avoid using the plugin case it is not installed.

The Auto-update does not work with the plugins.

(If I understood correctly your dillema).

Cheers.

Thanks for the help Eduardo


[Forums] Outsystems - Aggregate to fetch Service Center users only

$
0
0

Hi there!

How can I fetch service center users with an aggregate/SQL query?
With the entity User I can get all Users but how can I filter for the ones that appear only in the service center?
I tried through the entities User_Developer, ServiceCenter_Role but with no positive results.

Thank you in advance.


Best Regards,

Luis Machado.

[Forums] Outsystems - Aggregate to fetch Service Center users only

$
0
0

Luis Machado wrote:

Hi there!

How can I fetch service center users with an aggregate/SQL query?
With the entity User I can get all Users but how can I filter for the ones that appear only in the service center?
I tried through the entities User_Developer, ServiceCenter_Role but with no positive results.

Thank you in advance.


Best Regards,

Luis Machado.



Hello Luis,

have you tried to filter by the tenant? Service Center users have a specific tenant id.

[Forums] Outsystems automatically do uppercase to particular text in advanced query

$
0
0

Hi There,

We encounter an issue after upgrade from v8 to v10, but everything worked fine in v8. After debug, we found the query we wrote in advanced query was slightly different from the query sent to database (we concatenate dynamic insert SQL, and execute in advanced query all together), why the small letter "lt" became big letter "LT" while the rest were remaining same case?


[Forums] Error when building IOS Native app

$
0
0

Hi Prasad

If you're getting this in a Production application I suggest you contact OutSystems Support.

Is that the case?


[Forge] QseVendas

[Forge] QseVendas

[Forums] Outsystems - Aggregate to fetch Service Center users only

$
0
0

Luis Machado wrote:

Hi there!

How can I fetch service center users with an aggregate/SQL query?
With the entity User I can get all Users but how can I filter for the ones that appear only in the service center?
I tried through the entities User_Developer, ServiceCenter_Role but with no positive results.

Thank you in advance.


Best Regards,

Luis Machado.

Hi Luis,

Below query works for me. Try that

select * from ossys_user, ossys_tenant
where ossys_user.tenant_id = ossys_tenant.id
and ossys_tenant.name = 'ServiceCenter'


Thanks,

Sachin

[Forums] Background Client action

$
0
0

Hello, everyone,


It's not crystal clear, but MABS does support plugins with Swift code, with some adjustments:

  1. You have to add Swift support to your app via a plugin that requires it, using a dependency entry, or a new plugin altogether; 
    1. You can and should use this Add Swift Support plugin to do it, paying attention to the required Cordova CLI/iOS versions;
    2. Bear in mind that MABS may be upgraded to a new stack, which may include a newer Xcode version; the latest announcement in this regard was this August, albeit no update was done to Xcode.
  2. You need to write your Swift plugin code on language versions 3 or 4 (or convert it), which are the ones MABS currently supports
    1. Xcode 8.3 offers a migration tool that helps you convert it from version 2.3 to 3 (documentation);
    2. If you want to take it a step further and migrate from Swift 3 to 4, you can use a similar tool available on Xcode 9 (documentation);
    3. Whichever of these two versions you pick, make sure you use the corresponding "UseSwiftLanguageVersion" preference value on the the home module of your mobile app, as documented on the plugin's page.

After ensuring these two details are fulfilled, you should be able to generate your mobile app.

Be sure to let me know if you need further assistance getting things to work.


Best regards,

Carlos Simões

[Forums] Outsystems V11 - my apps infinite load

$
0
0

Hello


Recently I updated my environment to version 11. I had personal applications installed in version 10, however, now when I tried to open them, they get stuck on the "getting dependencies from environment". I have already tried to create a new solution, and even download the current app version, delete it from the environment and install it again, but still with no success. It always gets stuck on that loop. 


Could someone please help me? Maybe I did some wrong step on the new solution, or maybe I'm just missing something?


Cheers


Luís Serpa

Viewing all 1476385 articles
Browse latest View live


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