Truckmate
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 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 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
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
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