<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/discussions/f/general/18756/what-is-the-difference-in-group-types-present-in-group-object</link><description>Hi, 
 
 While creating a Group in Appian we select the Group Object and in that there is a field where in we have select the Group Types like &amp;quot;Custom&amp;quot;,&amp;quot;IAP Group&amp;quot; and &amp;quot;Du Doc Channel Group Type&amp;quot;. 
 
 What is the difference in these 3 Group Types? Can</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/129899?ContentTypeID=1</link><pubDate>Thu, 22 Feb 2024 06:20:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f081b2f2-7ad8-4003-b914-df18d2729e47</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You could create specific types of groups and add additional parameters to store values together with the group. Then use these values to e.g. control process flow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/129895?ContentTypeID=1</link><pubDate>Thu, 22 Feb 2024 05:40:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba66231f-aad2-4f7e-beb8-7b2be4c68c4e</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;one thing i know ,it&amp;#39;s gonna help us setting Security for Schema.&lt;a href="https://docs.appian.com/suite/help/23.4/appian-cloud-database-administration.html#group-type-assignment-for-read-or-write-privileges"&gt;https://docs.appian.com/suite/help/23.4/appian-cloud-database-administration.html#group-type-assignment-for-read-or-write-privileges&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/129894?ContentTypeID=1</link><pubDate>Thu, 22 Feb 2024 04:54:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1562488-cd12-4629-a5ba-0d70d61e42a2</guid><dc:creator>Rahul009</dc:creator><description>&lt;p&gt;What could be the possible use cases of group types in Appian?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/73816?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 09:35:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d366a575-4b35-4e36-a0e7-6c3c7209c42d</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Use the&amp;nbsp;getgroupattribute() function:&lt;/p&gt;
&lt;p&gt;&lt;img height="202" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1588671337747v1.png" width="482" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/73815?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 09:19:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e47aad92-0097-49cf-b5ec-b4951afc6ab7</guid><dc:creator>ajays0005</dc:creator><description>[quote userid="3520" url="~/discussions/f/general/18756/what-is-the-difference-in-group-types-present-in-group-object/73814"] In your Application you can now make reference to the Group that a User belongs to and fetch this value to determine whether they are authorised to pay a given Claim.[/quote]
&lt;p&gt;How can I fetch the attribute value in my application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/73814?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 08:35:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a02521ee-b040-42e5-ad9d-f1b24323b31c</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Whatever you want to use them for. So, here&amp;#39;s a (contrived) example:&lt;/p&gt;
&lt;p&gt;Say you have a Team of Claims handlers, each of who has different levels of payment authorisation. You could create one Group called &amp;#39;Claims Handlers&amp;#39;, and within that have 3 Groups: Claims Handlers Level 1, Claims Handlers Level 2, Claims Handlers Level 3. The first group you could make using the default Group Type. The other 3 Groups you could create a Group Type called &amp;#39;Claims Handlers&amp;#39; and add an attribute called &amp;#39;Payment Limit&amp;#39; of type Decimal. You could then set this value to different values in each of the 3 Groups of Group Type &amp;#39;Claims Handlers. In your Application you can now make reference to the Group that a User belongs to and fetch this value to determine whether they are authorised to pay a given Claim.&lt;/p&gt;
&lt;p&gt;This would be an alternative design to holding this value in a database table where you&amp;#39;d need to correlate a User in some way to a given row in that table to fetch their payment limit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/73812?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 08:01:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62af4c5e-a7d7-4868-a0a3-c3e5dbce8a2d</guid><dc:creator>ajays0005</dc:creator><description>&lt;p&gt;What is the purpose of Custom attributes in Group Types?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the difference in Group Types present in Group Object</title><link>https://community.appian.com/thread/73765?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 08:12:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:945a50b3-29fb-4b66-a385-19493d17bd1c</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;Appian comes with a pre-defined Group Type, but you can create your own Group Types from which you can then create Group instances. The key difference is that for the ones that you can make you can add custom attributes. This is useful where you want some data associated with a Group but don&amp;#39;t want to implement anything heavyweight (e.g. a database table).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>