[Forums] how to copy entity along with data
Is it only one entity, or the whole datamodel inside that specific module?
View Article[Forums] [web] How to get rid of dynamic textarea (silkUI, smartInput,...
Hi folks,When having a textarea (in a popup), when you focus on it, the textarea gets a bit smaller.When you click outside the texarea its getting bigger again, but it does not always bubble the...
View Article[Forums] How to assign outsystem local variable with javascript?
Maybe you can create a hidden input bound to that local variable.Then manipulate it using javascript: document.getElementById('"+HiddenInput.Id+"').value = 'xxx';
View Article[Forums] Compiler Error after moving processes/timers to different espace
try to, on commandline, a "<path>/servicestudio.exe -recover <path>yourmodule.oml"...This hopefully fixes the compile error afterwards
View Article[Forums] See dependicies of exposed rest services
er,no, because it's loosely coupled...how do you even match those, by url?
View Article[Forums] SQL Widget Test Transaction: Does it roll back?
test it with a dummy table :)but yes, it's rollbacked afterward, unless you do a commit inside that sql of course.
View Article[Forums] Opening PDF in local storage with File Viewer Plugin
It's the new security from Android Nougat now reject file:/// uri.The native code in cordova github must be updated to use the new FileProvider...
View Article[Forums] See dependicies of exposed rest services
for example, or do you have other ideas?
View Article[Forums] how to copy entity along with data
JitendraYadav wrote:One of the way using action but no direct way..I mean just copy and paste....Only at db level we can do... Right MarcoHi Jitendra,You can do this using Service Center, no need to go...
View Article[Forums] See dependicies of exposed rest services
well, not really, but if they are loosely coupled (and thus for example can change their runtime url as well)It's pretty hard to keep track of those dependencies via the database.You should know this...
View Article[Forums] How to clear the screen stack on mobile apps
Any solution for the Navigation BackStack.How Can I Clear the backstack ?I am working for iOS App
View Article[Forums] Opening PDF in local storage with File Viewer Plugin
Ah, I see - thanks for the Info.So we just have to wait and see until they update the plugin...
View Article[Forums] Okta Widgets in Outsystems
Thank you for your response Remco. I am able to figure it out doing small mistake.It's working fine now.Thanks,Rajat Agrawal
View Article[Forums] There is an error in XML document (2, 437)
It crashes runtime, or when importing a wsdl?and btw, the error text is a bit confusing to me.it looks kind of a double soap-message.the body itself is also a dtd and result in itself.
View Article[Forums] Creating Own User form and log In
There is someone here created their own User log in (not using the built-in user log in and role)Need to use the existing external databaseCheersMark
View Article[Forums] SQL Widget Test Transaction: Does it roll back?
Grayson Udstrand wrote:When I am writing custom Update SQL in the SQL widget and I test it in ServiceStudio, does the transaction that I run get rolled back? Or is it actually updating the database?...
View Article[Forums] How to write an Excel file from the Excel Package?
Amit Verma wrote:Victor Torres wrote:Can someone post a full example on how to create an excel spreadsheet from the Excel Package and write to disk.Hi Victor,Please find the attached sample file for...
View Article[Forums] How to write an Excel file from the Excel Package?
André P wrote:Victor to create spreadsheets you dont need that package..Use the record to list to excel (define what list and what attributes you want in the excel file) and then download (define the...
View Article[Forums] How to write an Excel file from the Excel Package?
Victor Torres wrote:Amit Verma wrote:Victor Torres wrote:Can someone post a full example on how to create an excel spreadsheet from the Excel Package and write to disk.Hi Victor,Please find the...
View Article