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
itai.shmidaitai.shmida 

changing tab content in managed package

I have a managed package

I need to change the content of a custome tub that I have.

Meaning  - the VFpage that the tab links to.

and I cannot.

the documentation says it is possible.

Is there any way to do this?

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Vinita_SFDCVinita_SFDC

Hello,

Yes it cannot be edited via the UI but can be edited via Force.com IDE Or you can just recreate it manually, which maybe easier if your not using Force.com IDE already.

For example please refer following: http://tinypic.com/view.php?pic=smt5ll&s=5

 

 

All Answers

Devender MDevender M

You cannot change code for the managed package.
If your visual force page does not have any controller you can copy paste the code of visual force in new page and use that one.(Its is just a workaround)

Vinita_SFDCVinita_SFDC

Hello,

Yes it cannot be edited via the UI but can be edited via Force.com IDE Or you can just recreate it manually, which maybe easier if your not using Force.com IDE already.

For example please refer following: http://tinypic.com/view.php?pic=smt5ll&s=5

 

 

This was selected as the best answer
itai.shmidaitai.shmida

Thanks

This solution is excellent