Hi All,
I have created an xml control file to import documents into livelink. I have a system attribute with name="NAME" and value="Restricted" and this needs to be applied to document when it is imported as this make the document as protected and the document general tab has the metadata which looks like:
[highlight #FCE94F]Is the item classified as Restricted
yes
No[/highlight] (yes and no have a radio button)
I have tried the following tags but nothing worked
1.<systemattributes>
<systemattribute attrlen="50" attrname="NAME" attrtype="1" attrvalue="Restricted" DispName="iProtect Classification" DispType="Popup" IsEditable="false" IsSystem="true" Required="1" />
</systemattributes>
2.<system>:NAME=Restricted</system>
3.<NAME>Restricted</Name>
please suggest appropriate syntax. Thank you in advance!
I have created an xml control file to import documents into livelink. I have a system attribute with name="NAME" and value="Restricted" and this needs to be applied to document when it is imported as this make the document as protected and the document general tab has the metadata which looks like:
[highlight #FCE94F]Is the item classified as Restricted
yes
No[/highlight] (yes and no have a radio button)
I have tried the following tags but nothing worked
1.<systemattributes>
<systemattribute attrlen="50" attrname="NAME" attrtype="1" attrvalue="Restricted" DispName="iProtect Classification" DispType="Popup" IsEditable="false" IsSystem="true" Required="1" />
</systemattributes>
2.<system>:NAME=Restricted</system>
3.<NAME>Restricted</Name>
please suggest appropriate syntax. Thank you in advance!