Creator Help

Display User Name and Time

Zoho Creator automatically tracks details about when and by whom a record is added or modified. The name of the user who added/modified the record and the time when it is added/modified, is stored in the following fields. This information will be displayed for each record in the view, if the columns are selected from Column Properties option of the View tab.

  • Added User - Displays the name of the user who added the record
  • Added Time - Displays the time when the record was added
  • Last Modified User - Displays the name of the user by whom the record was last modified
  • Last Modified Time - Displays the time when the record was last modified.
  • Added User IP Address - Displays the ip address of the user who added the record.
  • Modified User IP Address - Displays the ip address of the user who modified the record.

These fields can be used in action scripts or view criteria to perform actions or create filtered views based on the login user.

Top