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
junaid_aj1junaid_aj1 

Please help me in entering Custom Table through Eclipse IDE

Hi

 

Please help me in entering Custom Label through Eclipse IDE.

 

I am not able to Enter the Custom Label  through Eclipse IDE.

 

I tried to add the following in package.xml 

 

<types>
<members>*</members>
<name>CustomLabels</name>
</types>
<types>
<members>*</members>
<name>CustomPageWebLink</name>
</types>
<types>
<members>*</members>
<name>CustomTab</name>
</types>

<version>17.0</version>

 

 but when i do a refresh from Force.com the Package.xml is getting changed again to 

<version>16.0</version>

 

and the Project is not getting the required folder also like custom lable etc.

 

When i tried to change the en_US.translation 

 <customLabels>
        <label><!-- Page Title --></label>
        <name>Page_Title</name>
    </customLabels>

 

and trying to save it ,

It is not getting saved to the server.

 

Please help.

 

Thanks in advance.

 

Regards,

Mohammed Junaid

 

junaid_aj1junaid_aj1

Please anybody can help me on this.

 

Regards,

Mohammed Junaid