• Omita Thakur
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi

I need to add a custom button in salesforce and link it to a user defined function .Like this
https://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_sosc_custom_button.htm

But I need to document this also . So that user can setup Custom button functionality by reading that document . Is there some automated process in salesforce so that we can just install the module or can you give me some example how to document .

Thanks!

Hi

I need to add a custom button in salesforce and link it to a user defined function .Like this
https://www.salesforce.com/us/developer/docs/pages/Content/pages_controller_sosc_custom_button.htm

But I need to document this also . So that user can setup Custom button functionality by reading that document . Is there some automated process in salesforce so that we can just install the module or can you give me some example how to document .

Thanks!

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