<?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>Wanted to add new custom field</title><link>https://community.appian.com/discussions/f/general/31177/wanted-to-add-new-custom-field</link><description>i have two tables TPS Interchange and TFM Trinary. Primary key of TFM Trinary is foreing key of TPS Interchange which is Trinary_id . TFM Trinary contains key Column which has some text data like TESTCALL, TESTEMAIL also created a record type TPS Interchange</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124503?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 05:01:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5f286764-76cb-4806-98bc-ad619a7e10ef</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p&gt;yes, true, that would be something like this -&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;if(
  rv!record[&amp;#39;recordType!{42fe68dc-1205-4240-bb84-1cb3065c6210}AT temp2.fields.{7e0ab763-a70a-43c1-95c9-8304cc937922}tempId&amp;#39;] = 15,
  &amp;quot;TESTCALL&amp;quot;,
  if(
    rv!record[&amp;#39;recordType!{42fe68dc-1205-4240-bb84-1cb3065c6210}AT temp2.fields.{7e0ab763-a70a-43c1-95c9-8304cc937922}tempId&amp;#39;] = 20,
    &amp;quot;TESTEMAIL &amp;quot;,
    &amp;quot;&amp;quot;
  )
)&lt;/pre&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705554037945v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124502?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:56:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:28b6170e-7b85-491d-a920-0e9e6e3be093</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p&gt;ohh I might have focused on the &amp;quot;&lt;span&gt;&amp;nbsp;select write your own expression: it allows related record fields also&amp;quot; and the selected option.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124501?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:54:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33503c18-c392-4eb3-ac5f-e0d9b2558bf3</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p&gt;yes as I mentioned&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124500?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:51:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b9af08f-001b-4b1b-99a3-77089a39f343</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;I think he has highlighted in the image saying to opt real-time evaluation. and the customFieldMatch is an example I assume.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124499?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:44:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cc0d1664-bd00-473e-b23a-46f04c50502e</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/harmanjots514"&gt;Klaus34&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;try with this it will help instead of calling a!customrecordfields() it has the feature compatibility issues.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/CustomRecordField.png" /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/Record_5F00_data.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124498?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:37:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8a40881-991c-42cd-bd2c-de6497a264f2</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The data is present in the base record. This isn&amp;#39;t coming from a relationship. Hence your a!customFieldMatch&amp;#39;s value parameter is incorrectly configured if you have added it for this specific usecase.&amp;nbsp;&lt;/p&gt;
[quote userid="56759" url="~/discussions/f/general/31177/wanted-to-add-new-custom-field/124492"]&lt;span class="ss"&gt;value:&lt;/span&gt; &lt;span class="r"&gt;recordType!Order.relationships.customers.fields.supportLevel&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124497?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:36:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a2591b3-7abc-47d8-b70b-f357e2e5c20b</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;a href="/members/harmanjots514"&gt;Klaus34&lt;/a&gt;&amp;nbsp;Any of the above would work here considering that the &amp;#39;&lt;span&gt;Trinary_id&amp;#39; is present in the base record where we are creating the custom record field so we do not need related record fields. So we can use any of them. The real-time&amp;nbsp;will need more evaluation time as it will evaluate the values in the real-time. And sync time is calculated when the data is synced.&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For a more performant view, I will advise using sync time evaluation along with if() function to check.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124495?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:29:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c6745e7-6b6b-4882-a0c7-6a3dcdee434c</guid><dc:creator>Rithani Vivekananthan</dc:creator><description>&lt;p&gt;Hello &lt;a href="/members/harmanjots514"&gt;Klaus34&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;Refer documentation to know more about custom record fields.&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/custom-record-fields.html"&gt;https://docs.appian.com/suite/help/23.4/custom-record-fields.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124494?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 04:24:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a2738354-07e0-442a-8935-7d6d2dacd65c</guid><dc:creator>JayaPrakash Ravipati</dc:creator><description>&lt;p&gt;a!customFieldMatch () will work only for Real-Time Custom Record Fields&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124493?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 03:39:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5f786cdf-c22c-42b3-abc2-408784a0e6da</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p&gt;AFAIK sync-time evaluation doesn&amp;#39;t allow related record field and&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/23.4/fnc_crf_customfieldmatch.html"&gt;a!customFieldMatch&lt;/a&gt;&lt;span&gt;()&lt;/span&gt; as it says in the screenshot -&amp;gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705549132383v1.png" /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705549268930v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124492?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 03:31:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23628faa-a896-4f4f-9a91-bbc98f182b60</guid><dc:creator>Karumuru Abhishek</dc:creator><description>&lt;p&gt;hi &lt;a href="/members/harmanjots514"&gt;Klaus34&lt;/a&gt;&amp;nbsp; go to your record and follow the below step:&lt;/p&gt;
&lt;p&gt;click on new custom record filed:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705548149550v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;select write your own expression: it allows related record fields also&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705548227279v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;write your expression here: example :&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span class="nf"&gt;a!customFieldMatch&lt;/span&gt;&lt;span class="ow"&gt;(&lt;/span&gt;
  &lt;span class="ss"&gt;value:&lt;/span&gt; &lt;span class="r"&gt;recordType!Order.relationships.customers.fields.supportLevel&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;
  &lt;span class="ss"&gt;equals:&lt;/span&gt; &lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;
  &lt;span class="ss"&gt;then:&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;Critical Customer Order&amp;quot;&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;
  &lt;span class="ss"&gt;default:&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;Customer Order&amp;quot;&lt;/span&gt;
&lt;span class="ow"&gt;)&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705548319721v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;select &amp;amp; give your custom record filed name and select data type of your field&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705548593899v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;after completing&amp;nbsp; it will be created and visible in your record as below:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705548691712v5.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wanted to add new custom field</title><link>https://community.appian.com/thread/124491?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 03:15:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:60823379-3027-4956-8642-4b1c93495c5f</guid><dc:creator>EREN_YEAGER</dc:creator><description>&lt;p&gt;when creating a custom field make sure to select write your own expression and Real-time evaluation as it will allow you to use related record field.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705547549539v1.png" /&gt;&lt;br /&gt;then by the use of&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.4/fnc_crf_customfieldmatch.html"&gt;a!customFieldMatch&lt;/a&gt;() we can achieve this, for example -&amp;gt;&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!customFieldMatch(
   /*my &amp;#39;recordType!TPS interchnage.Trinary_id*/
  value: &amp;#39;recordType!{42fe68dc-1205-4240-bb84-1cb3065c6210}AT temp2.fields.{7e0ab763-a70a-43c1-95c9-8304cc937922}tempId&amp;#39;,
  equals: 15,
  then: &amp;quot;TESTICAL&amp;quot;,
  equals: 20,
  then: &amp;quot;TESTEMAIL&amp;quot;,
  default: &amp;quot;null&amp;quot;
)&lt;/pre&gt;&lt;br /&gt;result-&amp;gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1705547728001v2.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>