<?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>is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/discussions/f/user-interface/30120/is-there-any-way-to-have-sticky-notes-into-the-interface</link><description>Hi is there any way to input this type of sticky pad into appian interface and the save the written values to the database without the use of process model.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119832?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2023 10:27:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7d057f06-f1d1-4b49-8ee3-91fce9d40031</guid><dc:creator>uditachauhan</dc:creator><description>&lt;p&gt;after referencing your sample code I made some changes into the save into fields and saved the data using a!writerecord sail function&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119759?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 10:58:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d94e3a48-2e59-438f-8a72-cf4df3381c8d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What was the issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119757?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 10:23:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:21edbf54-03da-45cf-89be-6bada87d483d</guid><dc:creator>uditachauhan</dc:creator><description>&lt;p&gt;Thanks  resolved the issue of storing into DB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119754?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 09:34:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:226e4fe9-7c9c-4a0c-b32b-eb4a910fb4bc</guid><dc:creator>uditachauhan</dc:creator><description>&lt;ul&gt;
&lt;li&gt;yes, data is showing in the rule input.&lt;/li&gt;
&lt;li&gt;not tried&lt;/li&gt;
&lt;li&gt;it doesn&amp;#39;t show any error message.&lt;/li&gt;
&lt;li&gt;no&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119752?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 09:25:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6685e37-dd90-4e3d-80ff-64af0a95ee68</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;It would have been nice to show us your implementation in the first place. And mention that the issue is not the color, but storing the data to the database.&lt;/p&gt;
&lt;p&gt;I need answers to the following questions:&lt;/p&gt;
&lt;p&gt;- Do you see the data entered in that rule input?&lt;/p&gt;
&lt;p&gt;- Does writing to that record work in other places?&lt;/p&gt;
&lt;p&gt;- Do you see any error messages?&lt;/p&gt;
&lt;p&gt;- Did you check the tomcat-stdout log file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119751?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 09:20:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2591290c-206e-49e4-9bc6-b3b65c01f177</guid><dc:creator>uditachauhan</dc:creator><description>&lt;p&gt;I have created something similar to this still not saving the value into database&lt;/p&gt;
&lt;p&gt;.&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!cardLayout(
    contents: {
      a!richTextDisplayField(
        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
        value: {
          a!richTextItem(
            text: {today()}
          )
        },
        preventWrapping: true,
        align: &amp;quot;RIGHT&amp;quot;,
        marginAbove: &amp;quot;NONE&amp;quot;,
        marginBelow: &amp;quot;NONE&amp;quot;
      ),
      a!paragraphField(
        label: &amp;quot;Paragraph&amp;quot;,
        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
        value: ri!spData[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{1968f140-6e56-482c-b90c-97f8d648c677}text&amp;#39;],
        saveInto: ri!spData[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{1968f140-6e56-482c-b90c-97f8d648c677}text&amp;#39;],
        refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
        showCharacterCount: false,
        height: &amp;quot;TALL&amp;quot;,
        validations: {}
      ),
      a!buttonArrayLayout(
        buttons: {
          a!buttonWidget(
            label: &amp;quot;Save&amp;quot;,
            icon: &amp;quot;floppy-o&amp;quot;,
            value: true,
            saveInto:a!writeRecords(
              records: &amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad&amp;#39;(
                &amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{b1944f99-4e04-4155-b1f1-feb003daed5c}createdby&amp;#39;: ri!spData[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{b1944f99-4e04-4155-b1f1-feb003daed5c}createdby&amp;#39;],
                &amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{466428d3-30b1-483a-884c-8b383b0cacdc}createdon&amp;#39;: ri!spData[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{466428d3-30b1-483a-884c-8b383b0cacdc}createdon&amp;#39;],
                &amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{550f6049-5c73-4835-9071-1bcf0e02e26d}scratchpadid&amp;#39;: ri!save[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{550f6049-5c73-4835-9071-1bcf0e02e26d}scratchpadid&amp;#39;],
                &amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{487aa7a0-92a7-407e-af45-e559a93ae0bd}empcode&amp;#39;: ri!spData[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{487aa7a0-92a7-407e-af45-e559a93ae0bd}empcode&amp;#39;],
                
                &amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{1968f140-6e56-482c-b90c-97f8d648c677}text&amp;#39;: ri!spData[&amp;#39;recordType!{d5c54eac-b1d7-451f-a3d8-7bdc984725f5}PEF ScratchPad.fields.{1968f140-6e56-482c-b90c-97f8d648c677}text&amp;#39;]
              )
            )
            ,
            submit: true,
            width: &amp;quot;FILL&amp;quot;,
            style: &amp;quot;NORMAL&amp;quot;,
            loadingIndicator: true
          )
        },
        align: &amp;quot;START&amp;quot;
      )
    },
    height: &amp;quot;TALL&amp;quot;,
    style: &amp;quot;ACCENT&amp;quot;,
    shape: &amp;quot;ROUNDED&amp;quot;,
    padding: &amp;quot;STANDARD&amp;quot;,
    marginBelow: &amp;quot;NONE&amp;quot;,
    showBorder: false,
    showShadow: true,
    decorativeBarPosition: &amp;quot;NONE&amp;quot;,
    decorativeBarColor: &amp;quot;#93c47d&amp;quot;
  )
}&lt;/pre&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1695633650091v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1695632505430v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119749?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 08:59:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed0a34dc-8815-4ced-a425-ef1462425e1d</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1695632313459v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!boxLayout(
    label: &amp;quot;Box&amp;quot;,
    contents: {
      a!cardLayout(
        contents: {
          a!paragraphField(
            label: &amp;quot;Paragraph&amp;quot;,
            labelPosition: &amp;quot;ABOVE&amp;quot;,
            saveInto: {},
            refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
            height: &amp;quot;MEDIUM&amp;quot;,
            validations: {}
          ),
          a!buttonArrayLayout(
            buttons: {
              a!buttonWidget(
                label: &amp;quot;Save&amp;quot;,
                icon: &amp;quot;floppy-o&amp;quot;,
                style: &amp;quot;NORMAL&amp;quot;,
                saveInto: a!writeRecords(
                  /* YOUR CONFIG */
                )
              )
            },
            align: &amp;quot;CENTER&amp;quot;
          )
        },
        height: &amp;quot;AUTO&amp;quot;,
        style: &amp;quot;#e69138&amp;quot;,
        marginBelow: &amp;quot;NONE&amp;quot;,
        showBorder: false
      )
    },
    style: &amp;quot;#ff9900&amp;quot;,
    padding: &amp;quot;NONE&amp;quot;,
    marginBelow: &amp;quot;STANDARD&amp;quot;
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is there any way to have sticky notes into the interface.</title><link>https://community.appian.com/thread/119747?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 08:58:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6770822c-3e19-4be1-bbb0-55ab0cd195f8</guid><dc:creator>Mr_AR</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/uditac4324"&gt;uditachauhan&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I think we can&amp;nbsp;achieve above requirement using&amp;nbsp;paragraph&amp;nbsp;component and trigger write to data store entity smart service using button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>