<?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>How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/discussions/f/user-interface/8982/how-to-add-an-group-created-using-a-createcustom-group-programmatically-to-an-application</link><description>Hi, I created a group using a!createCustomGroup sail component and wanted to add the created group to an Application say XYZ App.How do we add this group pro-grammatically using SAIL code? Any functions available?or Any Samples? Cheers RajHasti OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/thread/72088?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 17:04:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:493cb7ab-3cfb-46bf-b10c-9cee78963fdd</guid><dc:creator>adithyay</dc:creator><description>&lt;p&gt;Hello Stefan,&lt;/p&gt;
&lt;p&gt;I tried to take this approach but it didn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/thread/39961?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2016 06:12:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc827e2b-77db-4958-a29a-2ff5f152f97c</guid><dc:creator>RajHasti</dc:creator><description>thanks all..this works&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/thread/39957?ContentTypeID=1</link><pubDate>Sun, 04 Dec 2016 12:22:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd9978ea-d5bb-4a41-bfdf-b53ff7f2e52d</guid><dc:creator>chetany</dc:creator><description>Yes, that&amp;#39;s a better idea.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/thread/39956?ContentTypeID=1</link><pubDate>Sun, 04 Dec 2016 11:01:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3771d049-ddcf-4c32-99f8-2edeb03d1277</guid><dc:creator>Stefan Helzle</dc:creator><description>You can have a certain group in your app and when creating new groups, use this as parent. That should do it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/thread/39955?ContentTypeID=1</link><pubDate>Sun, 04 Dec 2016 08:54:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ead8694-2294-49b7-8689-430c55ede7e1</guid><dc:creator>chetany</dc:creator><description>In Java API, there is a method called addObjectsByType. It&amp;#39;s in the Application class. You will need that one if you want to create a plugin for it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to add an group created using a!createCustom group programmatically to an Application</title><link>https://community.appian.com/thread/39954?ContentTypeID=1</link><pubDate>Sun, 04 Dec 2016 08:52:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef61f272-6645-4829-bccf-f3fc641deac9</guid><dc:creator>chetany</dc:creator><description>I don&amp;#39;t think there is any built-in function to add an object to an application. However, there is a Java API to do so. But I see a problem here - the a!createcustomgroup smart service will create the group asynchronously, and after that you want to add the group in the application. We can use onSuccess - but I am not sure if you can use another smart service call inside onSuccess&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>