Quantcast
Channel: OutSystems Community
Viewing all 1476385 articles
Browse latest View live

[Ideas] Copy and Paste Data into Grid

$
0
0

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:

  • Press keys Ctrl+V while focus in on the grid with a single cell selected. The paste will then proceed starting at            the selected cell if multiple cells are to be pasted.
  •  Press keys Ctrl+V while focus in on the grid with a range of cells selected. If the selected            range being pasted is larger than copied range, it will repeat if it fits evenly, otherwise it will just            copy the cells into the start of the range. 




[Ideas] Add grid rulers/markers to Service Studio action editor

$
0
0

It would be nice to have an option to show a ruler or row/column matrix when editing actions in Service Studio.

There's existing grid system in place, so columns could have alphabets and rows could be numbered (think spreadsheet). With this change, collaboration with fellow developer is easier: instead trying to explain what orange dot, assign or other visual element you are referring to, you could say "the one at F8".

[Ideas] Forge Components - customizations and updates

$
0
0

Hello all, 


When opening a Forge Component in Service Studio, can we improve the experience by having a popup/dialog with 2 options and the proper explanation of the consequences? 


1. Customization - Service Studio will create a clone of the Forge Component and it will remove any linkage to Forge, you will no longer receive updates and you will be responsible for the maintenance of this customization

2. Maintenance/Troubleshoot  - You will be able to change and debug this Forge Component directly in Service Studio and it will continue to receive updates from Forge, any change done which is not in the updated version will be lost


I think for  new developers this will avoid the pitfall of changing something and later regret of that decision, by showing a popup with the proper explanation you can have a better decision 


Thanks in advance,

Fábio

[Ideas] Run/Deploy Apps Locally via Service Studio

$
0
0

I know this is very ambitious and I also know that this not fits the platforms current architecure and structure, but it would be so freakin' awesome if you could test things locally without the need for a cloud (server). Publishing sometimes seems like the only thing we're doing, the waiting is annoying and most of the time takes just a few seconds to long (bad UX). Just saying but hope the day will come the we can run (maybe stripped versions) locally.

[Ideas] Open in Browser hotkey/shortcut

$
0
0

Hi,


I'm the type of guy to use my keyboard as much as I can by working with all the shortcuts I know  (and will get to know ). IMHO, everything that makes me keep my hands on the keyboard rather than the mouse will, end up increasing my efficiency at work so I thought this was a good idea.


So yeah, if we have F5 for Click Publish, why don't we have something like F6/F7/F8... to Open in Browser?


I'd appreciate this feature so much.


Thank you all by advance.


Jordi.

[Ideas] Combo box - Dynamic Special List

$
0
0
Allow selected variables for special List to have a generic default value.
 
Example: 
ComboBox Properties => Special List
     value = SiteProperties.DefaultValueNoneSelected
     Option1 = SiteProperties.DefaultTextNoneSelected

