A check list w/ date/time/enter initials when successively edited

Hello! Thank you for your time with my challenge.

I have a document that will be accessed repeatedly by multiple users to check off tasks as they are completed. My intention is to include an automatic time/date stamp and a prompt to type in staff initials after every subsequent task on the list is completed. I'm fairly certain the practice software will save each entry as it is edited. Fingers crossed!

I want it to look something like this while its open...

"Please ensure all steps have been completed before scheduling a specialist surgery:

* Exam was performed, establishing a legal patient relationship. *7/28/2022 12:00p MMM*
* Diagnostics were performed/scheduled by Technician. *date/time/initial*
* Estimate was made for the procedure. *date/time/initial*

after being edited/updated by users...

"Please ensure all steps have been completed before scheduling a specialist surgery:

* Exam was performed, establishing a legal patient relationship. *7/28/2022 12:00p MMM*
* Diagnostics were performed/scheduled by Technician. *7/28/2022 12:05p JJR*
* Estimate was made for the procedure. *7/28/2022 1:45p FBP*   "

Hi @Anchorage_Vet - welcome to the forum.

If I understand your request correctly, this can be done very easily using the {time} command.

{time: M/D/YYYY H:mma} {formtext: name=initials}{if: initials==""}{error: Please insert your initials; block=yes}{endif}

The user will just need to type the shortcut after each step when it is completed.

I've also added a text field for the initials, and conditional logic to prevent the snippet from being inserted if the initials are left blank.

Let me know whether this works for you :slight_smile:

P.S. You can copy the snippet above directly to your dashboard. Instructions are below.


How to copy these snippets to your dashboard

To copy these snippets directly to your dashboard,
just follow the procedure in the animation below:

GIF - Copy Snippets to Text Blaze


1 Like