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

[Forums] Dynamic shorting

$
0
0

Pranav Pandey wrote: Hi Pranav.

i want to add dynamic shorting un descending order in year column, 

Hi Harish Sharma,

Can you please explain what and where you want to implement sorting ?




[Ideas] EntryPoints Tab in ServiceCenter

$
0
0
A Tab with all the EntryPoints of the espace, with the possibility of open it in browser.
And perhaps the possibility of changing the default one.

[Ideas] Mobile support

$
0
0
We would like to see "first class" support for mobile platforms including being able to target specific features of each major smartphone platform so that the user experience is complementary to the rest of the applications on the phone.  Support for iPhone, Android, Web OS, BlackBerry, and Windows Mobile 7 would give sufficient reach.

[Ideas] After adding lots of assigns to an assign eventually the horizonal grey lines stop matching up with the variable/assignment pairs

$
0
0
After adding lots of assigns to an assign eventually the horizonal grey lines stop matching up with the variable/assignment pairs

[Ideas] [ServiceStudio] Create special Entity Action icon

$
0
0
In case I use user actions and entity action and give them a nice name, it is not easy to see which is the user and which is the entity action.
Better to have a special icon (like the exception icon) or change the color into purple (like the query)

[Ideas] Before merging the idea check creation date

$
0
0

Hi

while merging the idea, if idea1 is older that idea2 then after merging idea1 should not be lost. That is idea2 should be merged with idea2.

e.g. Suppose user A has created idea on 19-May-2018 and user B has created idea on 20-May-2018.


when you go for the merging, check creation date time of ideas. So idea created on 20-May-2018 will be merged with idea created on 19-May-2018 and original user will still have that idea in his account and idea should be removed from second user's account.


Thanks and Regards,

Suraj Borade

[Ideas] IN clause in Aggregates

$
0
0
Hi,

I've run into this a few times.

I would like to have the ability to do a simple query with an IN clause, without having to rely on advanced queries.

It should accept a list of <myTable> Identifier.

Today we do ( from an aggregate perspective):

   SELECT * FROM {TASKS} WHERE id = 1 or id = 2 or id = 3

But it would be really awesome if we could do 

  SELECT * FROM {Tasks} WHERE id in (1,2,3) 

This allows us to do some pretty cool stuff with Lists setc ( eg you can now shim some of the more advanced sql functionality without writing advanced queries).

An example would be:

    myList = SELECT id from People WHERE OrganisationId = 2
    SELECT * FROM {Tasks} WHERE personId = myList

