[Forums] Input Mask on Mobile for Currency
Vonnelize Haupt wrote:Michael Segbers wrote:Hello Vonnelize,the problem seems to be that the input mask you are using always interprets the last two digits of the stored value as the decimals, while...
View Article[Forums] REST API URL Path in Parameter format
Hi Amelie,You need to add "/" as prefix in URL Path. Thanks,Narendra
View Article[Forums] pagination and search
Sravan Vanteru wrote:Hi Ronan T,Yes search value you can retain but i don't think you can able retain pagination if your using inbuilt pagination provided by OutSystems.SravanHi Sravan Vanteru,By using...
View Article[Forums] Full Screen image
Hi, I want to show the image in the full screen in the web app but even if i am giving width 100% there is always a gap on both sides.How can i expand the image such that it spans the full screen?
View Article[Forums] pagination and search
Hi Ronan T,Yes search value you can retain but i don't think you can able retain pagination if your using inbuilt pagination provided by OutSystems.Sravan
View Article[Forums] None of the column headers match with the record attributes
I just found the problem. It has something to do with the name of the "Excel to Record List" action. When I dragged it to the work area I renamed it to "ExcelProductionData", as a result it...
View Article[Forums] Calendar resizing
Hi Anthony Phan,I have checked oml file you have provided nothing wrong in it, That's issue with Layout means currently calendar occupied 4 columns as you see in development , this is bootstrap layout...
View Article[Forums] REST API URL Path in Parameter format
Sravan Vanteru wrote:Hi,Can you attach error of screenshot please ?SravanAttached is the screenshot
View Article[Forums] Can component be updated to use JQuery 1.8.3?
Hi, When downloading the component, and opening the DiffEntityDataToText module there is the following warning:Deprecated jQuery VersionjQuery version '1.4.2 OS' is currently being deprecated. Consider...
View Article[Forums] Always publishing failure , the error message from server see content.
Hi Jack,Your error message different than the screenshot. It's strange.The screenshot relates to the communication I think. Can you access the service center with the browser?...
View Article[Forums] pagination and search
Hi, I have a table which is paginated and search fields i need to retain the searched values on window load and even pagination should not get refresh,to retain the searched values i am manually...
View Article[Ideas] Be able to sort the users list in LifeTime on default role
Hello,Sometimes I want to have an overview of which user has role X. This can be done in the detail screen of the role itself but it would be nice if we could sort the users list in LifeTime on the...
View Article[Ideas] SAML2.0 and OIDC authentication of Developer, studio, lifetime etc...
A significant security and GDPR compliance requirement is being able to automatically disable accounts when staff leave the firm or a team. Whilst we can build applications in OutSystems with various...
View Article[Ideas] Detect possible infinite loops in action flows and force the...
As you all know infinite loops are great ways to slow down or even cause a non-responsive server. Service Studio would detect circular flows (not with For Each) and force the user to define the max...
View Article[Ideas] Static Code Analysis
Even though Service Studio as started to incorporate static code analysis in TrueChange, it is still not compared with the static code analysis tools used in traditional development languages, like...
View Article[Ideas] Allow multi-tasking in Service Studio operations (e.g. Test Query)
Some operations from Service Studio require that the Developer stops until he gets feedback from the tool. Take the Test Query feature, for example: I sometimes work with two screens and this gives me...
View Article[Ideas] Make "Refresh Data" and "Ajax Refresh" needless and automatic
Just like you can rename identifiers (entity names, I/O/local variables, etc.) and have all their usages throughout the code be renamed instantly (from the point of view of the developer), identifier...
View Article[Ideas] Fix Typo
On https://www.outsystems.com/learn/lesson/868/scaffolding-and-richwidgets-exercise/2. Use Scaffolding patters to add extra functionalities to the application.Should be2. Use Scaffolding patterns to...
View Article[Ideas] Make "Use NOLOCK" an option on queries
I'd like to see a checkbox/property on Simple Queries to allow them to use the NOLOCK hint (or Oracle equivalent) for those who are willing to accept the possible consequences. The majority of our...
View Article[Ideas] Add classes instead of replace the default ones on Extend Properties
I want to be able to have dynamic classes but instead to replace the other inherited just add one more class to the element
View Article