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
Aarti ChaudhariAarti Chaudhari 

how to add Lead Layout in package ?

hi,
I am trying  to buil a package, but 'Lead Layout' can't  include in package, when i include LeadLayout then show below error

Data Not Available
The data you were trying to access could not be found. It may be due to another user deleting the data or a system error. If you know the data is not deleted but cannot access it, please look at our support page.

Error ID: 266224100-145892 (-68824995)

please help me.....
NagendraNagendra (Salesforce Developers) 
Hi Aarti,

How do you have yourself configured if you go into Personal Setup -> My Personal Information -> Personal Information? Do you have the System Administrator Profile enabled and the Development Mode checkbox checked? You'll want to make certain you do both. I recommend you also check the Show ViewState in Development Mode box as well.

I'd expect doing those things will likely solve your problems.

Hope this helps.

Best Regards,
Nagendra.
Rushikesh PatilRushikesh Patil
Hi Aarti,

Try below is the syntax to add Lead Layout in the Package.xml.
    <types>
        <members>Lead-Lead Layout</members>
        <name>Layout</name>
    </types> 

Regards,
Rushi