You will need to obtain the task numbers in question from the customer. Then get access to their SQL server and run the following script:
UPDATE CRMTASKS SET Complete = '1'. Completed_By = '<user>', Completed_Date = '<integer date>' WHERE Task_Number = '<task number>'
β
