Changes
The [[Documents_(UBIK_Android)#Redlining|redlining]] feature creates a copy of the [[DOCUMENT|document]] and opens it for editing with any installed 3rd party application. Enabling redlining for certain document objects requires that the following criteria are met:
= Studio =
'''Criterion 1:''' A [[FILEDOCUMENT|file document]] [[MetaClass]] is prepared for Redlining
# Set the [[SYSCLS_REDLINEDFILE]] classification on a [[MetaClass]] for [[FILEDOCUMENT|file documents]] using the {{CD}} control (the MetaClass must derive from [[FILEDOCUMENT]])<br/>[[File:UI_HowTo_Prepare_a_Document_for_Redlining_01.png|330 px|border|alt=Redlined document|Redlined document classification]]
# If a thumbnail should be displayed on the mobile client configure the ''Thumbnail'' property as well
= Client =
Once the configuration has been completely accomplished on the server side the '''Redline Document''' function should be available on the mobile client.
# Long-click a document's thumbnail [[UBIK_Client_Basics#Content_Browser|Content Browser]]
# Access the menu and choose '''Redline Document'''<br/>[[File:UI_HowTo_Prepare_a_Document_for_Redlining_05.png|200 px|border|alt=Redline document|Redline document]]
<headertabs />
== See also ==