Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Custom procedures execute pre-set SQL scripts to compile information or to execute a command. Custom procedures can be used for exports, manifests, reports, settlements, shipping labels, and can modify dispatch board data. 

...

FieldDescription
Procedure ID

Unique numerical ID for the custom procedure. 

Tip
titleQuick Tip

CXT predefined custom procedures are represented with a negative ID value and cannot be edited. If you would like to edit a CXT predefined custom procedure, you must make a copy. 


DescriptionDescription of the custom procedure.
Procedure Type

Type of custom procedure.

  • Invoice Export
  • Settlement Export
  • On Demand Dispatch
  • Route Dispatch
  • On Demand Dispatch - Drivers
  • X-Internet Order Information
  • X Internet Account Reporting
  • Shipping Label
  • X Internet Driver Settlement
  • X Internet Driver Settlement Batch
These SQL parameters should be included in your custom procedureRequired criteria to for the SQL to run.
SQLSQL stored procedure to be used for the custom procedure.
Report Format

Selected report format to use in the custom procedure.

Click Add New to add a new custom report format or click Edit to edit the selected report format.

Filename

The default filename when saving export procedure type custom procedures.

Visible when Output Specification is set to "use literal name".

Data Field

The declared field name from the SQL of the value to use as the default filename when saving export procedure type custom procedures. 

Visible when Output Specification is set to "use data field".

Output Specification

The selected method of how the default filename will be populated for export procedure type custom procedures.

  • use literal name - Use Filename as the default filename. 
  • user data field - Use Data Field to populate the default filename.

...