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
Jefe55Jefe55 

Eclipse XML problem

I was able to login to my SF environment through Eclipse and pull all profiles.  However, the profile XML data is not there.  

 

What I see when I click on a Profile in Eclipse:

 

<?xml version="1.0" encoding="UTF-8"?>

<Profile xmlns="http://soap.sforce.com/2006/04/metadata"/>

 

 

What other users see:

 

<?xml version="1.0" encoding="UTF-8"?>

<Profile xmlns="http://soap.sforce.com/2006/04/metadata">

    <fieldLevelSecurities>

        <editable>true</editable>

        <field>APJ_Direct_Lead_Routing__c.Account_Class__c</field>

    </fieldLevelSecurities>

    <fieldLevelSecurities>

        <editable>true</editable>

        <field>APJ_Direct_Lead_Routing__c.Account_Owner__c</field>

    </fieldLevelSecurities>

    <fieldLevelSecurities>

.

.

.

.