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

[Forums] Select value from dropdown not working on iOS 11.3

$
0
0

The problem is, when you click an entry on the dropdown, the click is not registered and events are not triggered.

It works fine on several androids, both native and outsystems now. It apparently doesn't work on any iOS. 

This issue is probably related with how the combo is built, because the combo is dynamically built not by Outsystems but by google's js library.

I understood how to solve it through the link you provided and I'll patch it later today or tomorrow. 

Thank you for the feedback.


[Forums] Commit Transaction Action - When is it needed, Why?

$
0
0

Hi Alberto,

Yes, in that scenario, both update actions will be rollbacked. Of course, when the exception occurs you can always configured it if you want to abort the transaction or not, like you can see below.

However, imagine if you have a commit between the first and second update. Then only the second update will be rollbacked!

Hope that is clear.


Best Regards,

Miguel Pinto

[Forums] Select value from dropdown not working on iOS 11.3

[Forums] id is saved instead of text from a combobox

$
0
0

Hi Nathan,

There are already a couple of different solutions suggested in this thread. Are you having trouble implementing them?

Your options basically are:

  1. If you need the entity's ID, but also want to check a different attribute, you have to query the record on the database. On the combobox's "On Change" screen action, get the record from the database by its Id, which is stored in the variable bound to the combobox, and then check whatever other attribute you need.
  2. If you don't need the ID, then Eduardo's approach is your best option.

[Forge] Speech Recognition Plugin Sample

$
0
0
Sample app for Speech Recognition Plugin: https://www.outsystems.com/forge/component/2123/speech-recognition-plugin/

[Forums] Create a aggregate at runtime

$
0
0


You will need to have a limit of for example 20 attributes, and will be all text. You will need to output to all the attributes for the same structure.


Alberto Ferreira wrote:

Daniel

One more aspect. If I decide use an Advanced SQL what i must use as the Output.... it will change from entity to entity !!! 



[Forums] id is saved instead of text from a combobox

$
0
0

Aurelio Junior wrote:

Hi Nathan,

There are already a couple of different solutions suggested in this thread. Are you having trouble implementing them?

Your options basically are:

  1. If you need the entity's ID, but also want to check a different attribute, you have to query the record on the database. On the combobox's "On Change" screen action, get the record from the database by its Id, which is stored in the variable bound to the combobox, and then check whatever other attribute you need.
  2. If you don't need the ID, then Eduardo's approach is your best option.


That's what I ended up doing.  I was hoping there was an easier way.


Maybe add it to the functionality in future?  I can't be the only person who wants the other column values from the selected combo entry.

[Forums] Dynamics 365 for Retail POS


[Forums] Multple binary data attributes in single entity

$
0
0

Bruno Schumacher wrote:

Nihal Shaikh wrote:

I want to create table with below fields 

1. Product Id

2. Product Name

3. Product Icon

4. Product Banner Image

5. Product Application Imgae

I want to perform Create, update, delete against above table but outsystems wont allow to add multiple binary attributes in single entity.

My question is how to design schema with seperate entity with each binary attribute & how to perform Create, Delete products operation against all attributes.



Hello Nihal,

I think this is the best way:



with some extra info on the mimetype etc..



[Forums] In Submit Server Action Of screen

$
0
0

Hi

I have Screen 1 with form inputs after clicking on button i am sending those values to screen 2 as input variable type as entity. I am able to see those values in Preparation of Screen 2. Screen 2 also have some input fields that i need to assign to input variable of screen 2 when i hit submit on Screen 2 in Submit action i did't get the values of screen 1 that we have passed to input variable of screen 2

[Forums] Outsystems on AWS with dynamic scaling

$
0
0

Hi João,

I never actually used AWS auto-scaling but in principle you should be able to use the Unattended Installation API to quickly boot up new servers.

For this I would have a standalone Controller outside the scaling group and add front-ends using the above API.

