Updated the tasks creation and update functions to exclude clients that belong to the "Internal Database" service. This change will avoid creating or updating tasks unnecessarily for these clients. This was implemented by adding a new function 'isServiceFieldEqual' that checks if a company's service field matches a particular value, in this case, the ID for the "Internal Database" service.