I know nothing about CRM but have been asked to add some fields to a form. One of these is for a time but with no date element. How can I do this?
相关问题
- Dynamics CRM 365 - Cannot access Xrm.Page.entity i
- crm 2011 creating a view of merged contacts
- CRMAF Filtering in CRM 2011
- How to create and delete data from entity relation
- How to create and delete data from entity relation
相关文章
- Using Xrm.WebApi method in Web Resource opened in
- Authenticating with on-premise (IFD) CRM using NTL
- How to list all CRM fields which are dirty in cons
- How to get 'ownerid' column from CRM datab
- Regular expression to require 10 digits without co
- Call javascript function from another javascript w
- How to Get a Dynamics 365CE Personal Development E
- CRM do not support direct update of Entity Referen
CRM does not provide this functionality out of the box. You'll need to customize it. I'd add a new DateTime attribute and a new Text attribute. capture the data you need in the DateTime attribute so you can report off of it. Then using Javascript, display only the time portion from the DateTime attribute in the Text field.
-Mikeyb
I would add a datetime field with a format of date and time. On form load, you can add javascript to populate the date part with a constant value then hide it so that it only shows the time part.