I've got a document type in with a set of properties and I've got another document type inheriting from it. Is it possible to change the order of these properties so that a property of the inherited document type is displayed above the ones from it's "master"?
not sure if you can but as a work around what we do is on the child doc type we create a new tab to hold that doc type specific properties. so eg if its a news item docype youd add a news item tab and add the news item specific properties to that. this way when the user creates the news item node the specific news item properties will be in a seperate tab from the more generic ones.
Sorting document type properties
I've got a document type in with a set of properties and I've got another document type inheriting from it. Is it possible to change the order of these properties so that a property of the inherited document type is displayed above the ones from it's "master"?
Hi Peter,
not sure if you can but as a work around what we do is on the child doc type we create a new tab to hold that doc type specific properties. so eg if its a news item docype youd add a news item tab and add the news item specific properties to that. this way when the user creates the news item node the specific news item properties will be in a seperate tab from the more generic ones.
cheers lj
is working on a reply...