<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Advanced Consolidation Exercise- Global send keys in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87347#M1835</link>
    <description>Again, thank you so much for your time in replying.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don't think the problem was with the application modeller as it was laid out properly. I tried to highlight it again (The one I spied) and i'm getting the exact spied object. So, what i did, i don't know if its right or best practice, i put another exemption to the GSK of returning date and add another navigate stage so that if it doesn't write the date, another one would do. And it works.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeriel Laurel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 19 May 2020 11:46:00 GMT</pubDate>
    <dc:creator>JerielLaurel</dc:creator>
    <dc:date>2020-05-19T11:46:00Z</dc:date>
    <item>
      <title>Advanced Consolidation Exercise- Global send keys</title>
      <link>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87345#M1833</link>
      <description>&lt;SPAN&gt;I have this error where the returning date won't grayed out which is supposedly should because the one way is ticked. It just didn't push through and leave the rest of the details blank. Is there any way to solved it? I tried to change the data type at the application modeller and leaving the data item at the object studio as text. Thank you for your answer to this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeriel Laurel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2020 07:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87345#M1833</guid>
      <dc:creator>JerielLaurel</dc:creator>
      <dc:date>2020-05-19T07:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Advanced Consolidation Exercise- Global send keys</title>
      <link>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87346#M1834</link>
      <description>&lt;P&gt;Hi Jeriel,&lt;BR /&gt;&lt;BR /&gt;If I understand your query correctly, when you interact with the 'One Way' Checkbox, the 'Returning' field is not being greyed out when the 'One Way' field has been checked.&lt;BR /&gt;&lt;BR /&gt;When working with target applications, you need to consider how a user would interact with a control. This is because application controls may behave differently if you attempt to interact with it in a different way. For example, if the user clicks a control with their mouse which in turn triggers an event to remodel the form, and you use a Write stage instead, the event may not be triggered.&lt;BR /&gt;&lt;BR /&gt;In your use case, a user would use their Mouse to click the 'One Way' Checkbox, therefore we should attempt to perform the same through a Navigate stage.&lt;BR /&gt;&lt;BR /&gt;Spy the 'One Way' field using HTML mode, ensuring you only capture the Checkbox and not the surrounding elements:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="media"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32990.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33087i1F89552AB7DB61B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="32990.png" alt="32990.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media"&gt;
&lt;DIV class="media"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32991.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33088i9F6165294B838C40/image-size/large?v=v2&amp;amp;px=999" role="button" title="32991.png" alt="32991.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Then use a Navigate stage with the 'Set Checked' Action to update the field to True (checked) or False (unchecked):&lt;BR /&gt;
&lt;DIV class="media"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32992.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33092i4FFD895D9AE65341/image-size/large?v=v2&amp;amp;px=999" role="button" title="32992.png" alt="32992.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV class="media"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="32993.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33089i262147F1AC05D977/image-size/large?v=v2&amp;amp;px=999" role="button" title="32993.png" alt="32993.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;This method will trigger the event on the form to set the 'Returning' field to read-only (greyed out).&lt;BR /&gt;&lt;BR /&gt;You could also use the 'Click Centre' in the Navigate stage, however the advantage of using the 'Set Checked' is that you do not need to read the current state of the Checkbox before clicking it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carl Carter&lt;BR /&gt;Developer Program Manager&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2020 08:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87346#M1834</guid>
      <dc:creator>Carl__Carter</dc:creator>
      <dc:date>2020-05-19T08:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Advanced Consolidation Exercise- Global send keys</title>
      <link>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87347#M1835</link>
      <description>Again, thank you so much for your time in replying.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don't think the problem was with the application modeller as it was laid out properly. I tried to highlight it again (The one I spied) and i'm getting the exact spied object. So, what i did, i don't know if its right or best practice, i put another exemption to the GSK of returning date and add another navigate stage so that if it doesn't write the date, another one would do. And it works.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jeriel Laurel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2020 11:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87347#M1835</guid>
      <dc:creator>JerielLaurel</dc:creator>
      <dc:date>2020-05-19T11:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Advanced Consolidation Exercise- Global send keys</title>
      <link>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87348#M1836</link>
      <description>Thanks Jeriel.&lt;BR /&gt;&lt;BR /&gt;For reference, the correct way to interact with standard textbox items / text fields is to use the Write Stage, and &lt;STRONG&gt;not&lt;/STRONG&gt; the Navigate Stage using Global Send Keys.&lt;BR /&gt;&lt;BR /&gt;You would only use GSK if:&lt;BR /&gt;&lt;BR /&gt;a) unable to use the Write stage&lt;BR /&gt;b) the application behaviour requires key press activity&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carl Carter&lt;BR /&gt;Developer Program Manager&lt;BR /&gt;Blue Prism&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 May 2020 11:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Advanced-Consolidation-Exercise-Global-send-keys/m-p/87348#M1836</guid>
      <dc:creator>Carl__Carter</dc:creator>
      <dc:date>2020-05-19T11:54:00Z</dc:date>
    </item>
  </channel>
</rss>

