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
RajivRajiv 

Managed and Unmanged package

Hi 

My org is person enabled org.I am using person accounts in my code to perform somekind of features. 
I have made two packages. 1 ) Unmanaged package and 2) Managed package. 
Unmanaged package is perfectly working fine but somehow managed package is not working and i am not able to figure it out why my code is not working in managed package. Is it a common problem or anyone faced this problem previously. If yes then please help me. 

Thanks,
Rajiv

Sumitkumar_ShingaviSumitkumar_Shingavi
What error you are facing? As you saying that you are using Person Accounts which is feature enabled by SFDC, if subscriber of your managed packaged don't have then you will see error.

PS: if this answers your question then hit Like and mark it as solution!
RajivRajiv
Thanks sumit for the reply.

I have checked all the debug logs and it was not showing any error. Only some of the methods were not executed (I don't know why!! ). Person account is enabled in this org so i hope person account should not be a problem. 


Sumitkumar_ShingaviSumitkumar_Shingavi
When you say "managed package is not working" , how you determined it?