
Filters are the foundation of the D.O. They control which moves, drivers, and equipment you see. Rather than building views from scratch, every terminal starts from the same four standard filters so the tool behaves the same way market to market. They were built to mirror the queries dispatchers used to run in the legacy sheet — think of them as a baseline to work from and build on, not a limit. Once they're in, you can adjust columns, sorts, and scope to fit how your terminal runs.

Each of the four filters below includes its full import code. You'll copy that code straight out of this document and paste it into the D.O.


Each card below describes what the filter is for, how it's sorted, and the exact import code. Copy the code as-is, then localize the division.

IMPORT CODE
{
"move": {},
"name": "Open - Standard",
"pool": {},
"order": {"div":["56"]},
"driver": {"div":["56"]},
"move_sort": "Rank",
"pool_sort": "Dropped Date",
"move_table": [
"4", "13", "14", "8", "29", "3", "21", "44", "15", "2", "80",
"33", "65", "66", "67", "11", "7", "24", "43", "53"
],
"driver_sort": "Assignments",
"equipment_table": ["1","2","11","13","3","5","19","18"],
"move_table_sort": [],
"_move_current_sort": "Rank",
"equipment_table_sort": [
{"id":18,"type":"order","order":"dsc","data_type":"date","object_key":"notify_date"},
{"id":11,"type":"move","order":"dsc","data_type":"string","object_key":"chassis_code"},
{"id":13,"type":"order","order":"dsc","data_type":"string","object_key":"chassis_pool"},
{"id":4,"type":"move","order":"dsc","data_type":"string","object_key":"lp_name"},
{"id":3,"type":"move","order":"dsc","data_type":"string","object_key":"lp_code"}
]
}

IMPORT CODE
{
"lock": true,
"move": {"move_status":["L","B","Z"]},
"name": "Inbound - Standard",
"pool": {"trailer_status":["E"]},
"order": {"div":["56"],"order_type":["I","N","R","D"]},
"driver": {"div":["56"]},
"move_sort": "Rank",
"pool_sort": "Perdiem LFD",
"move_table": [
"4", "13", "67", "68", "78", "8", "29", "17", "21", "44",
"15", "2", "80", "33", "23", "31", "24", "11", "9"
],
"driver_sort": "Assignments",
"equipment_table": ["1","2","3","4","5","11","19","17","21","18","7","9"],
"move_table_sort": [
{
"id": 67,
"type": "order",
"order": "asc",
"data_type": "appointment",
"object_key": "cndate~cntime1"
},
{"id":23,"type":"order","order":"dsc","data_type":"date","object_key":"freedt"}
],
"hide_check_digit": false,
"_move_current_sort": "Rank",
"equipment_table_sort": [
{"id":18,"type":"order","order":"asc","data_type":"date","object_key":"notify_date"},
{"id":21,"type":"order","order":"asc","data_type":"date","object_key":"perdiem_lfd"},
{"id":9,"type":"order","order":"dsc","data_type":"string","object_key":"trailer_status"}
]
}

IMPORT CODE
{
"move": {},
"name": "Outbound - Standard",
"pool": {"trailer_status":["L"]},
"order": {"div":["56"],"order_type":["E","O","R"]},
"driver": {"div":["56"]},
"move_sort": "Rank",
"pool_sort": "Dropped Date",
"move_table": [
"4", "13", "65", "66", "74", "8", "5", "17", "21", "44", "15",
"2", "80", "33", "24", "43", "53", "11", "9"
],
"driver_sort": "Assignments",
"equipment_table": ["1","2","11","13","3","5","19","18"],
"move_table_sort": [
{"id":40,"type":"order","order":"asc","data_type":"date","object_key":"shdate"},
{"id":38,"type":"order","order":"asc","data_type":"time","object_key":"shtime1"},
{"id":39,"type":"order","order":"dsc","data_type":"time","object_key":"shtime2"}
],
"_move_current_sort": "Rank",
"equipment_table_sort": [
{"id":18,"type":"order","order":"dsc","data_type":"date","object_key":"notify_date"},
{"id":11,"type":"move","order":"dsc","data_type":"string","object_key":"chassis_code"},
{"id":13,"type":"order","order":"dsc","data_type":"string","object_key":"chassis_pool"},
{"id":4,"type":"move","order":"dsc","data_type":"string","object_key":"lp_name"},
{"id":3,"type":"move","order":"dsc","data_type":"string","object_key":"lp_code"}
]
}

IMPORT CODE
{
"move": {"move_status":["L"]},
"name": "LFD - Standard",
"pool": {"trailer_status":["L"]},
"order": {"div":["56"],"order_type":["I","N","R"],"order_status":["R"]},
"driver": {"div":["56"]},
"move_sort": "Rank",
"pool_sort": "Dropped Date",
"move_table": [
"4", "13", "23", "67", "68", "14", "8", "3", "21", "44", "15",
"2", "80", "33", "24"
],
"driver_sort": "Assignments",
"equipment_table": ["1","2","11","13","3","5","19","18"],
"move_table_sort": [
{"id":23,"type":"order","order":"asc","data_type":"date","object_key":"freedt"}
],
"_move_current_sort": "Rank",
"equipment_table_sort": [
{"id":18,"type":"order","order":"dsc","data_type":"date","object_key":"notify_date"},
{"id":11,"type":"move","order":"dsc","data_type":"string","object_key":"chassis_code"},
{"id":13,"type":"order","order":"dsc","data_type":"string","object_key":"chassis_pool"},
{"id":4,"type":"move","order":"dsc","data_type":"string","object_key":"lp_name"},
{"id":3,"type":"move","order":"dsc","data_type":"string","object_key":"lp_code"}
]
}
The standard filters ship with a placeholder division, so they won't show your freight until you point them at your own market. You'll make this change in two places on every filter — the Order tab and the Driver tab. The examples in this guide use Division 56.
To open a filter's settings, click the funnel icon in the toolbar.



The standard filters are a starting point — you can shape any view to fit how you work. Both controls live at the top-right of the list:


