Hi All,
In The following screen shoot if i will select doctor name and appointment date fields. I need to do validation like a doctor should not have two appointments for same time. for this i went for custom validation adaptor i wrote code sbo like the following way .
public boolean validateDate(Date date) throws AdaptorException {
//here am writing the validation logic.
}
But the problem is am not able to get doctor_name filed value in this validateDate sbo. Is there any way to do this.
Thanks
Raju.P