Please Login with your Salesforce ID to post, promote or comment.
Salesforce IdeaExchange
FAQs | Terms of Use8344 Ideas; Promoted 178880 Times; 17262 Comments.
- Suggest a New Product Concept
- Promote Ideas That You Want to See Developed
- Discuss With Product Managers and Other Users
- See What We Are Planning To Deliver
Add full meta-data functionality to Apex Code
Currently functionality in Apex Code is basically limited to the equivalent of the Enterprise WSAPI. Please add full support for meta-data access (similar to the Partner WSAPI) to Apex Code.
The base features needed are:
1) Ability to get and set field values from an sOjbect by using a variable and without having to strongly type the sObject to a full SFDC object type. i.e.:
sObject object = new sObject( "Custom_Object_Type__c" );
String fieldName = "Custom_Field__c";
object[fieldName] = "sample value";
2) DescribeSobject calls.
3) Dynamic SOQL that can be defined via variables. Preferably the whole SOQL call should be a simple string so it can be built dynamically in code.
4) Adding "SELECT * FROM Table" syntax would also be nice, but not really necessary if #3 is in place.
- debbiebowers1
- arlon_wilber
- sai_lavu
- monikak
- vorno
- 10/10/2007_5:51
- Francesco23
- johnds
- junk03282008
- jorgerbaker
- 04/9/2007_20:14
- richcox
- ron_hess
- Drew1815
- Rusty12
- TehNrd
- james2000
- AlexCRMmanager
- ejw
- Coming In Winter '09
- Admin Preview (Coming Soon)
- Detailed Release Notes (Coming Soon)