i am trying to create a lookup inside a Content type.
Here is what i wrote in my column definitions.
<Field ID="{B8AC7868-A34D-4F2E-A259-BE9EA6EA578A}"
Name="NewsCategory"
Required="FALSE"
DisplayName="NewsCategory"
Type="Lookup"
List="ListCategory"
FieldRef="Title"
ShowField="Title"
Group="MyCustomGroup"/>
Here is what i wrote inside the Content Type i want to attach the said column too.
<FieldRef ID="{B8AC7868-A34D-4F2E-A259-BE9EA6EA578A}"
Name="NewsCategory"DisplayName="NewsCategory" Required="FALSE" />
Then i went on the site and created a list called "ListCategory" and it has a Title and thats it.
For some reason i have having alot of trouble deploying, but when i finally get it to deploy i get an error while creating a page with the said content type. Is my definition good ?
Thanks for any help !!