Post script

Execute a script after the email has been processed

The post script section of the Email Manager is used to execute custom SQL against your HelpMaster database once the current profile actions have been performed.  This is the last action to occur once an email has been successfully picked up and processed by the Email Manager.  The post script feature gives you the ability to extend and update the HelpMaster database information and develop custom solutions that your operations may require.

Example use

Use the post-script feature to…

  • Update a job with custom values
  • Link assets, clients, site, and knowledge base to newly created jobs
  • Create custom reporting tables
  • Call a custom database stored procedure

Using variables in a script

The post script is similar to the Parser script, in that you can use any of the parser values as part of the SQL script.  The post script window gives access to the following variables that can be used within your script. These place-holders can be used in your script and will be replaced with the actual value of the variables at run-time.

JobPKID: This is an integer value that corresponds to the unique number of the job that was just created by this profile.  Only applies if a profile is a Create job style profile.

ActionPKID: This is an integer value that corresponds to the unique number of the action/update that was just created by this profile.  Only applies if a profile is a Update job style profile.

ClientPKID: This is an integer value that corresponds to the unique number of the existing client that was just linked to the job or action created by this profile.

SitePKID: This is an integer value that corresponds to the unique number of the site that the existing client belongs to, and was just linked to the job or action created by this profile.

NewClientCreatedPKID: This is an integer value that corresponds to the unique number of the client that was just created by this profile.  Only applies if the profile created a new client as part of creating new job, or updating an existing job via an action.  This is based on the client creation options defined in the profile.  See New Client options

In addition to the preceding variables, any other variables that you have defined as part of the parsing logic will display in the list.

Double-click on a variable to insert it into the script text at the position of the cursor, or use the auto-text feature by starting to type the name of the variable.  Type << to display a list of all of the available variables.  Press Enter to insert a variable.

See Also

Script based email parser

Client creation options

Priority Manager - Execute SQL

System Administration

Security Setting to enable/disable SQL