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
joshDDUPjoshDDUP 

Force.com IDE: when retrieving profiles... They are empty

Force.com IDE: when retrieving profiles... They are empty... There is no information beyond these two lines:

<?xml version="1.0" encoding="UTF-8"?>
<Profile xmlns="http://soap.sforce.com/2006/04/metadata"/>

 

I've seen this work in the past, where the object and field permission all showed up in the .profile file.

Is there any issue with  Force.com IDE 14.0.2 on Eclipse 3.3.1.1?

 

Thx

Best Answer chosen by Admin (Salesforce Developers) 
JonPJonP

See message #2 on this thread for an explanation of profiles:

 

http://community.salesforce.com/sforce/board/message?board.id=general_development&message.id=33760#M33760

All Answers

joshDDUPjoshDDUP

well, I'd expect the "layout" to be noted in this .profile file...

then examin the .layout file for the fields...

 

I can get this info in the UI, but for some reason the info isn't in the .profile file

 

joshDDUPjoshDDUP
Well #2: when I added all page layouts to the project, the profile file was updated as well w/the association I expected
JonPJonP

See message #2 on this thread for an explanation of profiles:

 

http://community.salesforce.com/sforce/board/message?board.id=general_development&message.id=33760#M33760

This was selected as the best answer
joshDDUPjoshDDUP
thx!