0

I am trying to create a new field in Apex and write it in the object, but I receive this error:

package.xml (Line: null: Column: null): An object 'Test_Obect__c' of type CustomObject was named in package.xml, but was not found in zipped directory

So I guess there is something in the path to the object as I am passing it like objects/objectName and then serialized content of xml file.

4
  • 3
    Welcome to SFSE. Please take a moment to read How to Ask and take the tour. You need to edit your post to include more details. What are the contents of your xml files? What is the folder structure of your zip file (screenshot)? Please add this info to your original post. Commented Nov 14 at 16:23
  • Yeah, nobody can help you with these input. You need to tell us how do you execute the process, package.xml content, and folder structure. Commented Nov 16 at 13:02
  • Thank you very much, was my first post. I actually in the end was able to solve this error myself. Will make sure that my next post is better! Commented Nov 17 at 8:26
  • 1
    @xyunomai Why don't you post it as an answer so other people can learn from what you did? Commented Nov 19 at 1:16

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.