Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a “Load Offer” Outbound form containing the details for the load:
    1. For each field you want send back with the Drivers accept/reject - Set the field to be ‘stored’ via Auto-Fill Variable @ sign.
      Example: “Load Number” T(20)[@1]
  2. Create an “Accept/Reject Load Offer” Inbound form:
    1. A new Mandatory List Field for to capture the drivers acceptance or rejection of the load
      Example: “Accept this Load?” <L(“”,”Yes”,”No”)>
    2. The desired field(s) which will be populated with data from the Outbound form Auto-Fill Variable # sign for capturing detail of what the driver has accepted / rejected. We would also recommend that these fields are ReadOnly as well so the Driver cannot manipulate them.
      Example “Load Number” {T(20)[#1]}
  3. Edit the “Load Offer” Outbound form to add a Auto-Reply button
    1. If the new “Accept/Reject” form was saved with DTFormNr=23 then: [R=23]

 

 

Tip

Workflow Inegration supports sending Pre-Populated Inbound forms to an ELD which greatly simplifies this process - Contact us for more information

...