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
Bablu Kumar PanditBablu Kumar Pandit 

What are the things that we can restrict on code level,page level and component level(vf/Lightning)

Hello Every One,
I want to know that after live the app on app Exchange then what are the things that we can restrict Like Code May be Globel ,what are the things that we can not chnaged on page level(Vf/Lightning page),Code level.
 
SwethaSwetha (Salesforce Developers) 
HI Bablu,
Your ask seems related to https://salesforce.stackexchange.com/questions/329763/can-i-changed-apex-class-name-after-managed-package-realsed

The below documentation provides good insight into what changes can be made:

https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_packageable_components.htm#component_properties 

https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_component_behavior.htm

Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank you