Salesforce IdeaExchange
Export Data of Recycle Bin by DATALOADER
I want to export data of recycle bin by dataloader.
Object Views Limited to 10
Currently filters for views are currently limited to 10, and it would be helpful to my organization to have 20.
Comment » Posted by jdavis06192008
Posted Yesterday
Allow to sort record type
I'd like to sort record types so that there is some logic when a user creates a new record and has to choose different record types.
Allow triggers and workflows on snapshot target objects
Cause unfortunatly this could be the only way to create a job that runs for example every first day of each month.
I asked myself anyway more then once, why a huge application like salesforce doesn't offer the opportunity to plan jobs.
Best regards
Sascha
Comment » Posted by supporties
Posted Yesterday
Display STATE field + individual address field controls PLEASE
With many European locales (Switzerland / German), German, Austrian etc, the STATE field is not shown when editing an address (all addresses).
This field, in many cases, is also required here in EU.
Certain locales (US, UK etc), show the field, but then the number & date formats are changed. There is no Locale setting possible which keep Swiss / German formats & has STATE visible.
STATE is available on filters and reports, but not on the page layouts.
This has been escalated to SFDC support, with the feedback that it's not possible and the suggestion to create a custom field. (makes no sense).
AND
Please allow for individual field controls for all Address fields (page layouts etc). This would solve everything.
Comment » Posted by jsas@nexell.ch
Posted Yesterday
Ability to use formulas when creating select criteria
Many time when I want to create new field such as roll up summary I want to only calculate the amount for future revenue or current revenue stream, there fore I need to populate expiration dates but they are not accepted as a formula so I have to hard code it, which means that in time it will no longer be valid, if I could use (NOW) function for example this problem would be resolved
2 Comments » Posted by maksim
Posted 2 days ago
Mass convert feature
It would be nice to have within SF mass convert feature to convert leads to opportunities, contacts, and accounts. There are packages available but they are pricy
Custom Fields - Have Default Value populate to older records
When adding custom fields to an object, the default value does not auto-populate to pre-existing records.
This would obviously be more convenient to have the fields auto-populate a default value upon creation of a new field.
2 Comments » Posted by uptimedev
Posted 3 days ago
inputSection = inputField + pageBlockSection and reduced field dependencies
.
Create an <apex:inputsection> tag which would automatically render all the pageBlockSections and inputFields that are visible for a given Page Layout Section while respecting the Page Layout / field visibility.
Ideally remove field level dependencies from the VF page definition in place of Section Dependencies so that we can make changes to various fields without having to update the various VF pages.
Goal is to reduce the VF page programming and break some dependencies.
Discussion:
Assume I'm doing a replacement VF page for an Edit/New action, and I just want to do something custom for a small number of fields, I still have to code the rest of the page layout even though it's all unchanged. Sometimes this can be extensive.
Now, it's true that since I can use the inputField tags it's easier than it could be. However, it would be far easier if I could use an "inputSection" tag which would use the section definitions to auto-generate entire portions of a page. This way I only have to do more detailed VF coding for the specific section(s) that I want to touch.
If this is all it does it would be a helpful shortcut, but it would be even more useful if it abstracted away the Field level dependencies that a VF page now has and replaced them with Section level dependencies. This would allow me to make changes to Fields, types, add/remove, etc. without having to modify the VF pages.
Using a controller extension, I can already have the standard controller take care of most of the inputFields for me without creating field level dependencies. This would do the same for the Visual side of the VF/APEX pair.
In theory should be able to put the code for the section(s) I want to muck with into a custom component, the "top" VF page would be field independent and the page would use an entirely standard controller. I can isolate my changes to the component level.
I think that right now LayoutSections and pageBlockSections are strictly formatting entities, this would entail giving them robust names and all the changes that go with that.
Thoughts, comments? Thanks, Steve.
Comment » Posted by SteveBower
Posted Dec 1
Creation of any object via workflow rule.
I had many requests in crating new objects such as opportunity after period of 1 year, however there is no such option in the workflow rules it would be nice to have. It would be more robust than writing apex code.
1 Comment » Posted by maksim
Posted Dec 1
Custom Schedule Object
Create the ability for admin to create an object type called Schedule. Everyone can use schedules for all kinds of objects. It is impossible to create schedule with separate lines of data records and easily manipulate them and see that collection of data as a whole. Reports are good to view but the realistic use of the data is not. The same setup of the Opportunity Products schedule could be used as the model for the custom schedule. Companies are all about planning ahead and making those decisions based on a collective whole, therefore schedules can fulfill this need in looking at data.
A custom schedule would come preloaded with certain fields and a schedule similar to Opportunity Product Schedule. It would come with quantity for the number of lines, line descriptions, either date/month for each line or ability to create auto-numbering, and amount.
This could then be related to any custom object and allow for items such as revenue forecasting in other custom objects, product listing, pretty much anything that needs scheduling and not a full on task to schedule. Something that may also help is simply by adding in + at the bottom to allow addition of rows.
1 Comment » Posted by conlho
Posted Dec 1
Dynamic Column Generation
I would like to include possibility of being able to display a pageBlockTable with dynamic Columns in APEX and VisualForce page.
I kind of miss this, as I was thinking of implementing Custom Views that are accesible to Users, so that they can create and Edit any Views BUT on a Custom VisualForce Page, so now, View can include any nUmber of columns, but I could not implement this feature in present release.
Comment » Posted by varun_chaddha
Posted Dec 1
