Skip to main content

Task Auto-Completion (BOL / POD)

Attune Logic can automatically mark certain tasks completed when drivers upload key documents (like BOL or POD) from mobile.

What this does​

When enabled, uploading a:

  • BOL (Bill of Lading) completes the “Sign Bill of Lading” task
  • POD (Proof of Delivery) completes the “Get proof of delivery signature” task

This is helpful for trucking operations because drivers naturally upload documents as part of pickup/delivery workflows.

Required setup (admin)​

This feature is off by default per company.

Enable it in customer config:

{
"tasks": {
"autoCompleteOnMediaUpload": {
"enabled": true,
"bol": true,
"pod": true
}
}
}

Mobile usage​

From the Load screen:

  1. Open a Load
  2. Go to Attachments
  3. Tap the upload action
  4. Choose Upload POD or Upload BOL
  5. Select camera/photo/file and upload

Once uploaded, the matching task will be completed automatically (if the task exists on that Load/Leg).

Notes / troubleshooting​

  • If the task doesn’t complete, check:
    • The feature flag is enabled for your company
    • The upload was labeled as POD or BOL (not “Other”)
    • The task template exists and has been applied to that Load/Leg