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
DpudgretDpudgret 

create new appex class option not avaible

I am using salesforce enterprise edition,

 

I want create appex clasess from WSDL and test class.

 

I have follwed step inside Setup-->Develop -->Appex classes.

 

Then only Run All Test button is appearing for me,i don't have New and Generate from WSDL option aviable.

 

May i know why this not appearing...........plz help

forcedotcomforcedotcom

It sounds like you're in a production org, not a sandbox or developer. In a production org you cannot create new Apex classes; you can only deploy existing classes via the API.

 

Regards,

forcedotcom

DpudgretDpudgret

Thanks for previous reply.........:smileyhappy:

 

 

 

For deploying existing Apex classes from Developers to Production  Edition,we need some migration tool.

 

All the migration tool are based on Eclipse IDE  but i want to deploy with non Eclipse i.e from.Net .

 

so may i know how to deploy  directly on production edition.??

 

 

forcedotcomforcedotcom

There are two options available to you:

 

1) Deploy via Eclipse IDE

2) Deploy via Apache ANT

 

Unfortunately you cannot deploy Apex code through a .NET IDE envrionment.

 

Regards,

forcedotcom