<?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>component plug-in</title><link>https://community.appian.com/discussions/f/plug-ins/30729/component-plug-in</link><description>Hi, 
 i am exploring building the component plug-in for the below activities: 
 1. i will pass the parameter to the plug-in and based on that parameter the plug-in should get the data from the database and show it on the plug-in itself 
 2. if i modify</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122272?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 11:41:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ab7084c-8cf9-4dfb-abdd-d11d1a3e59bf</guid><dc:creator>Rama Krishna Golla</dc:creator><description>&lt;p&gt;thank you for your suggestion. but its a requirement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122265?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:53:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a4ec4b6-f8c2-4fee-b07c-e092149cf58d</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You&amp;#39;ll need to add the necessary configurations/code to make this work but it is do-able.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;you can add a link on each of the nodes. This link could be an a!startProcessLink() and you can pass the node&amp;#39;s value to the process and in that process you could retrieve the data associated with that node for editing&lt;/li&gt;
&lt;li&gt;to move a node you could either re-use the above process, or you can use the pathSaveInto on the hierarchy browser component as input to a separate process (say as a different link in the user interface) to effect a &amp;quot;move node&amp;quot; action&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122263?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:35:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1e41a2d6-3457-4845-9bd2-65b50fcd02c1</guid><dc:creator>Rama Krishna Golla</dc:creator><description>&lt;p&gt;i want to add/delete/modify the nodes&amp;nbsp;dynamically. i think that component shows only the read only, not allow to modify.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122261?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:30:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb17854a-2d11-45dc-be7a-26b00e436798</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;You can use this OOTB component to browse your hierarchical data:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/23.4/Tree_Browser_Node_Component.html"&gt;https://docs.appian.com/suite/help/23.4/Tree_Browser_Node_Component.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What sort of updates do you need to conduct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122259?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:21:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b093a360-f239-4551-bc51-4ca336497eab</guid><dc:creator>Rama Krishna Golla</dc:creator><description>&lt;p&gt;i want to display the organization chart which allow me to do the modification and reflect the same in the database.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122257?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:04:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:98f32775-fb27-42ad-ba65-a9b83a73f78f</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;I&amp;#39;m mostly curious as to why you would want to do this? This is the sort of basic functionality that Appian gives you, in an easy-to-build and easy-to-maintain fashion - i.e. low-code (plug-ins are high-code by definition). What will what you are proposing give you that Appian doesn&amp;#39;t?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122256?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 08:53:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3409d740-d629-4501-ab13-ecf8fe26b63f</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is this:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/reference-js-api.html#appian.component.invokeclientapi(connectedsystem,-friendlyname,-parameters)"&gt;https://docs.appian.com/suite/help/23.4/reference-js-api.html#appian.component.invokeclientapi(connectedsystem,-friendlyname,-parameters)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And then, the component plugin implements a normal behaviour, similar to other UI components. That includes saveInto logic. So you can provide data to the component and react on user interactions. For your use case this might be easier than a full API approach.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122255?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 08:48:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f853d450-13ee-4fbc-958f-35064f0c53d4</guid><dc:creator>Rama Krishna Golla</dc:creator><description>&lt;p&gt;any suggestion on 2 poing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122254?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 08:44:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d8c1cd52-2518-4ead-ad20-99cef622c900</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;The documentation clears says that you need to create web APIs in Appian and call these from the component. There is no direct database connection from the plugin.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122253?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 08:01:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:268e5822-a22b-4a50-9bae-e950766ec8b1</guid><dc:creator>Rama Krishna Golla</dc:creator><description>&lt;p&gt;thank you stefan for you quick response.&amp;nbsp; To pull/push the data from/to the database, which approach i have to follow. Jquery or ? because we are using the appian data.&lt;/p&gt;
&lt;p&gt;one more query can we use goJs libraries to render the UI page.?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: component plug-in</title><link>https://community.appian.com/thread/122252?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 07:56:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5173d35e-f65e-4f3d-8998-a5edfa008b76</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/component-design.html#using-server-side-logic"&gt;docs.appian.com/.../component-design.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>