Difference between revisions of "HowTo:Make a Document ready for Redlining"
Line 1: | Line 1: | ||
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: | 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 | '''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]] | # 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]] | ||
Line 17: | Line 18: | ||
# If a thumbnail should be displayed on the mobile client configure the ''Thumbnail'' property as well | # 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. | 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]] | # 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]] | # 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 == | == See also == |
Revision as of 12:10, 13 February 2015
The redlining feature creates a copy of the 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: