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
Shwetal DesaiShwetal Desai 

Package Installation Error

Hi, I m facing same Error while installing package

 

Package install error

There are problems that prevent this package from being installed.

 

Missing Organization Feature: Contact.RecordType

Missing Organization Feature: Campaign.RecordType

Missing Organization Feature: Account.RecordType

Missing Organization Feature: Contract.RecordType

Missing Organization Feature: Contact.Sharing

Missing Organization Feature: Campaign.Sharing

Missing Organization Feature: Account.Sharing

Missing Organization Feature: Contact.FieldHistoryTracking

Missing Organization Feature: Account.FieldHistoryTracking

Missing Organization Feature: CustomerSuccessPortal

Missing Organization Feature: PRM

 

I m trying to install package in Enterprise Edition as well as Developer Edition

what could be the reason?

Thanks in advance

 

Shwetal

A_SmithA_Smith

You need to create at least one record type on the following objects:

Missing Organization Feature: Contact.RecordType

Missing Organization Feature: Campaign.RecordType

Missing Organization Feature: Account.RecordType

Missing Organization Feature: Contract.RecordType

 

You need to set the sharing model to "private" on the following objects:

Missing Organization Feature: Contact.Sharing

Missing Organization Feature: Campaign.Sharing

Missing Organization Feature: Account.Sharing

 

You need to enable field history tracking on the following objects:

Missing Organization Feature: Contact.FieldHistoryTracking

Missing Organization Feature: Account.FieldHistoryTracking

 

You need to enable the following features in your org:

Missing Organization Feature: CustomerSuccessPortal

Missing Organization Feature: PRM

 

Your package must include references to the features above which is why these are required to be enabled before installing the package.

 

Thanks,

Andrew 

Shwetal DesaiShwetal Desai
Hi Andrew,

Thanks for the reply,

I have made all features enabled for my custom application
but I dont know how to enable following:

Missing Organization Feature: CustomerSuccessPortal
Missing Organization Feature: PRM

Please guide me to enable these two features also.

One more quetion:

How can i include these features in my already uploaded Managed-Beta package?
Just need to add Item in that package? and do i need to upload package again with new version?

Shwetal DesaiShwetal Desai

Please guide me if anybody has idea about this problem.

 

Thanks .

 

Shwetal Shah 

 

 

MichaelEMichaelE

I am getting a similar package installation error:

 

Missing Organization Feature: Content

 

What should i Do?

Ulas KutukUlas Kutuk

Iam also getting same error,

I ve a custom object with record type,I ve added both in managed package but still I get the same error

 

Missing Organization Feature: Promotion__c.RecordType

 

Any solutions for custom objects and its record types.?

tmapp.dev.admintmapp.dev.admin

Hi Shweta,

 

I am also getting the same error for my package on installation : 

 

Missing Organization Feature: CustomerSuccessPortal

 

Were you able to solve this problem? If yes, then how?

 

Thanks in Advance!

Pavan ReddyPavan Reddy

Micheal, was this issue solved ? If yes, can you tell how to get rid of this ?

Tejpal KumawatTejpal Kumawat

Hi,

 

I have also same error when package installation.

 

Missing Organization Feature: Contact.RecordType

Missing Organization Feature: Task.RecordType

Missing Organization Feature: Opportunity.RecordType

Missing Organization Feature: Account.RecordType

 

How to i resolve it? please guide me..

Channabasayya K 6Channabasayya K 6
Hi Tejpal,

You have to create atleast one record type for Contact, Task, opportunity and Account. After that try installing again. You will be done.

I hope it helps.