Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 CRM 一无所知,但被要求在表单中添加一些字段。其中之一是一段时间,但没有日期元素。我怎样才能做到这一点?
CRM 不提供开箱即用的此功能。您需要对其进行自定义。我会添加一个新的 DateTime 属性和一个新的 Text 属性。在 DateTime 属性中捕获您需要的数据,以便您可以报告它。然后使用 Javascript,在文本字段中仅显示来自 DateTime 属性的时间部分。
-Mikeyb
我会添加一个日期和时间格式的日期时间字段。在表单加载时,您可以添加 javascript 以使用常量值填充日期部分,然后将其隐藏,以便仅显示时间部分。