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 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.