<property type="string" name="CommonViewFields"> ArticleStartDate, Date;Countcomments, lookup;PageURL, lookup;</property>
There is a known bug to this. In some specific SP environments while importing the web part with the format above you might receive an error. This is because of the formatting of the string. You need to remove all white space and also the “;” from the last colunmname-datatype pair.
<property type="string" name="CommonViewFields"> ArticleStartDate,Date;Countcomments,lookup;PageURL,lookup </property>
No comments:
Post a Comment