[Forums] Using CREATE DATABASE either with SQL Widget or AdvancedQuery Forge...
Hi Community,I have a use case where I would like to create a copy of a database possibly onto another server (MSSQL)(Schema and data) from within my Outsystems App using a script. However if I issue a...
View Article[Forums] How to perform CRUD actions on external table with composite keys
Hi Ellen,You will need to assign one of the columns as the identifier as you already found. What do you mean by: "The CRUD actions don't work as they should"? Are you able to insert new or update...
View Article[Ideas] [Service Studio] Republish Consumer eSpace within Provider eSpace.
When a provider eSpace is published, it affects the consumer eSpaces. and SS provides a warning "consumer eSpaceName is outdated", but no option to republish the consumer eSpace within the provider...
View Article[Forums] Using CREATE DATABASE either with SQL Widget or AdvancedQuery Forge...
Solved - I didn't put the Connection_Name field in the AdvancedQuery extension. All now working fine.Andy.
View Article[Forums] is it possible, Applying background as .mp4 video for the web screen?
Hi pankaj , Thank you for sparing the time for me and help me out, its working great..thanks againThanks shyam
View Article[Forums] Error Preventing FullCalendar2 from displaying
Hi Ozan,The original problem in this post for the 'invalid date' was solved here:https://www.outsystems.com/forums/discussion/38532/format-data-server-in-full-calendar-2/#Post139798It is actually a bug...
View Article[Forums] Documentation needed
Where can i find the user id to generate the token, i think i am not passing right because i am getting an 401 unauthorized
View Article[Forums] JSON Serialize adding additional quotation
Marcelo Ferreira wrote:Hi Daniel,The JSON looks correct for me. I didn't understand what are you trying to do with that JSON that gives the error you are describing.Regards,Marcelothank you for the...
View Article[Forums] Open an OutSystems page from a Google Maps marker infowindow
Hi,You need to add img, something like this:var contentString = '<a href=\'" + Concat(VarWithMyLink, GetPotholes.List.Current.PotholeNotification.Id) + "\'>Click Me</a> <h3...
View Article[Forums] how can i get clients device date and time
Hi Benjith,Thanks and it is great but I still need to find a way to save client's date and time. I can get client's data time but once I save it cover to server's time.I also found out one issue, do...
View Article[Forums] Upload List Validation
At the moment, the files are immediately uploaded when selected or dropped into the component. Is there any chance to allow the user to confirm if he really wants to upload those files?
View Article[Forums] JSON Serialize adding additional quotation
Hi Daniel,The JSON looks correct for me. I didn't understand what are you trying to do with that JSON that gives the error you are describing.Regards,Marcelo
View Article[Forums] [Custom Masks] Input auto filling with "-" and mask broken after...
Hi Marcelo,Thanks for the tip. That fixed the broken mask. But still i'm experiencing the auto fill of the "-" and the special characters get wipped after the refresh.Thanks!
View Article[Forums] [Custom Masks] Input auto filling with "-" and mask broken after...
Hi Eugenio,When you ajax refresh you need to also include the MaskTest. Create a container with both the textbox and the mask inside and refresh the container.Regards,Marcelo
View Article[Forums] Lock a table during update to prevent selects
Paulo Zacarias wrote:Daniel Batista wrote:Hi,I'am trying to apply the same ideia with Oracle but I'm getting an ORA-00933: SQL command not properly ended. Any ideas?SyntaxEditor Code SnippetUPDATE...
View Article[Forums] How to hide the example value in the dropdown list
Hi,Sorry to tell but that is not possible without some ugly workarounds like having something over the combo box with the select while it doesn't have anything selected. And the list would be just All...
View Article[Forums] How to hide the example value in the dropdown list
Hi,The only "clean" thing you could do is to trigger event when the widget get the focus to define the default value as blank.Regards
View Article[Forums] un-escaped json worked from pubnub but not Outsystems own generated...
Tommy Hägvall wrote:My parking sensor generates the following pubnub to a channel.{'Sensor_text': 'S-001', 'Status_text':'0', 'Distance_nr': 10}I have a mobile page with a listener subscribing to the...
View Article