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

[Ideas] Right click - Go to destination option

$
0
0
There should be an context menu option named 'go to destination' when we right click in a link. Ctrl + Left Click in a link should also be brought back.

[Ideas] Simple Query: Control output entities\structures

$
0
0
In my opinion Simple Query lacks the opion to choose if each entity/structure is part of the ouput or not. Something like the Advance Query.
It could be a simple flag property on each entity, where we would say if that entity will or not be part of the ouput or if it just used to join the tables.

Sometimes we need to make a query, joining multiple tables, but we just want to output one of the entities. This would save the need to create custom structures or "mixed" record lists.

[Ideas] Changing the icon for WebBlock and Action

$
0
0
When we make a WebBlock or an Action, we can't change the icon for it(gear wheel and orange ball by default).
 
But in RichWidgets Application, there are valious icons used for each WebBlock and Action!
 
Changing icon freely and easily for WebBlock or Action is very useful because it helps us to avoid long name and to know the feature of the WebBlock or Action intuitively.

[Ideas] Edit option for Idea's reply

$
0
0

We see that when we give reply  to some posts on Forums, we can edit our reply within half hour but when we reply to Idea, we cannot edit the reply and unnecessarily had to add one more reply to complete the above reply if we miss something in first reply.

So I would like to have an option to edit reply of Idea at least for hal hour.

[Ideas] New Application Wizard

$
0
0
with 7.0 and the 4-layer structure, service studio does not provide a template for it.

What I like to see:

create your first app, the app will be created. a seperate esapce for the theme, a seperate esapce for the common/layout stuff and then the composite-application espace  for your app.

creating your 2nd app:
- choose your style, either from the commontheme or it's own theme.
- is it part of the 4-layers *and thus using the common-flow from the common-espace

[Ideas] Native apps crash errors logging

$
0
0

I got a case recently where the native applications on mobile phones where crashing when sending the app to the background.
With the following error : "Mobile app has stopped working"

In service center no logs where created since it was not an error produced by the code.
After a while we discovered an Outsystems class was bottlenecking a class from our cordova plugin which crashed with the error described above.

This was the root cause:

The cordova plugin implements a custom Android application class for handling app lifecycle events
but what we saw from the crash log: so does the outsystems platform.
note: you can have only one Android application class defined for your app and the outsystems one takes precedence in this case
(probably is even instantiated on a different level than the cordova plugin one which is integrated via a Cordova build-time hook)



We had to figure it out ourselves what the error was by using "LogCat stacktrace". Service center doesn't provide us those kind of logs, and it would be nice to have them. Since we can not find the root cause of the error with service center.


Greetings,
Niels

[Ideas] [Service Center] New Option - Download only over all espaces

$
0
0
In Service Center it's not possible to grant permission to a user to download all the espaces without grant them the permission to publish too. ( Full Control over all espaces) 

In Service Center in the Security Settings for User or Role, the ability to select in the option eSpaces: the "Download only over all espaces.". In the moment exists only the Read only over all espaces and Full Control over all espaces.

Thanks

[Ideas] Keyboard shortcut for Add Record on static entity

$
0
0

It's rather annoying I have to right click on a Records of a static entity and choose "Add Record".
Then enter the record.
Go with the move again to Record and right click again.

Please assign a keyboard shortcut to Add Record.

Thanks!


[Forums] MultipleFileUpload - Using several instances of the widget

$
0
0

Hello Beatriz,

Yes, I have implemented this exact use case, though I did not see the issue you are explaining.  My initial thought is that the issue is not related to the file upload, are you able to upload a sample that has the issue?  Or, can you show the properties of the button and any details of the action?

Thank you

[Forums] Multiple File - How To Use Component

$
0
0

Hello Carolina,

Have you looked at how MultiFileUpload_Demo (which comes with it) is setup?  Basically:

  1. User uploads a file
  2. The component stores it in its UploadCache table
  3. The component fires an On Notify after a file is uploaded
  4. In your On Notify, you can then retrieve the file from the UploadCache table

