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
Sunny GSunny G 

Urgent: deployment fails error: "Must specify a non-empty label for the CustomObje​ct"

 

 

I have a custom object. And i want to deploy only selected fields and validation of that custom object. I selected those using by selected the meta data component. But my deployment fails with an error saying  "Must specify a non-empty label for the CustomObject".

 

Although i am using the Eclispe 3.5 with all the latest updated from Force.com IDE (using check for updates)

 

But nothing seems working??

 

Please help ....

JA-DevJA-Dev

Hi,

 

That seems to be a known issue when trying to deploy custom fields via the IDE: http://community.salesforce.com/t5/Apex-Code-Development/Force-com-IDE-Cannot-deploy-individual-Custom-Field-on-a-Custom/m-p/159914

 

Check that thread out and there are a number of suggestions there (such as using the Ant-tool to deploy the fields or using a Change set).