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
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
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
José Lopes wrote:
Please share on twitter and tag @outsystems and use #lifeatoutsystems and #outsystems11
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?
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;
}
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)
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.
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!
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
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
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.
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.
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?
Hi Prasad
If you're getting this in a Production application I suggest you contact OutSystems Support.
Is that the case?
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
Hello, everyone,
It's not crystal clear, but MABS does support plugins with Swift code, with some adjustments:
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
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