All you need is a proper image with platform pre-requisites installed, a place to put server.hsconf and private.key (s3 will do nicely), and a proper powershell installation script.

From my experience booting up a new front-end should take about 5 minutes (empty factory). A bigger factory may take some more.

If you have a proper health-check on your load balancer pointing to your application, you shouldn't have many issues with this.

Feel free to explore and share your progress / questions. I'll be happy to guide you through as needed.

[Forums] Why not join with original?

$
0
0

Paulo Cação wrote:

Justin James wrote:

Any chance you could merge with the original (https://www.outsystems.com/forge/component/2252/daterangepicker/), so there's just one package that works the same on mobile and desktop?

J.Ja

Hi Justin!

Yes, the package is the same. But you can't use the forge component web in mobile, this was the reason for having created the mobile version. But I do not exclude a merge with the original component :)

Regards

Makes sense! It is unfortunate that there is not a good way to link the two in the Forge.

J.Ja


[Forums] styles are not getting applied to email template created

$
0
0

Durgesh -

Strange... this looks like it should work? If you open it in Outlook and do a "View Source", what do you see? Can you paste that or attach it? (It took me a while to find the function... double click the email in Outlook to open it in a separate window, then go to "Actions", choose "More Actions", then "View Source")

That said, I recommend using a separate theme for emails, just to avoid having the entire CSS from the theme included, most of which does not apply to emails.

J.Ja

[Forums] styles are not getting applied to email template created

$
0
0

Thanks Justin.

I have attached source file with this.

Thanks,

Durgesh.

[Forums] styles are not getting applied to email template created

$
0
0

Durgesh Rokade wrote:

Thanks Justin.

I have attached source file with this.

Thanks,

Durgesh.

Durgesh -

Looks like it is working fine to me, if you look at the source, you will see the contents of the "CrossCountryInternal_Theme" and I believe some RichWidgets and SilkUI theme stuff as well.

THAT SAID...

I think maybe the confusion is that you are expecting CSS from the "DealCalc" theme to be used and it isn't. The reason for that is that the Emails flow is using "CrossCountryInternal_Theme" as its theme, not DealCalc (see screenshot below). If you change that to "DealCalc" it will also include the CSS from "DealCalc". If that is the problem you are seeing, making that change will solve your issue.

J.Ja


[Forums] Dynamics 365 for Retail POS

$
0
0

Hi Amol,

OutSystems is compatible with Dynamics 365 and you already have available in OutSystems forge (a repository of reusable application modules, connectors and components that speed application delivery) one connector for Dynamics 365:

https://www.outsystems.com/forge/component/3555/dynamics-365-connector/


As I understood Retail functionalities are exposed via Restful API, that can invoked directly from the OutSystems IDE and you can leverage on all the OutSystems functionalities out of the box.


Best regards,

Daniel Martins

[Forums] export to excel - multiple values in one column

$
0
0

Hi All,


          In export to excel, i need to export the multiple values in one column (EX: INDIA, USA, UK all 3 in one cell). I have a values in Entities ( 3 Entities) 1. main table, 2. Locations, 3. relation between table 1 and 2 ( Many to Many relation).


Like this 

Thanks 


- Navaneethan   

[Forums] multiple search results

$
0
0

Hi Basista,


     When you open the Maps in Android mobile, it shows nearby options like gas stations, restarents ......

i want like that one

I  want to show the results in my app only not to redirect Maps.


thanks


- Navaneethan


[Forums] how to implement this timer

$
0
0

countdown is not started.it will basically start from 10 mins to 0 at page load first time.



[Forums] stuck in tutorial step - please help

$
0
0

Hi Guys,

I´ve gonne through the PDF and these help comments here but i kept getting the first movie in the "Add Cast/Crew to" title: "Star Wars: The Force Awakens". I'm guessing the MovieId is not getting passed from the MovieDetails screen to the "AddMovieParticipant" screen. Any hint?

Thanks!

Viewing all 1476385 articles
Browse latest View live


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