<?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>change the data in the process</title><link>https://community.appian.com/discussions/f/process/23788/change-the-data-in-the-process</link><description>Hello all, 
 So I have a process, where the stakeholder wants to handle a feature more restrictively. 
 So before starting a process prompt a new question. ( I already have an interface working fine, but with the new requirements should I create a new</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91540?ContentTypeID=1</link><pubDate>Thu, 24 Feb 2022 18:11:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e8abf9f-5212-4fce-952d-4d9d37b63e12</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;Thank you very much. It helped&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91488?ContentTypeID=1</link><pubDate>Thu, 24 Feb 2022 06:25:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3d7b5d39-cdeb-4394-a84f-1fc7f7527536</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;i have one best practise&lt;br /&gt;&lt;br /&gt;if(&lt;br /&gt;&amp;nbsp; &amp;nbsp;ri!whatever,&lt;br /&gt;&amp;nbsp; &amp;nbsp;true,&lt;br /&gt;&amp;nbsp; &amp;nbsp;false&lt;br /&gt;)&lt;br /&gt;makes no sense as the value of r!whatever is already true or false. so stay with just with&lt;br /&gt;&lt;br /&gt;&amp;quot;ri!whatever&amp;quot; instead of the whole &amp;quot;if(....,true,false)&amp;quot; thing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91487?ContentTypeID=1</link><pubDate>Thu, 24 Feb 2022 06:21:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1b5f372-3395-4115-80e7-3d2d1ee5a244</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;hi victoria,&lt;br /&gt;to add conditions you can extend the &amp;quot;or&amp;quot; or and an &amp;quot;and&amp;quot; thats more part of the mathematical &amp;quot;logic&amp;quot;&lt;br /&gt;&lt;br /&gt;examples&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;
if(
    or(
        local!var=1,
        local!var=2,
        local!var=3,
        local!var=4
    ),
    true
    ......
)

___________________________________
if(
and(
    or(
     local!var01=.....;
     local!var07=....
    ),
    or(),
    or()
),
true,
....
)

________________________________
if(
or(
    and(),
    and(),
    or(),
    local!var99=.....
),
true,
....
)
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;check out the available logical functions:&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/21.4/fnc_logical_and.html"&gt;docs.appian.com/.../fnc_logical_and.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91481?ContentTypeID=1</link><pubDate>Thu, 24 Feb 2022 04:41:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a68b285-edf7-481b-945c-b9c058395924</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;i did not understand your question properly . If you want to add one more condition then you can use nested &amp;quot;If&amp;quot; condition.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91470?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 17:16:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a9cbc4de-579b-4b9b-b163-c26d8698f47a</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1645636541215v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;now I can add one extra read only, what should be the best practtce here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;like something ( if(ri!isKidOnly, true, false) ) to make only readable if that is the option selected&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91442?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 11:07:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1b58c0a-04e9-4138-9dd8-bbd169017ad6</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;thank you very much &lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91441?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 10:52:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:769b98c0-63fc-437f-af8e-df1cb79c54fd</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;You can have 3 variables to store boolean values and then based on these values you can configure your readOnly parameters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91439?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 09:56:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3301962e-531c-4cfb-993b-2bd4c7b5c67a</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;how should I then give the choice between 3 options ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91421?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 05:36:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c7909826-9a5b-45ff-ae85-c595f6212a45</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;in this case you can use readonly parameter of those fields to conditionally make then editable or readonly.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91412?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 17:22:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7279ce6c-3f10-4642-8eaf-ef6fb6c4c2e8</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;correct, sorry couldn&amp;#39;t explain in a better way.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91410?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 16:55:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38eb09e5-5db9-4427-a53a-65d5f087f995</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;An absolut guess by my side: &lt;br /&gt;it seems that you are looking a condition for the &amp;quot;readonly&amp;quot; parameter in your SAIl components.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;-&amp;gt;&amp;nbsp;&lt;strong&gt;a!textField&lt;/strong&gt;&lt;span&gt;(&amp;nbsp;&lt;/span&gt;&lt;em&gt;label, instructions, required,&lt;span&gt; readOnly,&lt;/span&gt; disabled, value, validations, saveInto, refreshAfter, validationGroup, requiredMessage, align, labelPosition, placeholder, helpTooltip, masked, accessibilityText, showWhen, inputPurpose, characterLimit, showCharacterCount&lt;/em&gt;&lt;span&gt;&amp;nbsp;)&lt;/span&gt;&lt;/p&gt;
&lt;table class="appianTable"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Read-only&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;readOnly&lt;/code&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;em&gt;Boolean&lt;/em&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Determines if the field should display as not editable. Default: false&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/21.4/Text_Component.html"&gt;https://docs.appian.com/suite/help/21.4/Text_Component.html&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;So the moment your &lt;span style="font-size:12px;"&gt;condition&lt;/span&gt;&amp;nbsp;is true, its not editable any more.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If you click on a element with a link function (linkfield,card, richtext...), a value changes and its&amp;nbsp;becoming editable&lt;span style="font-size:12px;"&gt;l&lt;/span&gt;&amp;nbsp;or&amp;nbsp;read only depending on the current state.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-&amp;gt; but i &lt;span style="font-size:12px;"&gt;didn&amp;#39;t&lt;/span&gt;&amp;nbsp;get the issue regarding &amp;quot;&lt;span style="font-size:12px;"&gt;going&lt;/span&gt;&amp;nbsp;back&amp;quot; in the process?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91407?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 16:28:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a086719-3877-4363-a273-5c8fcee7a55f</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;I am sorry but I am still figuring out the exact requirement here. Could you please confirm if you want to add multiple options to restrict certain fields in the form?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91406?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 16:08:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef39bfbf-769b-477a-9910-4c4db0e98d75</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1645546125097v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here we have the process&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91405?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 16:07:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:340f1647-f888-4e76-8d95-5563acd075a3</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1645545998055v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Option one : only distribution fee amendable.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/pastedimage1645546087604v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Option two.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91404?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 16:04:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58703f40-a9dc-4cfe-b835-a672337ffee6</guid><dc:creator>victoriab0001</dc:creator><description>&lt;p&gt;So In the process that I have I want to add like a message that could prompt and give the user the ability to choose between 3 different options regarding an amendment that is required. Normal process gives the user the right to edit all of the fields from the form. I want to add two new options where only some fields could be editable&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: change the data in the process</title><link>https://community.appian.com/thread/91403?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 15:56:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:561223c9-6ccb-46b2-a269-f043be630573</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;It is a bit hard to follow.&lt;br /&gt;What is your question exactly in one sentence?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>