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
Jose ZunigaJose Zuniga 

exporting custom filed/object definitions to profile

What setting I need to use to be able to export custom object/field definitions (like security etc) to a profile? For example, in Admin.profile I will like to see something like 
    <fieldPermissions>
        <editable>false</editable>
        <field>Work_Log__c.Calendar_Display__c</field>
        <readable>true</readable>
    </fieldPermissions>

Thanks
VineetKumarVineetKumar
Try using the force.com IDE with eclipse.
Create a Force.com project and Snyc all the components of your organization, there under the profiles you can get this.

Refer below link to install :
https://developer.salesforce.com/page/Force.com_IDE