Post

2 followers Follow
0
Avatar

How to timestamp case completion

I have created a custom field on the case form that auto populates the date when a case is closed or resolved. This allows us to recognise the turnaround on cases. Now I want to change it so it picks up the Date and Time. How do I create this formula?

Tay Dong Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi Tay,

Date custom field does capture time, however it is not shown in Clarizen UI, you can create a text type custom field instead and then use ToString to capture that.
For example ToString(OrganizationNow(),"MM-dd-yyyy hh:mm")
You can look on more example to how to leverage the ToString date/time formats here: https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx

Good luck!
Tamir

Tamir Avital 0 votes
Comment actions Permalink