The managed tag has no wiki summary.
3
votes
1answer
56 views
Track Activities value for a custom object
I have a custom object. I enable Track Activities for this custom object and then I create a managed beta. If this managed beta is installed in a new org, the track activities will be enabled for ...
1
vote
1answer
26 views
Reference from page to SObject which is another package
I have a reference in VF page to a SOBject from another package like this...
<apex:pageBlockTable value="{!UsageStats}" var="usageStatRecord">
<apex:column ...
2
votes
2answers
201 views
Multiple currency in Managed package without breaking support for non-currency orgs?
I want to implement support for Multi Currency in a Managed Package, while still allowing support for regular orgs without multi currency enabled.
Does anybody have any experience with this scenario?
...
4
votes
1answer
259 views
Managed package install script - sObject type not supported
I have a managed package with a PostInstall script, however I'm having trouble accessing custom objects within it.
Apon installation, I get the following error notification email
...