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
Mikhail NovozhilovMikhail Novozhilov 

Can't install the package

Hi there, my company hase the Professional Edition of Salesforse and I can't make any Apex Classes and Triggers. Here and here is written that it's possible to make a package and the install it into Professional Edition. 

I've made a package in Development Edition but when I tried to install it shows:
"
This app can't be installed.
There are problems that prevent this package from being installed.
Apex Classes(classes/AbelProductUpdateTriggerTest.cls-meta.xml) Missing feature
Installing this package requires the following feature and its associated permissions: Apex Classes
Apex Triggers(triggers/AbelProductUpdateTrigger.trigger) Missing feature
Installing this package requires the following feature and its associated permissions: Apex Triggers

"
So I can't understand is it possible or not?

Yhanks.
 
GauravGargGauravGarg
Hi Mikhail,

You need to write Test Classes to deploy the manage package.

Thanks,
Gaurav
skype: gaurav62990
Mikhail NovozhilovMikhail Novozhilov
Hi Gaurav,

I've done the Test Classes for my Apex classes and Trigger and made Managed Package (beta).

The same error in Sandbox.

Thanks,
Michael.
GauravGargGauravGarg
Hi Mikhail,

The error indicate these two files are missing:
  • classes/AbelProductUpdateTriggerTest.cls-meta.xml  
  • Apex Triggers(triggers/AbelProductUpdateTrigger.trigger)
Can you check your manage package if these files are already there. 

Thanks,
Gaurav
 
Eskil BradleyEskil Bradley
Did you guys figure this one out? I am having the same problem.