<?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>Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/discussions/f/user-interface/9866/changing-the-default-colour-of-primary-secondary-related-action-buttons</link><description>Hi All, Is there any way we can customise the colour of the buttons/links in interfaces or dashboards? It should Thanks. Hitesh OriginalPostID-266217</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/thread/43552?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 13:52:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93cdb863-a1f3-49a5-8a70-2298ea98eb90</guid><dc:creator>reginaldm377</dc:creator><description>@harshav I don&amp;#39;t believe this same method would work for a related action since the buttons you see for related actions are configured in a recordType which does not provide any customizations for how the buttons are displayed.&lt;br /&gt;&lt;br /&gt;A possible workaround is similar to what I&amp;#39;ve already suggested but instead you would place the document Image (that is configured to trigger on click) at the top of your form for any of your record views.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/thread/43531?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 23:05:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:667f1678-fd75-4529-a20c-9daa1c1e5568</guid><dc:creator>harshav</dc:creator><description>@reginaldm377 can you please let me know if you have tried for related action button color change.AFAIK it is not possible, but for primary and secondary buttons I think yes we can do it with the code which is given.&lt;br /&gt;&lt;br /&gt;@marcoc918, Basically you are not calling a button component here rather you are calling a document where you document is an image of button with the desired color, and also if you are planning to submit the screen on click of the button you can use a!submitLink also .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/thread/43511?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 17:31:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:562b1953-2dde-4378-9ad7-23cfdf865dc7</guid><dc:creator>reginaldm377</dc:creator><description>@marco918 If you upload a document with the image, color, and size of your liking, you can reference the document ID where you see the document parameter.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/thread/43510?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 17:27:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e29a6a46-164d-4d8a-b547-89c1e5faa13b</guid><dc:creator>marcoc918</dc:creator><description>reginaldm377 interesting approach, but i haven&amp;#39;t understand how you can change the button color once you have created this rule, can you explain better?&lt;br /&gt;&lt;br /&gt;It is so difficult for Appian engineer to make colour of button, text and so customizable? this is a big step back compared to Portal Form and it is very difficult to explain to users that with the new sail functionality the will loose all this simply customization&lt;br /&gt;&lt;br /&gt;Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/thread/43508?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 17:08:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26bb962a-13a6-4577-b396-f3ef63e905c3</guid><dc:creator>reginaldm377</dc:creator><description>AFAIK the color of links/buttons from OOTB Appian functionality cannot be customized. A possible workaround is to use combinations of imageField that uses document/webImage for the image parameter that also makes use of a link function for the link parameter depending on the image&amp;#39;s purpose.&lt;br /&gt;&lt;br /&gt;Keep in mind if this is a plausible approach, then you will have to do trial-and-error with the image size as well as image placement on your UI.&lt;br /&gt;&lt;br /&gt;Simple example below:&lt;br /&gt;a!imageField(&lt;br /&gt;  label:&amp;quot;Some Label&amp;quot;, &lt;br /&gt;  images:a!documentImage(&lt;br /&gt;    document:12345, /*Upload doc and reference docId here*/ &lt;br /&gt;    altText:&amp;quot;docImage&amp;quot;, &lt;br /&gt;    link:a!dynamicLink(&lt;br /&gt;      label:&amp;quot;some label&amp;quot;, &lt;br /&gt;      value:{}&lt;br /&gt;    )&lt;br /&gt;  ), &lt;br /&gt;  size:&amp;quot;ICON&amp;quot;&lt;br /&gt;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing the default colour of Primary/Secondary/Related Action Buttons</title><link>https://community.appian.com/thread/43507?ContentTypeID=1</link><pubDate>Fri, 24 Feb 2017 17:08:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee1c92d8-c43b-4a55-b5f0-0d1b9ee6011f</guid><dc:creator>hiteshd</dc:creator><description>It should not be a system level change but for specific screens&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>