<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Sending Input to a Date Field (Thread)</title><description> Hello,     Has anyone ever used Rapise to automate the action of sending input to a field expecting a date value? Im trying to do this in a Microsoft Dynamics 365 Sales application and cant seem to get it to work inside Rapise. Heres the breakdown of the tasks and what Rapise does:     What I Try To Record:  1. Click on a drop-down menu (a calendar is expected to appear inside the menu)  2. Click on a date in the calendar that will appear in the date field     What Rapise Records:  1. Click on the drop-down menu      Whats strange is the calendar does not pop-up even though the steps executed in the trp file shows that Rapise clicked the field. Ive also tried to record typing the date manually, but Rapise doesnt seem to want to record that either. Including a line in my JS file that looks like this:         Global.SendKeys(03/15/18  doesnt seem to work for me either. Does anyone have any ideas why I cant get Rapise to fill in this field? Any help would be appreciated.     -  Nick </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/rapise/issues-questions/1817.aspx</link><item><guid isPermaLink="false">threadId=1817</guid><author>Nicholas DiPinto (nicholas_dipinto@wycliffeassociates.org)</author><title>Sending Input to a Date Field</title><description> Hello,     Has anyone ever used Rapise to automate the action of sending input to a field expecting a date value? Im trying to do this in a Microsoft Dynamics 365 Sales application and cant seem to get it to work inside Rapise. Heres the breakdown of the tasks and what Rapise does:     What I Try To Record:  1. Click on a drop-down menu (a calendar is expected to appear inside the menu)  2. Click on a date in the calendar that will appear in the date field     What Rapise Records:  1. Click on the drop-down menu      Whats strange is the calendar does not pop-up even though the steps executed in the trp file shows that Rapise clicked the field. Ive also tried to record typing the date manually, but Rapise doesnt seem to want to record that either. Including a line in my JS file that looks like this:         Global.SendKeys(03/15/18  doesnt seem to work for me either. Does anyone have any ideas why I cant get Rapise to fill in this field? Any help would be appreciated.     -  Nick </description><pubDate>Thu, 15 Mar 2018 17:43:44 -0400</pubDate><a10:updated>2018-03-16T12:13:52-04:00</a10:updated><link>/Support/Forum/rapise/issues-questions/1817.aspx</link></item><item><guid isPermaLink="false">messageId=3246</guid><author>Max K (denis.markovtsev@inflectra.com)</author><title> Hi Nick,  When recording Date fields first click on a label. Here is the sequence:  1. Click on the</title><description> Hi Nick,  When recording Date fields first click on a label. Here is the sequence:  1. Click on the label to make the edit field active  2. Enter date string (e.g. 3/6/2018)  3. Press tab to move focus away from the field     This will generate the code:   SeS('Due').DoClick();
SeS('header_scheduledend_iDateInput').DoSetText("3/6/2018");   Here is also a sample test that creates a new task in CRM  (it sets the Due date)   https://github.com/Inflectra/rapise-dynamics365-samples/tree/master/D365SalesCreateNewTask   More about Dynamics 365 for Sales testing:   https://www.inflectra.com/Support/KnowledgeBase/KB277.aspx   Regards,  Denis </description><pubDate>Fri, 16 Mar 2018 12:13:51 -0400</pubDate><a10:updated>2018-03-16T12:13:51-04:00</a10:updated><link>/Support/Forum/rapise/issues-questions/1817.aspx#reply3246</link></item></channel></rss>