...
Anchor | ||||
---|---|---|---|---|
|
Property | Description |
$Model.AppPrincipal.FullName | User receiving message's full name in nFORM. |
$Model.AppPrincipal.Login | User's login name. May be different from primary e-mail. |
$Model.AppPrincipal.PrimaryEmail | User's Primary Email. May be different from user's login. |
$Model.PhoneNumber | User's phone number as stored in the user profile. |
$Model.AppPrincipal.LockedDate | Date that a user was set to locked. |
$Model.ConfirmationURL | A temporary URL that can be used to automatically confirm a user account. |
$Model.ConfirmCode | The temporary user account registration confirmation code. |
$Model.TemporaryPassword | A temporary password value for a user which is provided during the password reset process. |
$Model.AppPrincipal.LockedDate | The date the user account was locked. |
Anchor | ||||
---|---|---|---|---|
|
Property | Description |
$Model.Step.Name | Processing Step Name |
$Model.Step.Days | The number of days after the prior “level” is completed that the current step is targeted for completion. |
$Model.FormVersion.SendReminderDays | The number of days prior to a step target completion date that an email will be sent to a user reminding them of the approaching target completion date. |
$Model.SubmissionVerison.NextStepTargetDate | Days to complete current processing step. |
$Model.EmailCustomText | The custom email text assigned to a process step action for inclusion in an email. |
$Model.AttachmentURL | URL to the associated document template. |
$Model.AttachmentDisplayName | Name of the associated document template. |
$Model.AttachmentDisplayName | The Name of a document generated during a submission step. |
${Model.AttachmentURL} | The URL for a generated document during a submission step. |
Anchor | ||||
---|---|---|---|---|
|
Property | Description |
$Model.AdminEmailAddress | Configured administrative email address. |
$Model.ReturnURL | Base install URL |
Anchor | ||||
---|---|---|---|---|
|
Property | Description |
$Model.SubmisionVerison.FormVersion.FormItem.Organization.LatestPublishedVersionName | The Organization published version name. |
$Model.SubmissionVerison.FormVersion.Name | The name of the form. |
$Model.SubmissionVersion.FormVersion.Addresses | List of all addresses associated with the form version. |
$Model.SubmissionVersion.FormVersion.FormItem.Organization.LatestPublishedVersion.Contacts | List of all contacts associated with the organization version. |
$Model.SubmissionVerison.FormVersion.FormItem.LatestPublishedVersion | The model object for the latest version of the current form. |
Anchor | ||||
---|---|---|---|---|
|
Property | Description |
$Model.Now | The current date and time. |
...
The following properties are generally available for the subject line for an email. Note: Not all properties are available for To Emails (e.g., Submission Number is not available to submissions unrelated to a submission).
Property Reference | Property Name | Description |
Misc. Configuration Property | Misc. Configuration Property | Can be included as described in Configuration Properties section above. |
{0} | Submission Number | Submission Number can be included for submission emails. |
{1} | Full User Name | Full User Name can be included for user emails. |
...