<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1192 Folders always require administrator approval for changes</title><link>https://community.appian.com/support/w/kb/408/kb-1192-folders-always-require-administrator-approval-for-changes</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1192 Folders always require administrator approval for changes</title><link>https://community.appian.com/support/w/kb/408/kb-1192-folders-always-require-administrator-approval-for-changes</link><pubDate>Tue, 22 Oct 2019 20:55:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb54da7-7d8a-41fc-83f1-cce64892bc9c</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/408/kb-1192-folders-always-require-administrator-approval-for-changes#comments</comments><description>Current Revision posted to Appian Knowledge Base by Rebecca Jonas on 10/22/2019 8:55:49 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After a folder is created through the Java API, basic users require approval for all the changes they do in the folder. This is the case even if the basic users have author permissions on the folder. For example, if a user uploads a document to that folder, any other basic user attempting to download the document will see an error like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;This document is still pending approval.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This behavior persists even when the &lt;code&gt;Require administrator approval for all Knowledge Center changes&lt;/code&gt;property for that Knowledge Centre is set to false through the interface.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is caused by creating a folder through the Java API, but not updating the &lt;code&gt;COLUMN_CHANGES_REQUIRE_APPROVAL&lt;/code&gt; property of the Content object through the API.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To resolve this issue, the property can be reset using the &lt;strong&gt;Remove Approval Required Smart Service&lt;/strong&gt; from the &lt;strong&gt;Content Tools&lt;/strong&gt;&amp;nbsp;plug-in available&amp;nbsp;on AppMarket&amp;nbsp;&lt;a href="/b/appmarket/posts/content-tools"&gt;here&lt;/a&gt;. To prevent this issue occurring in the future, the Smart Service should be included in any process models that generate folders.&lt;/p&gt;
&lt;p&gt;Alternatively, the &lt;code&gt;COLUMN_CHANGES_REQUIRE_APPROVAL&lt;/code&gt; property of the Content object can be updated directly through the API. For details on how to do this, refer to the API documentation &lt;a href="https://docs.appian.com/suite/help/latest/api/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;October 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, plug-ins&lt;/div&gt;
</description></item><item><title>KB-1192 Folders always require administrator approval for changes</title><link>https://community.appian.com/support/w/kb/408/kb-1192-folders-always-require-administrator-approval-for-changes/revision/1</link><pubDate>Mon, 06 Mar 2017 19:49:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dcb54da7-7d8a-41fc-83f1-cce64892bc9c</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/408/kb-1192-folders-always-require-administrator-approval-for-changes#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 7:49:14 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;After a folder is created through the Java API, basic users require approval for all the changes they do in the folder. This is the case even if the basic users have author permissions on the folder. For example, if a user uploads a document to that folder, any other basic user attempting to download the document will see an error like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;This document is still pending approval.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This behavior persists even when the &lt;code&gt;Require administrator approval for all Knowledge Center changes&lt;/code&gt;property for that Knowledge Centre is set to false through the interface.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue is caused by creating a folder through the Java API, but not updating the &lt;code&gt;COLUMN_CHANGES_REQUIRE_APPROVAL&lt;/code&gt; property of the Content object through the API.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To resolve this issue, the property can be reset using the &lt;strong&gt;Remove Approval Required Smart Service&lt;/strong&gt; from the &lt;strong&gt;Content Security Utilities&lt;/strong&gt; plug-in available under Shared Components &lt;a href="https://forum.appian.com/suite/tempo/records/item/lMBCLGOdlMUpdGVqW3dQaIKmclBmvvNEj8vu_cjb7T-5YiPr4Fu8ly5Yj1s09uenE4RYzA8zKyx7eiUhe6jLnPi-L0R_aujgs6B_j51hsUeHzTR7A/view/summary"&gt;here&lt;/a&gt;. To prevent this issue occurring in the future, the Smart Service should be included in any process models that generate folders.&lt;/p&gt;
&lt;p&gt;Alternatively, the &lt;code&gt;COLUMN_CHANGES_REQUIRE_APPROVAL&lt;/code&gt; property of the Content object can be updated directly through the API. For details on how to do this, refer to the API documentation &lt;a href="https://docs.appian.com/suite/help/latest/api/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documents, shared components&lt;/div&gt;
</description></item></channel></rss>