alan-morey / force-meta-backup

A tool to help download Salesforce.com Metadata
43 stars 22 forks source link

Profile retrieval is missing Record Type information for Page Layout Assignments #37

Closed alan-morey closed 8 years ago

alan-morey commented 9 years ago

After performing a metadata backup Profiles are missing the recordType element for each layoutAssignments element.

Expected:

<layoutAssignments>
  <layout>Opportunity-PagelayoutName</layout>
  <recordType>Opportunity.RecordTypeName</recordType>
</layoutAssignments>

Actual:

<layoutAssignments>
  <layout>Opportunity-PagelayoutName</layout>
</layoutAssignments>

Profiles need to be retrieved with RecordType and PageLayouts in the same transaction.

https://help.salesforce.com/apex/HTViewSolution?id=000187235&language=en_US