<?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>hi all, how to get the value of application ID? i&amp;#39;m trying to invo</title><link>https://community.appian.com/discussions/f/general/5376/hi-all-how-to-get-the-value-of-application-id-i-m-trying-to-invo</link><description>hi all, how to get the value of application ID? i&amp;#39;m trying to invoke the function &amp;quot;getapplicationgroups&amp;quot;, which needs a parameter application ID. OriginalPostID-156564 OriginalPostID-156564</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25454?ContentTypeID=1</link><pubDate>Thu, 10 Dec 2015 22:25:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f512ab2-ad53-4af5-87db-2cd16931bd02</guid><dc:creator>sikhivahans</dc:creator><description>@praveenkumark But maintaining a group separately for an application and making the top level groups as children under it is an ideal implementation which I have seen so far and convenient from the developer perspective as well. Not sure, if you misunderstood re the term 'application', what I meant to say is, a module or implementation in the Appian environment. For instance let's say there are two projects in your Appian environment namely 'Leave Management System' and 'Asset Management System', then a group for 'Leave Management System' namely 'LMS All Users' and similarly a group for ''Asset Management System' namely 'AMS All Users' would be ideal.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25426?ContentTypeID=1</link><pubDate>Thu, 10 Dec 2015 10:51:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:65921c09-4786-46fd-b72e-91ff49d807d1</guid><dc:creator>praveenkumark</dc:creator><description>hi sikhivahans @ we have published couple of applications,  we cant add all the Existing groups by creating  a new group with application name.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25285?ContentTypeID=1</link><pubDate>Tue, 08 Dec 2015 11:23:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2cb8c22-e9bd-44a7-b686-fde497babf58</guid><dc:creator>sikhivahans</dc:creator><description>@praveenkumark Hi, to the best of my knowledge neither there is a OOTB functionality nor a shared component (except 'Get application groups', even 'Get application groups' only gets you the groups present in the 'Application' object) to do this. This should be built by us infact, by maintaining the application groups information in the database or in the expression rules or constants as an array. And re the 'Get application groups' shared component - as long as your environment in on cloud, Appian would be able to support it on need basis by removing the deprecated functions (if any) and will offer the same functionality.&lt;br /&gt;&lt;br /&gt;An other simple way of doing the same is to create a group by name '&lt;APPLICATION_NAME&gt; All Users' and make sure that any group created newly in the Application either becomes a direct or indirect child of the '&lt;APPLICATION_NAME&gt; All Users' group. Now you can read the attributes of '&lt;APPLICATION_NAME&gt; All Users' by using People functions(at https://forum.appian.com/suite/tempo/records/type/components/item/i0BCLGOdlMUpdGVqT-RV7oRg74uEGJO7MQ8lm4tmJLMp94GacLswVsmKlY5dOs/view/summary) which will result you in desired information such as groups present in a Application, users present in Application etc. I would generally recommend this.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25283?ContentTypeID=1</link><pubDate>Tue, 08 Dec 2015 11:04:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d324b29b-ffa7-4f68-9817-350876a5b83b</guid><dc:creator>praveenkumark</dc:creator><description>hi sikhivahans @ any help on this requirement&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25252?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2015 16:54:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7f7cab3e-dda7-490a-a3c2-415ca7b75fe2</guid><dc:creator>praveenkumark</dc:creator><description>For each application need to find  the groups and its users&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25251?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2015 16:47:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e06680a4-399e-497b-bf20-0bbee8c63334</guid><dc:creator>sikhivahans</dc:creator><description>@praveenkumark, I am not sure as I haven't used it so far. We have to inspect the java code to see if any API functions used in the plugin are deprecated or not. I could do this for you by end of the day if you are interested. Additionally I would like to suggest strongly to test it by deploying and thereby using it atleast in one of your environments before you decide to go with it.&lt;br /&gt;&lt;br /&gt;Also could you please elaborate the requirement?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25249?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2015 16:24:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a7908c0c-0c18-4398-9880-b67cc5fd707c</guid><dc:creator>praveenkumark</dc:creator><description>getapplicationgroups  will work in 7.10 or not ,if not is any other way to find the groups?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25248?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2015 16:19:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:05849ce0-b48f-4604-8e70-eaa6efc66fab</guid><dc:creator>praveenkumark</dc:creator><description>yup  Thank you @sikhivahans.&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25247?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2015 16:01:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba6c192e-421f-49eb-b1d5-e0fc46a4eca8</guid><dc:creator>sikhivahans</dc:creator><description>@praveenkumark Hi, I hope, this is what you are looking for:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5ycR0HHF-pz1a4_u_g4GxR-w6CWqzqXW1A/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/25246?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2015 15:56:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:953c5a39-c66f-4a48-979b-d057e53e27bc</guid><dc:creator>praveenkumark</dc:creator><description>am unable to find the &amp;quot;getapplicationgroups&amp;quot; function in 7.10 ,which  jar file need to be add for this function? &lt;br /&gt;&lt;br /&gt;Thanks in Advance&lt;br /&gt;Praveen kumar k&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20188?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 14:28:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a41e1c57-dcd7-4132-80b5-b5321a9ef8a2</guid><dc:creator>sikhivahans</dc:creator><description>@eaglez Great!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20187?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 14:26:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8154962f-4b52-4b0e-b76b-5850d19d1442</guid><dc:creator>eaglez</dc:creator><description>thank you sikhivahans. i&amp;#39;m using that smart service right now.&lt;br /&gt;it works.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20186?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 14:25:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6014b306-5831-4daa-a323-b861b9872c8a</guid><dc:creator>sikhivahans</dc:creator><description>@eaglez By the way, did you have a glance over &amp;#39;Get Published Applications&amp;#39; shared component at &lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5ycQ_aHjueBV6zcvwihr1GDl6-35czp5Jw/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt; ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20183?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 13:29:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25dbc453-eb24-4200-9a50-c7f1dbb29344</guid><dc:creator>sikhivahans</dc:creator><description>@eaglez Great, Afaik there isn't any OOTB functionality or shared component available for determining the id of Application even in the latest version 7.10 as well. I believe that we can access Application Builder though Application Designer is in place, so I guess you may still use the url to obtain the id. Or the 'Get Application Groups' plug-in designer might have a better way to get the application id. Let's see if any other Appian practitioners has got a better idea.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20179?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 12:33:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07cbaf18-117a-4824-9e46-41d2764195a9</guid><dc:creator>eaglez</dc:creator><description>thank you, i can find it in Appian7.6, however in Appian7.9, it seems different.&lt;br /&gt;do you know how to get it in Appian7.9?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20178?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 12:28:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:09fd374c-7e0f-4be6-9dbb-ff0856b0f50f</guid><dc:creator>sikhivahans</dc:creator><description>eaglez I don&amp;#39;t know how far this is correct, but there is a parameter by name &amp;#39;appId&amp;#39; and a value associated with it (environment specific) in the url when we try to open an application by clicking it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi all,&lt;br /&gt;how to get the value of application ID?&lt;br /&gt;i'm trying to invo</title><link>https://community.appian.com/thread/20177?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 12:16:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d396afc0-9b9c-4809-b1f8-c8341c47cc0e</guid><dc:creator>eaglez</dc:creator><description>thanks in advance&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>