Truckmate

SQL Filter Time Limit
SQL Filter Limit You can change the value using SQLExecute, SQL tab...  it's a hidden application configurator option. Select to see what value ...
Wed, 9 May, 2018 at 10:41 AM
Insert Message Forward
Insert msg forward CALL INSERT_MESSAGE_FORWARD( C1.USERID,  C1.DRIVER,  C1.POWER, C1.DEVICE, C1.NETWORK, 0, '0',           '    P...
Wed, 9 May, 2018 at 10:48 AM
Postal Code Format Check
Postal Code Format check select Postal_Code,count(*) from client where length(postal_code) = 6 and Postal_Code not like '[A-CEGHJ-NPRSTV-Z][0-9][A-Z...
Wed, 9 May, 2018 at 10:48 AM
Fix 0 mile legs
Select 'call TMWIN.submit_mileage_lookup_for_leg ('|| char(LS_LEG_ID)||')@' from legsum where ls_leg_dist = 0 and ls_leg_stat=&#...
Wed, 9 May, 2018 at 10:49 AM
Who assigned resources to a trip?
Each type resource assigned to a trip has a table in the database that holds a history of the statuses of that resource. The ASSGN status happens when a res...
Mon, 14 May, 2018 at 1:36 PM