<?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 BP Hotel Java application in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91303#M2509</link>
    <description>when I'm trying to enter the 3 Digit Security code, the element is found but cannot enter data since it's greyed out,&amp;nbsp;&lt;BR /&gt;I need to activate this field manually by entering space with space bar then it'll be active and able to receive text,&amp;nbsp;&lt;BR /&gt;any suggestion on how to activate this field without human intervention?&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33542.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33620iFE59BB45B8FFCCA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="33542.png" alt="33542.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sam Lima&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Jun 2022 08:43:00 GMT</pubDate>
    <dc:creator>SamLima</dc:creator>
    <dc:date>2022-06-09T08:43:00Z</dc:date>
    <item>
      <title>BP Hotel Java application</title>
      <link>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91303#M2509</link>
      <description>when I'm trying to enter the 3 Digit Security code, the element is found but cannot enter data since it's greyed out,&amp;nbsp;&lt;BR /&gt;I need to activate this field manually by entering space with space bar then it'll be active and able to receive text,&amp;nbsp;&lt;BR /&gt;any suggestion on how to activate this field without human intervention?&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33542.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33620iFE59BB45B8FFCCA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="33542.png" alt="33542.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sam Lima&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91303#M2509</guid>
      <dc:creator>SamLima</dc:creator>
      <dc:date>2022-06-09T08:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Hotel Java application</title>
      <link>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91304#M2510</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53497"&gt;@SamLima&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;to activate the Card details fields you need to use the global send keys to Card Number Field to send the card number.&lt;/P&gt;
&lt;P&gt;using navigate stage as showing below :&lt;BR /&gt;&lt;BR /&gt;1- Spy the Payment Details Window using Win32 spy mood ,and use it to activate the application action to make it in focus.&lt;/P&gt;
&lt;P&gt;2- Spy the Card Number field using java spy mood ,and use it to Global Mouse Click Center action.&lt;/P&gt;
&lt;P&gt;3- Use the Global Send keys to send the card numbers.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33521.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33600i1E84BA0EF1C88797/image-size/large?v=v2&amp;amp;px=999" role="button" title="33521.png" alt="33521.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohammed Shilbayeh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2022 13:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91304#M2510</guid>
      <dc:creator>mnsh98</dc:creator>
      <dc:date>2022-06-11T13:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: BP Hotel Java application</title>
      <link>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91305#M2511</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;This is an application based feature which also makes complete sense as it only enables the CVV field when you have given a card number. Ideally, you should not be able to enter 3 digit '&lt;STRONG&gt;CVV'&lt;/STRONG&gt; code unless you have provided a '&lt;STRONG&gt;Card Number&lt;/STRONG&gt;' to begin with. So your automation should also handle it diligently. &lt;BR /&gt;&lt;BR /&gt;In your workflow, you should check using data items itself if the card number is blank or not. If the card number is blank, flag it as an exception and don't move ahead in the first place. If it is not blank, then only you enter the CVV number and proceed with the same.&lt;BR /&gt;&lt;BR /&gt;Also, what &lt;A class="user-content-mention" data-sign="@" data-contactkey="0ddbafd5-94ea-4c78-9de2-6ce4b80cb163" data-tag-text="@Mohammed Shilbayeh" href="https://community.blueprism.com/network/profile?UserKey=0ddbafd5-94ea-4c78-9de2-6ce4b80cb163" data-itemmentionkey="390f43d9-ac1c-4456-846b-4e7aae8ee274"&gt;@Mohammed Shilbayeh&lt;/A&gt; has suggested would be the way to proceed ahead with as scenario if the Card Number is not blank.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;WonderBotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jun 2022 04:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/BP-Hotel-Java-application/m-p/91305#M2511</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-06-12T04:29:00Z</dc:date>
    </item>
  </channel>
</rss>

