I think that the line number where an error ocurrs, could be useful.
[Ideas] SQL Advanced Queries - Error Number Lines
[Ideas] Null values
Full widespread support for null values, in all layers: database, actions, ...
Not fake zeros disguised as nulls, but real thing, the ones that we can compare to is null. The ones that mean "I don't know the value for this... I don't even know if its zero"
[Forums] PopUp editor not working on link widget which are being disabled on some conditions
Hello Dishant,
It appears that the popup link id is not generated based on your condition, hence this error.
Can you try to have an if else condition where in the true branch have the link & popup and in the false branch just have the data (no link & popup). This should fix your problem.
Hope this helps !!!
[Forge] OrdersZ-test.oml
[Forums] Text outside Input
Hi everyone,
I am using the TextAnalysis / Spellcheck WebBlock from the forge component OutSystems.AI Language Analysis. But I have run into the issue where when I type several lines of text, the text goes outside the InputWidged instead of adding a scrollbar to it as it normally does. Anyone got a clue why this happens and how to solve it?
I added a screenshot with the issue.
[Forums] PopUp editor not working on link widget which are being disabled on some conditions
Hi Amal,
Thanks for quick support .
I tried the steps suggested by you & it worked for me .
[Forums] please check and let me know why it is not working properly
Please check the File and let me know the solution. so it should work properly
[Ideas] Add Data Transformation options to Excel data import
In many situations, Excel spreadsheets are not perfect.
They might have incoherent data, data that needs to be transformed in order to be imported into the database.
Service Studio could provide transformation filters and functions to cleanse the data, split the data into different columns among other functionalities that deal with text.
This would facilitate not just the Bootstrap process from significant amounts of data from Excel but make OutSystems a better aggregator of data coming from live Excel spreadsheets.
[Ideas] Add "General Topic" for discussion in Forums
I saw that there is no "General Topic" or any other wording where we can discuss general topics instead of technology issues. This category of forum discussion will contain any discussion topics other than technical in nature.
[Ideas] Allow for a decorator-pattern implementation
For example, say I have some logic that allows the developer to create a fancy looking tooltip that is displayed when the user hovers over an element. To install a tooltip on a button, the developer needs to drag over a new button from the widget toolbox then add two extended properties to it:
- title: "tooltip text"
- placement: "top"
Instead of having the developer manually set the two extended properties above, I would like to create two new properties on the button itself, called "Tooltip" and "Tooltip Placement". Tooltip would be a text field and Tooltip Placement would be a dropdown containing "top", "right", "bottom", and "left": This is essentially using a decorator pattern on the button widget.
This strategy allows any developer to start using the tooltips without needing to know what manual properties are required to get them initialized, and what values the "placement" can be.
[Ideas] API for the 'take offline' functionality thats in ServiceCenter
We have a background process that needs to run while there are no users in part of the applications. So we don’t want to bring the complete stack of applications down but just a couple (about 9). Doing this throw ServiceCenter takes a lot of time. That’s why it would be handy to do this automatically trough means of an application where we can control this.
[Ideas] Group By on View Data
Isn't possible to do a "Group By" when we click on "View Data" above an entity. It's needed that we drag and drop to an action to do this.
Can this improvement be implemented?
[Ideas] Like Export, Import option should be available in entity diagram
Hi Team,
Like Export, Import option should be available in entity diagram
Thanks!
[Ideas] Support UNION / UNION ALL in aggregates
I would like to have the option for a UNION or UNION ALL in an aggregate.
Now I am forced to use an advanced query.
Example:
SELECT * FROM {MessageSource1}
UNION
SELECT * FROM {MessageSource2};
[Ideas] Shortcut to 'comment out' logic in outsystems 11
The new comment out feature in 11 is great, but it would be even nicer and faster if you could comment out part of the selected logic with a shortcut (like Ctrl + '/').
[Ideas] To enter "find" set the cursor in the text field and not on the Find button. Preference come with suggested text selected for ease in editing.
To enter "find" set the cursor in the text field and not on the Find button. Preferencecome with suggested text selected for ease in editing. (Usability)
[Ideas] Split Forum Post
Sometimes, the OP in the topic (or other participant), start to make "new questions" inside a topic. This is not helpful, as the new questions will not receive proper visibility, and search in the forum will not take advantage of them (possibly), being harder to a user that is searching to find what is needed.
So, the idea is to allow moderation to "split" a topic.
In this case, a new topic would be created with a reference to the original post.
In an advanced scenario, the split could also include a check box to chose which comments to move to the new topic.
[Ideas] Integration Studio upload functionality
Integration studio should have an upload functionality simmiliar to ServiceStudio's.
[Ideas] Associate Applications & eSpaces w/App Pools from Service Center
[Ideas] Version management
The possibility to lock an espace (some sort of checkout would be nice)