Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Invalid Column Name View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
Gitesh - 10/19/2011 11:32:30 PM
   
Invalid Column Name
Hi guys,

I have made a custom document type and it has some alternative forms in it.

Now I am using a webpart "Contribution List" and have selected all the appropriate options including an alternative form.

It shows me the data and I am also able to edit it.

Works Perfect.

Now when I enter a WHERE CONDITON or an ORDER STATEMENT in the webpart options, it gives me an error called Invalid Coumn Name 'Goal'

I have made sure that the column name is correct, also tried changing the column name and the same message comes up.

Any Ideas?

Am I doing something wrong?

Thanks
Gitesh Shah

User avatar
Member
Member
kentico_michal - 10/24/2011 3:52:18 AM
   
RE:Invalid Column Name
Hello,

Regrettably, this is default behavior. You can use only fields from CMS_Tree and CMS_Document table in the where condition property, since the Contribution list web part select documents from the View_CMS_Tree_Joined_Versions table which does not contain coupled data.

Best regards,
Michal Legen