You need to sign in to do that
Don't have an account?

Field ID ?
Hai friends,
We can get Objectid using getprefix() method,now i need to get field id of an object. Can u please help me?
Thanks in advance
SFDC Bluefish
You need to sign in to do that
Don't have an account?
Hai friends,
We can get Objectid using getprefix() method,now i need to get field id of an object. Can u please help me?
Thanks in advance
SFDC Bluefish
I don't thing there is anything like field Id that we have , you can definitly get FieldMap for any Object, using field describe methods. A field map is map of field api name as key and schema.field as value.
like this
sharma....thanks for reply,
I am getting all for the field except id,what i am thinking is field also have id ,like object id.i have tried describe method for an object ,but i didn't get id of an field in an object. I hope any of our community frieds will help us.
Haribabu
Force.com certified developer
flexandsalesforce.blogspot.com
The only way I know is to get it from inspect element !! But I don't think there is any way to get it in apex..
Thanks
Ankit,
In inspect element we can get id for that lable,not for that field.any way we can get result,but if salesforce provides any method to get id for filed,then we can implement this trick in many situation dynamically.....i hopw it will provides.
Thanks for reply ankit.
Haribabu
force.com certified developer
flexandsalesforce.blogspot.com