Inflectra Customer Forums: Sending Input to a Date Field (Thread) 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 en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/rapise/issues-questions/1817.aspxthreadId=1817Nicholas DiPinto (nicholas_dipinto@wycliffeassociates.org)Sending Input to a Date Field 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 Thu, 15 Mar 2018 17:43:44 -04002018-03-16T12:13:52-04:00/Support/Forum/rapise/issues-questions/1817.aspxmessageId=3246Max K (denis.markovtsev@inflectra.com) Hi Nick, When recording Date fields first click on a label. Here is the sequence: 1. Click on the 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 Fri, 16 Mar 2018 12:13:51 -04002018-03-16T12:13:51-04:00/Support/Forum/rapise/issues-questions/1817.aspx#reply3246