What is the Difference between Managed Package and Unmanaged package?
Answer / Jaipradeep
Managed Packages are pre-configured, tested, and deployed solutions containing Apex classes, Visualforce pages, Aura components, Lightning components, static resources, custom metadata types, and other metadata. They can be installed into an org but cannot be edited or deleted once they are installed. On the other hand, Unmanaged packages allow developers to package customizations as a set of files that can be shared with others or installed into their own Salesforce orgs. Unlike managed packages, unmanaged packages do not have version numbers and can be easily modified after being installed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create share table record using apex? : salesforce sharing and security
Let’s say you have several buttons that reuse the same onclick handler. How will you retrieve the name of the button that fired the event?
Explain lead conversion?
What will happen if we undelete the deleted junction object?
What is roll up summary field in salesforce?
Can a user create insert their own custom logo, while creating their own custom applications?
Can we use lightning component into vf page? If yes how? : salesforce lightning component
Explain functionality of force.com query optimizer?
What are validation rules?
For which criteria in workflow “time dependent workflow action” cannot be created?
Which fields cannot be added as a custom index?
Difference between external id & unique id?