Checks for service and employee conflicts.
CheckConflict(SelectDate AS Date, ServId AS Number, EmployeeId AS Number, StartLen AS Number, GapLen AS Number, FinishLen AS Number, Time AS String, ClientId as Number)
Boolean
SelectDate = Started date for the records to return.
ServId = Id of the service.
EmployeeId = Id of the employee.
StartLen = Start length of the appointment.
GapLen = Gap length of the appointment.
FinishLen = Finish length of the appointment.
Time = Time of appointment, in military (HHMM) format.
ClientId = Id of the client.