in reply to Re: Design brainstorming (form naming scheme)
in thread Design brainstorming

This is used by the entire organization. Current count: 200 users and 450+ forms...and growing. Each form already has a unique identifier in the database. Intranet requires login session based on ldap credentials, thus, I already know the user, department, and location from ldap group membership.
  • Comment on Re^2: Design brainstorming (form naming scheme)

Replies are listed 'Best First'.
Re^3: Design brainstorming (form naming scheme)
by Anonymous Monk on Apr 07, 2015 at 22:46 UTC

    This is used by the entire organization. Current count: 200 users and 450+ forms...and growing. Each form already has a unique identifier in the database. Intranet requires login session based on ldap credentials, thus, I already know the user, department, and location from ldap group membership.

    Heh, I don't understand your question, what is you're talking about?

    are you really asking how to edit pdfs to add some stuff (buttons/uuids)?

Re^3: Design brainstorming (form naming scheme)
by RonW (Parson) on Apr 08, 2015 at 21:31 UTC
    Each form already has a unique identifier in the database.

    Maybe: $subID = sprintf '%s-%s-%s', $formID, $userID, $dateTimeStamp