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

[Forums] Service Studio MacOS

$
0
0

Ricardo,

OutSystems for macOS is a bundle of a build of OutSystems 11 combined with a patched version of Wine (the Windows emulator).

Theoretically, if you can replicate the Wine environment (not sure what their patches provide), you should be able to take the drive_c and registry from the macOS version and run it on Linux.  Unsupported of course.

So, give it a go?


[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

Craig St. Jean wrote:

Hey Calvin,

In addition to Sachin's question, what is dataUsers?  It seems to be a local variable, but when is it assigned to allow you to compare to the element from GetUsers?

I used it as a source for CreateOrUpdatedataUsers


[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

Sachin Mahawar wrote:

Hi Calvin,

I can't see oml attached, Still showing processing Upload. However, Could you please check one thing if you are using any action/button on your Data Users page make sure it is of method AjaxSumbit not Submit.


Sachin


 

nope, its not everytime I click any action/button, but everytime I open DataUsers screen, the data is duplicated. And all my buttons is used ajax submit


[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

Hey Calvin,

In addition to Sachin's question, what is dataUsers?  It seems to be a local variable, but when is it assigned to allow you to compare to the element from GetUsers?

[Forums] Open to ideas for improvements

$
0
0

Hi João,

It's really good component, I have just downloaded. I think, You should add Try Now url so that user can experience it before downloading it actually.

Sachin 

[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

Hi Calvin,

I can't see oml attached, Still showing processing Upload. However, Could you please check one thing if you are using any action/button on your Data Users page make sure it is of method AjaxSumbit not Submit.


Sachin


 

[Forums] Minor Issue In Service Studio 11

$
0
0

Hi Folks,

I recently updated to OutSystems 11. I'm in the process of updating extensions and correcting minor issues. My question is a minor one. Why would the Menu Widget show with a blacked out area on one web screen and show correctly on all others? I'm hoping it's just a silly oversight. The issue is shown in the following screen shots...


[Forums] if else expression condition

$
0
0

Joyce Chua wrote:

I want to write the condition such that:

if(Paymentmode.label = 'Invoice' OR 'Cheque')


How do i write this in outsystems????


HI Joyce,

Condition can be written as 

if(Paymentmode.label = "Invoice" OR Paymentmode.label  = "Cheque", "String1", "String2")

Sachin


[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

I tried to make an if logic so if firstname or lastname is the same in database it won't create a new data, but no success. 

anyone what's the problem here? I uploaded my oml, so anyone can look the function and what action I use there.

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

$
0
0

Marc Suarez wrote:

José Lopes wrote:

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? 

Hi! Sorry for the late reply, I went to sleep after. 

So i have two drop down lists.

Both are taken from databases. One database holds all the types of groceries. The other subtypes. I wanted to see if I could be able to press the button and submit them into 2 new databases. They would be names FormSubmit and FormBackup. But yeah, my problem is that I'm not able to really figure out how to submit it or create a record into just even one database. 


Thanks for the help!

Hi Mark,

By reading above information it is still not clear what do you want to achieve. Can you please explain the business case or your data model in detail.

Sachin

[Forums] if else expression condition

$
0
0

I want to write the condition such that:

if(Paymentmode.label = 'Invoice' OR 'Cheque')


How do i write this in outsystems????

[Forums] Padding numbers for Custom Serial Number

$
0
0

Hello all,


Need some help with making a custom serial number of form XX12345678, where XX are alphabets.

Currently I am thinking of using two different entity attributes to hold XX and 12345678 separately, and then display them side by side when needed to form the custom serial number. Is there a more efficient way of doing this?

Also, I saw here that one can pad numbers (https://www.outsystems.com/forums/discussion/31668/custom-id-number/)

Could someone point me in the right direction to find the required functions or steps to do so?


Thank you for your kind help.

[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

i think the problem is what I got in preparation DataUsers

if I remove the tampungUsers action, my DataUsers screen is fine, but if I remove that action, the first time I run, it won't get any data, like literally 0 data in my DataUsers screen.

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

$
0
0

Hi Marc,

As per my understanding, you want to save details in two different database tables with conditional dropdowns.
In this scenario,
First take two parameters which are independently associated with the dropdowns.
You will get their values when you submit the form. If anyone of them is not rendered on screen, it means it comes under your false condition and so the variable associated with it will be null.
On basis of this null condition, you can save details to two different tables as per your requirements.

Regards,
Palak 

[Forums] The INSERT statement conflicted with the FOREIGN KEY constraint "OSFRK_OSUSR_71O_PASS

$
0
0

Hi Ankita,

As Eduardo suggested, you first need to check whether your PassengerId is NULL or not.
If its NULL, you should first insert Passenger Details and then after getting PassengerId you can update PassengerComment.

So in your method, while saving comment, please check whether your passenger is already crated or not.
If not, create it first and then add comment.

Regards,
Palak


[Forums] Padding numbers for Custom Serial Number

$
0
0

Hi qwerty,


Do you want to want to store serial number(alphanumeric) with primary key? if not give me more info.


note: You can create text attribute as a primary key in Outsystems.

-Sudhakar

[Forums] everytime I'm doing open browser, my data got duplicate

$
0
0

Hi Calvin,


Yes the issue is in your Preparation.

You will not have any value in dataUsers when you are going inside the tampungUsers method. 

So you can not check dataUsers.First_name=GetUsers.Re... Because it will simply give you false and your data will be inseted again and again on Preparation. 

Also check whether you are passing uniqueID in CreateOrUpdate method, as if the ID is different or 0 it will simply create new DataRow everytime.

Regards,

Palak

[Forums] Minor Issue In Service Studio 11

$
0
0

Hi Daryl,

Yes, I had also seen this issue with v11.
Whenever we are on a page, in Service Studio its showing active menu (In your case, FamilyMembers) as black.
But when we see the same thing in browser or mobile its working fine.
May be they are not rendering some styles in development mode or some styles are overridden.

Regards,
Palak

[Forums] Where to post for Outsystems skills for remote contract work?

$
0
0

Can someone please let me know where I can post information, in order to elicit "expressions of interest" from top notch Outsystems developers who are prepared to do remote contract work?

I am based in Melbourne - and chatting to banks about doing "proof of concept" with the view of securing development work.

Thanks
Jodani

[Forge] GTMOutsystems

Viewing all 1476385 articles
Browse latest View live


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