How to Retrieve Managed Package Components?
On June 12, 2025, Posted by Deepa Nair , In Apex,Salesforce, By managed-package,metadata,Salesforce , With Comments Off on How to Retrieve Managed Package Components?
Question I have a developer org where I have assigned a namespace and created a 1st generation managed package. I’ve uploaded a few released package versions, with the most recent one being over a year ago. Since then, I’ve made several bug fixes and added new features to the package….
How to Pass Values to an LWC on a Record Page?
On May 24, 2025, Posted by Deepa Nair , In Lightning web components,Salesforce, By LWC,metadata,record page,Salesforce , With Comments Off on How to Pass Values to an LWC on a Record Page?
Question I have created a custom LWC component that can be placed on a record page. Below is the component’s meta file: My component requires these input values (userId, workOrderId, and TestName) to fetch related records. I see that these properties appear in the component’s configuration panel when adding it…

