Everytime the popup size increases, for example if I open a ComboBox in runtime and then close it. After that we have to run custom javascript to resize the popup to that smallest size ( or original size ).
[Ideas] Popup Dynamic Resize
[Ideas] Pivot table record
Pivot table record allows you to create a pivot table for multi-dimensional data.
Using Pivot table record large amounts of data can be summarized and represented in a cross-tabular format that can be sorted, grouped and filtered
[Ideas] Updating new version in service studio
Hi All,
I tried to update new version of a some plugin via Service Studio (First tab - outsystems). it shows Get it from Forge website.
Make the update as easier like new install.
Thanks
_Navaneethan
[Ideas] Option Duplicate
Duplicate option by right-clicking. See attached image.
[Ideas] Add the option to view unused references and selectively remove them OR indicate in Manage Dependencies which selected items are not used.
Removing unused references is a great piece of functionality.
It is a little blatant in its execution though. It would be nice to be able to view the unused references and then select/unselect the ones you do not want removed yet.
As an alternative, in the Manage Dependencies window, show which selected references are not currently used by way of some indicator.
The second option might be slighlty easier to implement and also would exist in precisely the place where teh developer is busy making choices about these things.
The existing Remove Unused References would then remain as a reference cleanup tool rather than a reference management tool.
[Ideas] Users Espace - User List
[Ideas] Change position of "AllExceptions" on Actions Flow
Hello,
I'm new in the this platform and recently started working on some projects and found a detail that is quite annoying, in this case for example when you create a new Action in a WebScreen I always move to the right the "AllExceptions" part because it gets in the way of my work every time. There you have an exemple, the red rectangle is the dafault position, with a simple For I get in the way of the AllExceptions Handler.
I know this is a bit insignificante but I've seen other people doing it, and it seems a really simple thing to fix, just changing the default position to the most possible right side of the screen beeing still visible would be great.
[Ideas] do not paste a container within itself
[Ideas] BPT - "Elbow" connector
It would be great to have "elbow" connectors, where we can decide where we want to put the 90º turn.
[Ideas] Can we set the favicon at the flow level
Guys,
I think it would be great to select a favicon as a property of the UI flow within an application instead of calling the AddFaviconTag action for the preparation of every screen. I think it would make more sense to set it that way. If I have a application with 200 pages, doing this 200 times would be painful, and adding it at the flow level would at least allow me some control, if I want to have different favicons within the same application.
Thoughts?
[Ideas] Form Widget: label with
Instead we need to set the with label by label. This can be painful if we have a big form with many labels.
It would be great if the new Form Widget could have a label width property like the Show Record Widget.
[Ideas] Add Exclude option for Any Element
[Forums] http://ServiceCenter/ServiceStudio/Apps_ListTemplates.
wrote:
This has been resolved and was the result of my not installing the oaps from the program files directory after a new service center installation. I think. This showed as a different version number for service center and the system template oap. if my terms are correct.
Hi Bradford, could you elaborate a bit on your answer? I have the same issue after setting up new on-premises environment, what exactly do you mean by not installing the oaps from the program files directory after a new service center installation? What about the version difference?
[Forums] Preparation Behavior
P. S. If you need to change a form value on a submit, you need to do it explicitly using an assign to set the Form's record value.
[Forums] Preparation Behavior
Hi,
When a Form is rendered, it fetchs data from its source ONLY if you are loading the page (you navigate to it).
During a submit, even if you are running the preparation again, and building the entire page again (and the form), as this is not a page loading, the form will use data already on it, not fetching again from the source.
If wasn't like this, on a save where you validate the form and find errors, the form would be wiped out, something you don't want.
So, it's not a matter of how the preparation runs (it is just an action), but how the form behavies when it is built, and it behavies differently if you are loading the page or submitting data.
Hope this helps.
Cheers
[Forums] calendar display
you need to add a button, on the datepicker widget, add the button id on the buttonwidgetid of the datepicker widget,
try opening my attached .oml
[Forums] Reactive Web - Built-in Validation not Working
Hi
In your client action you have something to check if your Form.Valid = True ?
More an better detail here: https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Forms/Validate_Form_Inputs
Hope it helps :),
[Forums] calendar display
wrote:
add semi colon after none,
"display: none;"
Uhhh, nothing different, still not appearing. By the way, i am using outsystems 11. Is that relevant?
[Forums] Preparation Behavior
Hi :)
If you have an aggregate associated with the form. By running preparation again with null Identifier, your aggregate must be empty and the form as a result must be blank values.
Can you confirm this?
[Forums] Invalid Call of the 'OnParametersChanged' client action
can you share the oml so i can check?
Cheers