A Web2 interfaces have only some default Columns
But how can custom Columns be added
This is Easy to setup
In the PDm Admin Module, make a new Column set "Web2 Columns", with the wanted variables.
Fore example: Revision and Description
Then on the Web Server, a change in the Web.config file is necessary
find the section
<add key="ColumnSetName" value="Explorer"></add>
Change "Explorer" to the name of the Column set
<add key="ColumnSetName" value="Web2 Colums"></add>
And Finally restart the IIS service
Then the new Columns are now available in the Web2 Interface
have Fun with Web2
Jens-Ole Jensen
Comments
Please sign in to leave a comment.