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

[Ideas] CTRL-N on an image to upload a new image

$
0
0

If you have the image folder at the bottom of the interface tab selected, you can press CTRL-N to open the image upload dialogue box. 

Once you upload the image the selection jumps to the new image and pressing CTRL-N does nothing, so you have to click the image folder again to upload another one.

It would be nice if pressing CTRL-N while an image is selected opened the image upload box again, this would make it much faster when you have to upload lots of images.


[Ideas] Drag & Drop Parameters into query editor

$
0
0
In the query editor it is possible to Drag an entity from the list and Drop it in the query editor. It would be good if the drag & drop also works for the parameters. Drag an attribute from an entity and drop it into the parameter section of the query editor.

When importing an excelsheet into the database I want to check if a record exists before adding it to the database. In that case I need to check if all attributes have the same values.  This happens when importing the same file twice.

For large entities it is very time consuming to add all the parameters to the query and set the correct datatypes.

[Ideas] Static Entities - Automatically set the default value

$
0
0

It would be nice on static entities to be able to set the default value on an attribute and automatically set the record values if they are empty.

[Ideas] Hide menu from tablet (landscape) in layout

$
0
0

Now you have to write CSS code when the tablet is in landscape to hide the menubar. It would be nice to have an option (variable) to set the menu hidden or open. 

[Ideas] Format Date functions must return empty string for NULL dates

$
0
0

Each time I use a Format Date function; e.g. FormatShortDate(..) or FormatFullDate(..) I have to add an "If" to check for Null dates. If I do not do that the date string returned is the UTC base date of 1 January 1900, this is very disturbing to the customer to get this date where nothing was entered. So each time I do a date format I have to do:

SyntaxEditor Code Snippet

If(GetPreviousRecord.List.Current.SdBbbeeInitiatives.EndDate = NullDate(), "", FormatShortDate(GetPreviousRecord.List.Current.SdBbbeeInitiatives.EndDate, Site.DateSeparator))

It will be really nice if the date format functions did not return 1 Janauray 1900 if the date is NULL, but an empty string because that is representative of NULL (NO DATE) and not 1 January 1900.

[Ideas] [Users] Multi-user accounts and permissions level for singular account.

$
0
0
Add Multi-user accounts and permissions features to "Users" portal

So you’ll be able to invite different users to your app account and specify different levels of access for them, where each user gets their own username and password.

Different accounts can have with different roles and permissions to access one user account.


[Ideas] Re-use a screenaction within a screen

$
0
0

Now you need to create a public action if you want to reuse a screen action.

Would be nice to have something like "public" screen actions

[Ideas] Put Exclamation icon on the Service Studio home screen!

$
0
0

Problem: When compiling a space that affects several other spaces, the icon with a yellow triangle with exclamation points.

Idea: Place a small yellow icon over the Application icon to make it easier to view Applications that have spaces that need attention. See the attachment.


[Ideas] Add a Name propriety to the DataRefresh

$
0
0

The DataRefresh widget do not accept to change it name. 


In order to maintain consistence with other widgets it could be nice if exist one propriety to set its name. Nowadays the default name becomes very often very big. 



[Ideas] [Service Studio] New Split View Mode for webscreen and screen actions

$
0
0
New Split View Mode for webscreen and screen actions
 
Just like in visual studio, have an option to display both webscreen and screen actions on the same screen in a split view mode
.

[Ideas] Make child structures as public.

$
0
0

Hi Everyone,

Is there any problem to make automatically makes child structures to be public whenever we do are making parent structure as public.

Here is the case 

A

    B 

    C


A is parent Structure and B,C are  Direct child's to A. assume now B,C, A have public property as "no"


So when i try to make  A structure as public , Service studio through's error saying to make B,C as public.  in order to re solve the errors and making A as public.


Assume where we have more n more child structures. then it will take quite amount of time to make all of them as public.


If there is no critical problem to develop this. Please consider this idea. If not provide a alternative way.


Thanks,

Ramakrushna Rao Seera


[Ideas] In SS.WidgetTree, add color to the displayed widget label to indicate the label origin

$
0
0

In the ServiceStudio Widget tree, each widget has a displayed label.  The displayed label as far as I can tell comes from one of these three sources:

  1. Widgets Placeholder.
  2. The user entered Name property of the widget instance.
  3. The user entered Style property of widget instance.


