How can we help? πŸ‘‹

Using Dynamic Naming

Use dynamic element into your filename

Dynamic naming allows you to automatically name files based on various data points, ensuring organization and easy identification. Here's how you can utilize this feature effectively:

Notion image

Key Fields for Dynamic Naming

  1. Candidate Details:
      • {candidateId}: e.g., d1xxxx31-xxxx-xxxx-xxxx-c88dce3exxxx
      • {candidateFirstname}: e.g., Michael
      • {candidateLastname}: e.g., Scott
      • {candidateReference}: e.g., MS001
      • {candidateEmail}: e.g., m.scott@dundermifflin.com
      • {candidateMobilePhone}: e.g., (210) 555-0123
      • {candidateEmail}: e.g., m.scott@dundermifflin.com
      • {cf_contract}: if you have a custom field using the reference β€œcontract”
  1. Advanced Fields:
      • {userFirstname} : e.g., Jim
      • {userLastname} : e.g., Halpert
      • {userPhone}: e.g., (210) 555-0123
      • {accountName}: e.g., Logistic
      • {accountId}: e.g., d1xxxx31-xxxx-xxxx-xxxx-c88dce3exxxx
      • {companyId}: e.g., d1xxxx31-xxxx-xxxx-xxxx-c88dce3exxxx
      • {companyName}: e.g., Dunder Mifflin
      • {filename}: e.g., mycv.pdf
  1. Date & Time Log:
      • {dateCurrentShort}: e.g., 2024-07-03 (format based on company locale)
      • {dateCurrentLong}: e.g., 2024-07-03-02:14 (time when file is uploaded)
      • {ts}: e.g., 1623853470842

Using Regular Expressions for Naming

To ensure file names meet technical or compliance requirements, you can use Regular Expressions (Regex) to replace unsupported characters. For instance, you can replace spaces with underscores (_).

Example:

  • Regex Command: \s
  • Replacement: -
    • This would transform "Michael Scott" into "Michael-Scott" in your file names.

      Notion image

Steps to Apply Dynamic Naming

  1. Navigate to the Document Type Settings in the your dashboard (note: administrator right required)
  1. Choose a document type and go to FileName Prefix.
  1. Insert the Fields from the supported list to construct your desired file name format.
  1. Apply Regex Commands if necessary to replace unsupported characters.

By following these steps, you can maintain organized and compliant file naming conventions, making document management more efficient.

Β 
Did this answer your question?
😞
😐
🀩