You need to sign in to do that
Don't have an account?
How search all objects using search button
hi
I have to search all objects in vf page using search button.
But i have no idea on retrieving object names using sosl .
please help me.
You need to sign in to do that
Don't have an account?
hi
I have to search all objects in vf page using search button.
But i have no idea on retrieving object names using sosl .
please help me.
r u need all objects names in the instance or any filed value in all the objects in the instance?..
i need object names that are matched to a text
this will give you a map of standard and custom objects in the instance...
Map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe();
after you hit the search key word then find the respective object from the map using the entered key value..