It would be nice to add an option to define the total number of rows required in previewing data of entities.
Sometimes a bigger chunk of data is required to be previewed during development but currently data gets truncated.
It would be nice to add an option to define the total number of rows required in previewing data of entities.
Sometimes a bigger chunk of data is required to be previewed during development but currently data gets truncated.
I have an Aggregate in Debug Mode. I want to see the data it returns. When I first click it, it says Test Values for filters must be entered, but those test values are currently in variables in the Preparation, fill the test values with THAT data, so I can see exactly what is in the aggregate in this runtime moment.
Hello,
I had some problems using the GetBookmarkableURL() action and I waited one month for the answer after I opened a support case. The problem was simple: I was using this action in wrong way since it works one way in POSTs and another way in GETs.
It could be resolved in minutes if the action's behavior was properly described in the component.
A bold one: build truly native apps (using React Native or Xamarin, for example), and not hybrid html5 mobile apps.
Motivation Behind Feature
Google recommends using the new Android App Bundle format for apps uploaded to Google Play. When you upload an APK a warning is displayed which encourages to use the newer format.
Feature Description
Google provides information on the new package format on:
https://developer.android.com/platform/technology/app-bundle
It would be great if Outsystems would support this new package format.
SEO friendly URLs only work on the default Outsystems application pool.
Please implement it so that when you have multiple application pools (due to various reasons) the rules work, regardless of which application pool an application belongs to.
It has been observed that developers can access the tables of other applications (where they do not have access) via writing sql statements in input parameters to advance query. This should have some sort of restriction to even view data. Issue stated here.
I would like to be able to copy data from web page or Excel sheet and paste into data grid.
the use case is batch data entry.
Example: https://www.ag-grid.com/javascript-grid-clipboard/
Paste from Clipboard
Paste to clipboard can only be done in the following ways:
I have had several scenarios that would ease out logical complexity if a data type of expression was allowed. I could get back to you about the scenarios if needed.
I hope this will not be a difficult feature to implement.
Launch the world's first outsystems AppStore, featured on outsystems.com frontpage improving on the current "Apps" page design.
i.e Simular to the outsystems Agilenetwork download section and the current Apps page, but contains a more useful listing of....
Featured Apps are apps that have been selected and approved by outsystems.
(Might want to list outsystems open source apps here for now).
Note: Quality control, to maintain high quality there should be an outsystems seal of approval badge for apps that have been reviewed and approved by outsystems.
Future release: Version 2.0 - feature an AppStore for 3rd party paid apps, components, and complete solutions.
Allow 3rd option on Entities, Actions as "Friend" which will make entities and actions visible to all modules within the Espaces Application, but not to other applications. This will simplify having to keep entities as read-only and then creating actions to do the CRUD operations of the entity. It will also improve security so that espaces that shouldn't be using these entities won't have visibility of them.
Since array functions are usually 'quicker' than database functions, I'd really like to see some additions like:
- ListSort(List,"Fields") ; QuickSort on chosen Array fields
- ListInvert(List) ; Invert the order of the Listed items
It would be nice to be able to comment out Javascript and/or CSS lines the same way Chrome Inspector can do, with a Ctrl + '/' combination.
In addition, the new comment out feature in 11 is great, but it would be even nicer and faster if you could comment out part of the selected logic with a shortcut (like Ctrl + '/').