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
ekarthikekarthik 

how to avoid this error Missing Organization Feature: Content in salesforce app

Hi

   In my comapny we publish an app . when trying to install users get error like 

 

 Missing Organization Feature: Content 

 


for this problem solution is 

 

Enable salesforce content 


through

 

 Setup -> App Setup -> Customize ->Salesforce CRM Content -> Settings -> Edit .

 

But i need to avoid this error when install .

What things i need to do?

whthere enable any option during package?

else

write any code in development time ?

 

 

 

I am looking for this .

Thnaks in advance

Best Answer chosen by Admin (Salesforce Developers) 
ekarthikekarthik

Solution

 

       Finally it can't be avoided from the developer side. This error is fully depended on the user org level.If the user have all previllages it will not shown any error . Else user must enable this 

 

Setup -> App Setup -> Customize ->Salesforce CRM Content -> Settings -> Edit

 

After a long search, finally this is the solution 

All Answers

vbsvbs
Have you confirmed if you have the correct licenses for the users installing the package? I think the users will need CRM Content feature license. Can you confirm the same?
ekarthikekarthik
we have partner portal licence
ekarthikekarthik

Solution

 

       Finally it can't be avoided from the developer side. This error is fully depended on the user org level.If the user have all previllages it will not shown any error . Else user must enable this 

 

Setup -> App Setup -> Customize ->Salesforce CRM Content -> Settings -> Edit

 

After a long search, finally this is the solution 

This was selected as the best answer
Omita ThakurOmita Thakur
Hi ,

While installing application I am getting this error .

 Missing Organization Feature: Lead.Sharing

I tried solution given above but it is not working . Can you please help me in this . I am using developer edition of salesforce.