You need to sign in to do that
Don't have an account?
apex getdescribe() question
Hi, i'm building a custom report wizard using VF and I need to generate the list of fields for an object. ive been reading up on apex's describe/sobject methods, but I haven't found a piece of sample code that shows how to iterate the describe result of fields, so that I could add them to a vf selectoptions component. Can someone point me in the right direction?
Thanks in advance.
Thanks in advance.
http://wiki.apexdevnet.com/index.php/Google_Data_APIs_Schema_Demo
I actually found that right before your post and it's exactly what I needed.
Thanks!