We no longer need the code being generated on the Autocomplete action since it has better type matching with newer versions of the platform.
[Ideas] Improve Autocomplete Intelliwarp Action
[Ideas] "Duplicate Column Headers" error in "Import Excel" should identify the duplicate column headers
I am trying to import a spreadsheet with 169 columns, simply seeing "duplicate column headers" is not very helpful, need to know which column name is the problem!
J.Ja
[Ideas] Show Unused Attributes in Structures & Entities
Could be helpful to see what Attributes in an Entity / Structure are being used. Similar to Unused Local Variables but maybe with a toggle feature? Without having to go through every Attribute using Find Usages.
[Ideas] Service Center Flag to block Service Studio publishing on a specific Application
While doing a "full publish" of an application on Service Center If an espace is published by a Service Studio it usually breaks the "full publish". This flag would throw a message in Service Studio letting the developer know that he has to or should wait.
[Ideas] Cleaning database or clean data in table
if someone wants to clean data in table or clean whole database we don't have any action in entities actions like (create,update,createorupdate,delete,...) we should have deleteall action which will delete all the records based on some permission parameter .we can use delete action but here we have to use for loop for iteration every record.
[Ideas] Share Button from Service Center Error Detail
Could be really helpful to have a simple Share / Send to Support button within the Service Center > Monitoring > Errors > Details page which allows you to quickly open a support ticket about your current error. I'm sure most of the time this wont be needed as you can fix most errors from the details provided but sometimes you need a little extra help.
[Ideas] Performance impact with NLS_SORT= binary
Setting the Oracle Parameters for case insensitive searching
We need to set NLS_COMP=LINGUISTIC and NLS_SORT=BINARY_CI in order to use 10gR2 case insensitivity. Since these are session modifiable, it is not as simple as setting them in the initialization parameters.
We can set them in the initialization parameters but they then only affect the server and not the client side. The following PL/SQL was used for a search screen:
execute immediate 'alter session set NLS_COMP=LINGUISTIC';
execute immediate 'alter session set NLS_SORT=BINARY_CI';
[Ideas] Need Javascript debugger
we should have javascript debugger capability on service studio as well, So that we can debug on service studio itself.
[Ideas] Show only in use dependencies in Manage Dependencies window by default
Guys,
If the "Manage Dependencies" window only shows the used dependencies by default, It would be more time saving when I just want to refresh dependencies that I already have.
Even with the performance revision you made recently on this screen. On a recent dev environment it takes sometimes 2-5 sec do show ALL modules I have, to create new dependencies, and almost all the time I just want to refresh the ones I already have.
I know that there is a button to strict the collection, BUT the data was already loaded and the time has already taken.
Please consider this.
[Ideas] Logging web services requests and responses
I would like to propose the inclusion of a logging capability for the SOAP requests sent and received from any WebService in the scope of an eSpace.
Meaningful information to be included:
-Server and port
-Date + time
-SOAP messages sent and received
-User
-Originator (process, flow, ...)
And a log viewer that enables the search for Web Services invocations based on:
-Service name
-Date
-Originator
-User
The Soap messages (sent and received) should be presented in XML.
What we gain:
-easy way of detecting configuration errors (wrong server, ...)
-easy way of validating the input sent, for user input errors
-easy way of validating the output sent from the back-end system via the web service
Thanks,
Francisco Vasco
[Ideas] Add Feedback to the project area
Give the possibility to submit feedback from the "projects" area of the network.
[Ideas] Add Comments in expression editor
I suggest the possiblity of add comments in expression editor
[Ideas] Community Forge: Add "Following" filter
Add a new option to filter the components in the forge I am following.
[Ideas] [EPA Taskbox] Disable the "Done" button
Like it is done with the activities dropdown.
This one can be switched off using site property on EPA Taskbox eSpace.
I would likt this, to not have the possibility for end-users to click on it, while I have my own action-buttons on the webscreens triggering process actions.
[Ideas] Do not show "Issues with Licensing" to users without permissions over the Licensing
Hello everyone,
I see the "value" of displaying licensing issues to people who don't have access to licensing but can we have, at least, an option to turn it off?
Cheers!
EDIT: "Fix the license issue" is the obvious way to deal with this, but... :)
[Ideas] Different Icons for P10 and P11
When P10 was released, the icons for Service and Integration Studios were different for P10 and P11.
It would be nice to have different icons for P10 and P11 now as well to help us visually distinguish between versions of the IDE running on our computers.
[Ideas] Tenant based Email Configuration
Email configuration should be tenant based.
Each tenant should allow different SMTP server, port, username, password configurations.
Most importantly, default sender name and e-mail address should be configured per tenant. And for QA/UAT it is also important to have different test list addresses.
Does anyone suggest an alternative in the meanwhile?
Thank you,
Frederico.
[Ideas] Add link to Global Leaderboard on User profile page
On the old user profile screen, there used to be a link to the global leaderboard, including an explanation of how your community rank was calculated.
This link is not present on the new user profile screen.
[Ideas] Unused Session Variables and Site Porperties should give a warning on TrueChange
Following up this idea, it would be expected to have the same behavior on unused Session Variables and Site Properties
[Ideas] Open an eSpace in version 7.0 and "Save As" in a previous version
Some components are published in the network in version 7 or 6, but you are running a previous version. Just like a higher version of SS knows how to open a previous version eSpace, it could know also how to save it as those previous versions.
Just like MSOffice, where you can open a docx and save it as a doc, for word97 compatiibility.