Hi Robert
To display Leads you have to edit the file jssources/src_files/modules/Meetings/jsclass_scheduler.js
Replace the line
Code:
var query = {"modules":["Users","Contacts"],"group":"and","field_list":['id','full_name','email1','phone_work'],"conditions":conditions}; For this one:
Code:
var query = {"modules":["Users","Contacts","Leads"],"group":"and","field_list":['id','full_name','email1','phone_work'],"conditions":conditions}; I didn´t understand the issue regarding the "Problem 2".
Can you explain again and describe the work flow?
Cheers
Bookmarks