cancel
Showing results for 
Search instead for 
Did you mean: 

[Resolved] Property Protected

thomasberment
Champ in-the-making
Champ in-the-making
Can I modify the property "protected" in my custom model ?

My content model :
<property name="custom:typedocument">
              <type>d:text</type>
              <protected>false</protected>
              <mandatory>false</mandatory>
              <constraints>
                    <constraint ref="custom:typeclassification"/>
              </constraints>
            </property>

Because, I want to see and don't modify properties in my document. But I have a script and workflow, who change my property anytime … It's a problem ! Have you a solution ?

Like :
document.properties["custom:typedocument"].setProtected(false)
2 REPLIES 2

hsohaib
Champ on-the-rise
Champ on-the-rise
Because, I want to see and don't modify properties in my document. But I have a script and workflow, who change my property anytime … It's a problem ! Have you a solution ?

I think that can be done by displaying the property as "read-only" in your web-client-config-custom.xml,

thomasberment
Champ in-the-making
Champ in-the-making
Thank you, it's exactly that I want to do …
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.