[Forums] unable to convert MySQL data/time value to System.DateTime
If you can't change the original values and don't need to write on the original table from OutSystems, you can always create a view that replaces "0000-00-00" with NULL.In Integration Studio replace...
View Article[Forums] best practise - using data from other module
Hi,Probably depends on the reasons to separate data in different modules/applications in the first place. I'll call the first application A (that consumes data) and the second application B (that...
View Article[Forums] Is it possible to convert or insert to an excel file this kind of...
Hi Raven,This post basically asks the same thing as this other post. Please refrain from creating multiple posts for the same topic.Like I already mentioned in the other post, the answer above can...
View Article[Forums] Got an error log "QueueExceedMaximumSize for Extension log"
Getting an error log QueueExceedMaximumSize for Extension logWhat is the cause of this error log.Regards,Sowvik Roy
View Article[Forums] Feedback Message works sometimes
Hi Roberto,Could it be your Message Translator doesn't have a translation for the Message ID you're passing it? If I'm not mistaken, the Feedback_Message action will not trigger the display of any...
View Article[Forums] Unable to connect cloud personal environment
Hi, VeraThank you for your following!I still having problems, so I submit a support CaseOpen.Noriko
View Article[Forums] Cannot get value
I have a price input field and quantity input field. For price I use custom currency mask. With decimal and group separator.And I have final field which is total amount = price x qtyThe problem is I...
View Article[Forums] Cannot get value
So for workaround for this moment.. I use variable on screen then on calculation I convert using texttodecimals from that variable to form record.
View Article[Forums] Search bar with dropdown list
José Gomes wrote:Hi Saurav, Maybe with floating and absolute positioning.Regards,JSGomesThanks Jose. Worked out great.
View Article[Forums] How to set again to 0 Id Integer at table.
How to start off to 0 ? Thanks and Cheers!!
View Article[Forums] Button on Table Records
Hi,I need to have a button Table Records as per below.I need to be able to capture the identifier on each records when the button is clicked.Does anyone has idea on this ?Can someone help?
View Article[Forums] Upload and show video
Hello allAny one reached a solution here specially in IOS capture the video then use it?
View Article[Forums] Button on Table Records
Yes you can use record id right? Bind it to button action as input parameter or even to a link.
View Article[Forums] OTP generation
Ho Gowtham S,a search for OTP returns this... at least the EasyOTP clearly states it implements One-Time Passwordssearching for One Time Password returns this... again EasyOTP shows.Isn't EasyOTP...
View Article[Forums] Button on Table Records
Hi Eric,Yes!! Mind to give some example?i am a new newbie in Outsystems
View Article[Forums] Button on Table Records
In the screen action that is called after the button has been clicked, you can access the id via TableRecords.List.Current.<EntityName>.Id.Alternatively you can provide the id to the action to be...
View Article[Forums] Password Manager module not publishing
Hi,I got the module straight from forge and tried to use it. I pressed the 1-click publish button and that's where the errors came in.So basically as I understand this, the module is out of date...
View Article[Forums] How to set again to 0 Id Integer at table.
Hi Raven,you can search the sequence table in the Outsystems database and just update the next sequence number.regards,indra
View Article[Forums] Feedback Message works sometimes
Suraj Borade wrote:Hi Roberto,What do u mean by "Then I do not have the Feedback Message widget in my screens,"? Have u removed feedback Message widget explicitly?Hi Suraj,It means that I don't include...
View Article