I have a custom entity named "s_check".
I need to develop "something" to allow my users to open a web page or form that contains two input fields.
The input fields must be date a time picker "start date" and date time picker "stop date" as well as an OK button.
When the user clicks OK, whatever the "something is that I develop" will then get a list of all the s_check records that have "issue_dates" between the "start date" and "stop date" and update the value in
a field named "processD" from whatever value may be in the field to a "P", on all those records.
What do I need in order to do this?
Can I create form like this inside of CRM or must I develop something external to CRM and then connect to it?
I am just getting into CRM development and am hoping someone could provide some guidance on how to go about doing this.
I have a post on a related topic here -https://community.dynamics.com/crm/f/117/p/134542/286096.aspx?WT.mc_id=ForumPost#286096 and the guidance
provided is not workable. It seems the workflow option may not work because there is no "screen the user can access which just contains two date fields and an OK button" - if anyone thinks a workflow may work for this, please do explain
in more detail.