[Ideas] Allow any server action (that's a function) to be used in Aggregate or AdvancedSQL

$
0
0

As the system is built, if we have Business Logic encapsulated in a Server Action, then to include the output of that business function in a aggregate, we must first generate an aggregate with an empty field, then loop through each of the records and call the Business Logic function on the data in the aggregate row and assign it to the field in the aggregate.

This prevents us from sorting on that field. It also creates a significant performance hit because all the logic cannot be run in the database.

Imagine this being implemented as a User Defined function in SQL Server, or a computed column. It would behave the same way.

EXAMPLE: Server Action (Function) named "CalculateCorporateRanking"

INPUTS: UserID

OUTPUT: CorporateRanking

Corporate ranking is calculated based on business logic implemented in the function.

REQUEST:

Display a web page with all active employees and their CorporateRanking. Allow sorting on CorporateRanking ASC or DESC.


As built, outsystems would require us to download ALL employees, run the function CalculateCorporateRanking(UserID), create a structure with the UserId and CorporateRankingCalculation, then sort the entire list.


After this idea is implemented, we could build one aggregate and allow the database to do the sorting and reduce network traffic while improving the User Experience.




[Ideas] Search - Add Preference - Disabled Elements

$
0
0

Like we have with other options and most recently with the Queries where we can choose to have or not  the auto-refresh it should be added a Preference for the search.

With the introduction of Outsystems 11 we can now disable some elements and because of that the Search should be improved as well in order that we can choose whether the search applies or not to disabled Elements.




Quick example

I have query 1 and query 2 both with 999 set as Max. Records


Searching for 999 i just wanted to find  1 occurrence (non-disabled elements).


[Ideas] Email retry function in Service Center

$
0
0

Currently when the SMTP is down, the system tried to resend the email over 2 days. After the 2 days is over, there is no way to retry sending the email. A suggestion here is to allow the retry individually and in batch in service center.  

[Ideas] Compare and Merge Screens or Actions

$
0
0

Add an option to compare and merge two Screens, Actions etc. E.g. see the difference between two similar screens in the same fashion as the current compare and merge functions. E.g. OrderDetail and OrderDetailV2.

The purpose is to track changes or to merge a new feature developed in a copy of the screen or action

[Ideas] Disable the following button in a locked post in forum

[Ideas] Base URL for consumed REST services configurable at runtime

$
0
0

The Base URL for consumed REST services should be configurable at runtime:

In some cases (like the JIRA Cloud REST api), the base URL of the web services varies according to the account used to access them. Since the URL is hard-coded in Service Studio (it can be overridden in ServiceCenter but the setting applies to all users accessing the REST api), there is currently no way to configure this based on the tenant being used or the user that logs in. 

[Ideas] Different Color for Different Foreign Key types in Entity Diagram

$
0
0

In Entity Diagram, we have a arrow in the foreign key but the column is  blue only.


we cannot Differentiate if is pointing to Static Entity or a Normal Entity.


It would be easier for understanding if we get a way to determine if the Foreign key is pointing to static entity or Normal Entity.



[Ideas] Format option for date/time fields

$
0
0
I have a client who wants a date/time input field with a calendar, but without the seconds. There seems to be no way to remove them apart from some trickery with converting back and forth to a text variable. A simple format option should fix this.

[Ideas] Add a button to clear specific test values on an aggregate

$
0
0
As a developer I frequently test different criteria in the aggregate to make sure my filters are working.  However, after I select a filter that is based on a static entity, I am unable to clear the test value.


[Ideas] Be able publish directly from the IDE

$
0
0

I would like to be able to publish and application to the forge directly from Service Studio. Currently I have to export the OAP, OML,etc. Then find it, etc. It should be more seamless and quicker to start the process.

[Ideas] Merge (local) variables to a record variable

$
0
0

It would be nice to select a couple of local variables (like several booleans for permissions) and to convert/copy those to a local variable of type record. It would then contain all the variables with their names and types.


this would speed up 'cleaning' variables by combining them in a record.

[Ideas] Show Interface Tab Tree and Widget tree at the same time

$
0
0

If the Interface tab is selected, it would be nice to display both the Interface tree and the Widget tree at the same time.

  • Service Studio Tab tree window:  Same as it now (toggles Process, Interface, Logic and Data trees)
  • New Tree Window:  
    • Process Tab: ?
    • Interface Tab:  Show Widget Tree
    • Logic Tab:  Usage Call Stack
    • Data Tab:  Usage Call Stack

[Ideas] Download logging

$
0
0

Hi,


At the moment it is not possible to see who downloaded what (applications, modules, solutions and extensions) and when in servicecenter. It would be nice that this is logged in the general logging, like you can see in the attached example.


Cheers,

Tim

[Ideas] We need a way to create a link for the entire row of a table records instead to put a link into each cell

$
0
0

Although the row part of a table record have the property of "onkeyup", we really don't have a way to link that action to a destination. If we need the rows for the table records to link somewhere, one we have to add a link into each cell, which could be a pain. We need a way to convert a row itself into a link.

Viewing all 1476385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>