Which would be 2 actions, and somewhat faster/cleaner than the current way  
  • Writing an advanced query ( frowned up by my companies' best practices guide - and I've also found advanced queries tend to be annoying to manage )
  • Looping through myList and putting the outputs into another list, which is then passed around (this also has a few nasties - lots of DB hits (albeit small ones), and refreshing this with paging is a pain

[Ideas] DateTime with timezone and milliseconds

$
0
0

There are some requests regards Time related actions should support timezones, but I think the changes should be more radical, the DateTime date type itself should be updated in two ways:

  • Support Offset or Timezone information
  • Support Milliseconds for more accuracy

[Ideas] Don't add around items in ListRecords

$
0
0
The <span> that gets added around items in ListRecords causes a lot of issues with jQuery and other things. For example, we tried using a div with display: table-cell and it did not work because of this.

J.Ja

[Ideas] Add Waiting message when the page is loading

$
0
0
Show a "Waiting content loading" with Icon spinning on page load...... similar to the Ajax yellow spinning message.

Have this work like a popup so the page behind is visible but can't be accessed.

Currently to make this happen I have to bypass the Page Preparation.... then show a popup with the message.... then notify the calling page to refresh the queries... 

Would be nice to be able to show the "Waiting" easier.

[Ideas] [Silk Framework] Add an "on load" animated spinner widget

$
0
0
Animated Spinner widget is quite commonly used.
 
It would be good if this spinner animation widget was built into outsystems Silk framework.

Example http://jsfiddle.net/VpDUG/6538/

[Ideas] Font Awesome 4.1.0

$
0
0

Outsystems Platform 8.0.1 uses Font Awesome 4.0.2 for the Richwidgets Icon Widget.


Font Awesome 4.1.0 was recently released and include 71 new icons:

http://fortawesome.github.io/Font-Awesome/whats-new/


Some of them, like the new file format icons are really useful.


Like jQuery, this type of scripts\fonts\etc, need more frequent updates..

[Ideas] Hide parameters in URL

$
0
0

Make it possible to send input parameters to a web screen without making them visible in the browser URL.

[Ideas] Obtain an URL to a Web Screen

$
0
0

I desperately need a good way to get the URL to one Screen from another. There is currently no good way to do this. Basically, I need GetBookmarkableURL() to be able to work on other Screens...

J.Ja

[Ideas] Developers Day

$
0
0

After participating in one more NextStep, I feel that something its missing.


In my opinion the developers community would love to have a day dedicated to themselfs, full of hands on sessions, deep dives in technology and/or components existing components.


[Ideas] True change warning when Ajax Submitting in Screen Action that ends in Download or Upload

$
0
0

The Upload Widget and Download Statement only function when the Button or Link that triggers them is set to Submit. Setting it to Ajax Submit will result in a runtime error (for Upload) or downloading the ASPX file (for Download), both unwanted.

Therefore Service Studio / TrueChange should be able to detect when a Screen Action that has at least one end node being the Download Statement is called from an Ajax Submit, and if so gives a TrueChange warning.

Also, a Screen that has an Upload Widget calling a Screen Action that uses the Upload Widget in Expressions or Assignments etc. by a Button or Link that has Ajax Submit should give a TrueChange warning.

Additionally, TrueChange should not suggest setting a Submit to Ajax Submit when there are Ajax Refreshes inside the Screen Action, as it does currently, but instead suggest to remove the Ajax Refreshes in the cases listed above.

This will help novice OutSystems Developers, as problems with this regularly appear on the forums (e.g. here).

[Ideas] Capture Action and Screen inputs when in Development mode, accessible in Service Center

$
0
0
Ability for platform to capture Action and Screen calls with its parameters, when server is in 'Development' Running mode.
You could then access an existing or new log to easily understand the flow of data in an execution.
Of course Record Lists, Records/Structures and binaries would be challenge.

[Ideas] Manage Dependencies: Default values for Search producers & Search public elements

$
0
0

Hello,

The Default Values for Search producers combo list & Search public elements combo list should be:

- Show In Use (for Search Producers)

- Show Missing or Modified (for Search public elements)

or at least it should be possible to change to the preferred values.

[Ideas] IDE plugins

$
0
0
Service Studio SDK with some kind of API that enables programers to develop plugins that generate OutSystems "Code" and extend the IDE

[Ideas] "USERS" management application: Permission sets for Enterprise Cloud Application

$
0
0
This issue has been discussed internally with outsystems staff/outsystems product management.

It is a feature relating to outsystems user management application: USERS.

Use case: User wants to manage multiple orgranisations in a multi-teant Enterprise SaaS/Cloud Application.

USERS current solution:
-To address the problem with the current USERS application
1 user/person, needs to create multple user profile per orgranisation.

Administration of multiple user profile for the same user/person and trying to keep all users profile for this same user in sync becomes very painful.

USERS new solution:
-1 person should have only 1 user profile only with multple permission sets.

A permission sets enables Administrators to manage user role profile requests without affecting all users tied to the same user role profile and without creating one-off user role profiles.

This issue is better explained in a presentation presented by salesforce.com http://www.youtube.com/watch?v=arXxUgH9cD4 salesforce.com explains the user profile problems faced faced with large enterprise customers and how they have solved the problem with their 2012 profile 2.0 - permission sets feature.

Note: PermissionSet is a new feature to salesforce.com and it has only been addressed and will be released later this year (2012). On the other hand xero.com a leading ondemand accounting platform has already implemented PermissionSets from day one,  reference link: http://help.xero.com/Help/Settings_UsersRoles.htm
Viewing all 1476385 articles
Browse latest View live


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