Changes

Jump to: navigation, search

Missing approval information

430 bytes added, 19:23, 6 February 2014
no edit summary
ORDER BY
fieldreport.fieldreport_localid ASC
 
------------------------------------------------------
 
UPDATE fieldreport
Inner Join imsmaenum AS workbench_status ON (workbench_status.imsmaenum_guid = fieldreport.workbenchstatusenum_guid)
SET
fieldreport.reportverifieddate = reportreceiveddate,
fieldreport.verifiedby = fieldreport.dataenterer
WHERE
workbench_status.enumvalue = 'Approved' AND
(fieldreport.reportverifieddate IS NULL OR
fieldreport.verifiedby IS NULL )
 
[[Category:NoPublic]]
6,632
edits

Navigation menu