My idea is change the displayed text color of widget in the widget tree to show a distinction between the the sources of the displayed widget name.

  1. Widgets Placeholder -->  Grey
  2. The user entered Name property of the widget --> Black
  3. The user entered Style property of widget --> Blue

I find myself too many times debugging failing CSS classes only to realized that I entered the class name into the widget's Name property vs its Style property.  Having a color indicating the origin of the widget display name will help to quickly determine what the context of the display name is.

[Ideas] Extra date/time functionality when using timers

$
0
0

I am trying to build a task scheduler that will use OS timers to produce reports or emails, and run queries only during user-defined time windows, via the criteria shown in the attachment. 

In order, the first input field shown requires a numeric value, the drop down next to it offers a choice of "minutes", "hours", "days", "weeks" and months".

The Day Range drop down offers "daily", "Mon-Fri" or "specified day".

In the attached example, it is expected that the report should run every two hours, but only between the times of 0800 and 1600hrs, Mondays to Fridays, beginning on 12 April 2019.

However there is no functionality to cater for specified days or times in this way.

The "add" functions aren't flexible enough to achieve this, and the NewDate, BuildDate and DayOfWeek functions use integers; achieving the conversion by using DateToText and TextToInteger (and then back again when required) is not ideal at runtime. 

Additional functionality to cater for working week requirements and specified time/day windows would improve the function suite.

[Ideas] Lifetime - Enable Multi Streets Environments

$
0
0

Hello Everybody

,I want to propose a new idea:

The possibility of the lifetime applications can be divided by different streets

Why is this important?

When you have an infrastructure with many environments (9 in my case), it becomes difficult to make the management through the lifetime applications list

The problem:

I have 6 environments in my infrastructure and two DEV environments 

(Street 1: DEV, TST, PRD) + (Street 2:  DEV, TST, PRD)

When developers publish the second DEV Environment (BA DEV) they get a warning like it’s a hotfix and that they should propagate to the previous environments


But I don't wanna propagated backwards because I'm developing in a new street of environments.


The solution:

Add the possibility to create Streets and shows only the environments in this street.


[Ideas] Static Entity Switch by Record Accelerators

$
0
0

I would like a component, accelerator, and or widget the makes the equivalent of a switch case statement for every record value of given Static Entity.

Actions

If a Static Identifier is dragged on stop of a switch statement, have ServiceStudio:

  • Generate an equal condition for each static record.
  • Label each condition with only the name of the static record.
  • Add an default assign widget to each condition.
  • Order the conditions based on the static record order property.

Widget 

Create a new Switch widget for the UI similar to the If widget.  Its behavior would generate a placeholder for each static record value in the Static Entity.


Making switch statement by hand is very tedious and error prone.  Automating the process will increase productivity, readability, and improve quality.


[Ideas] OutsystemsUI theme generator

$
0
0

Would be nice to have a theme generator like silkUI themes

[Forums] Executing StoredProcedure with output parameter return only 10 characteres

$
0
0

Trying to execute a simple stored which has output parameter.

===========================================================

ALTER PROCEDURE [dbo].[TestOutput](@Data nvarchar(50) output)
AS
begin
select @Data = '123456789012345'
end

============================================================

SQL output:

While trying to execute this in outsystem it return back only 10 characters back


SyntaxEditor Code Snippet

/* %LogicalDatabase%=GetLogicalDatabase({Client}) */

exec [dbo].[testoutput] @Data output
select @Data



Below is the structure output I am using which I also tried setting the length of the output attribute

Any Idea?




[Forge] Car_Core

[Forge] Pasang Iklan

$
0
0
Aplikasi Pasang Iklan (Dina N A)

[Forums] Dynamic shorting

$
0
0

Hi Harish Sharma,,

If you want to show the list to be sorted by year by default when the page loads, then follow the steps below.

1. Go to your page preparation action and open the aggregate .

2. There go to sorting sub section and select sort option.

3. There you select the year column and press ok.

4. Then just to the right side of the sort , you will find order by option. Select descending in that and then publish it.

Please find the screenshot for reference in the attachment.


Viewing all 1476385 articles
Browse latest View live


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