function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
yogesh goadyogesh goad 

fetch the metadata of a custom object using apex class

my question is, is there any way to create a apex class which fetches the details of validations ,datatypes and other info. of the fields related to a particular custom object and display them in a visual force page.
RamuRamu (Salesforce Developers) 
See if this post helps

http://salesforce.stackexchange.com/questions/28877/how-to-know-if-a-custom-field-is-referenced-in-workflow-or-validation-rule-using