How can I have a Time field in Dynamics CRM 4.0?
问题 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? 回答1: 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 回答2: I would