Regarding the fields:

  • Multiple
    • True/False if you want to allow uploading more than 1 file
  • DivId
    • A reference to the container that you want to use.  You must put a name on the container, and then reference it as <ContainerName>.Id
  • SessionId
    • Not the best name for what this does, it is a name that allows you to find the uploaded file in UploadCache.  This can be anything, for example if you were uploading an image for a user profile you could call it "UserProfileImage" + UserProfileId
  • ButtonText
    • Text of the button to upload files
  • ButtonStyle
    • CSS class name(s) of the button to upload files.  If you are not familiar with CSS classes, add a normal button to your page and copy the Style Classes property from that button into this property
  • FileProcessURL
    • Unless you are going to implement some custom handling of when files are uploaded, leave this the same as what the demo has
      Substr(GetOwnerURLPath(),0,Index(GetOwnerURLPath(),GetPersonalAreaName())+Length(GetPersonalAreaName()))+"/MultipleFileUpload/Upload"+GetPageExtension()
  • SupportedExtensions
    • Comma separated list of file extensions you want to allow the user to upload, e.g.
      "zip,png,pptx"

Does that help?  Is there something specific I can answer?

[Ideas] Improve BPT documentation in v11

$
0
0

It would be nice if the level of detail of the BPT related documentation of v9 could also be available in v11.

Also several pages of the Master Class on Modeling Business Processes (BPT) training courses still refer to these v9 documents, which i think are great.

But searching on the v11 documentation you cannot find them easily.


[Ideas] Get me the real badge

[Ideas] Mobile | New input attribute to Message | Screen position

$
0
0

Hello community,

There are several applications where it doesn't make sense for the info message (success, error, warning, info) to appear at the top of the screen.

For what I was proposing to add a new input parameter, which would make it possible to choose the zone where this message will appear... even if in an initial version, the options are only 3:

  • Top,
  • Middle,
  • Down.


Thank you all,

Yours sincerely,

Nuno Verdasca

[Ideas] Enrich error stack for mobile native app

$
0
0

To better troubleshoot and identify add the device and package information:

  • Android or iOS  (version X.Y.Z)

[Ideas] Drag of an output var of a function to the content screen creates the assign

$
0
0

When we drag the output of a function it may create an assign in the content screen with variable 1 filled with the Output Var.


[Ideas] Permission action's API get ID

$
0
0
The permission areas actions should have an action exposed to return the id of the PA. It is useful to know what parameter to pass to the USER_MASTER_GetByPermissionArea for instance, without having to keep it stored in a site property  or so. It makes more sense.

[Ideas] Merge/Hide or Delete OutSystems accounts on Community/Members page

$
0
0

I myself am listed 3 times as member. Actually its only me: 1 member.

I noticed this happens to many more OutSystems community members.


In my situation I only use 1 of the 3 accounts, the other two I created long time ago... and haven't use them for a long time.


1) Could we have an option to merge these accounts into one? 

Simular to how it works on your mobile contacts list where you can merge contacts.

or 

2) Option to hide/delete non-active accounts



This would keep the Community member page more clean and useful.


[Ideas] [Community Forums] Disable/Remove CSS class so images fit into the response pane.

$
0
0

Hello all,


As of now, this is what happens when we "paste" images greater than the size of the reply "box":

(part of the image is hidden)



Inspecting the CSS, there's this piece: .reply-body img in which the max-width is set as inherit. If we disable this, the .fr-view img will come into action and the max-width will be 100%, leading to this:



The image now fits and, if anyone wants to see the full image, they can do it.


Cheers,

Armando

[Ideas] Service Center - Version number on Licensing page

$
0
0
It's a bit hard to find the "About" page in Service Center to get the version number for licensing. It would be helpful to make the current version number really obvious on that page, perhaps right next to the serial number?

J.Ja

[Ideas] Word counts position needs to be changed while posting on forum

$
0
0

Hello OutSystems,

While creating post, when pointer reaches to word count control, we are unable to see what is being typed. So please consider to change position of Word Counts control.


Thanks and Regards,

Suraj Borade

Viewing all 1476385 articles
Browse latest View live