... r_Staff in l_Staff
{
if(!isnull(r_Staff.get("id")))
{
v_StaffName = r_Staff.get("name");
}
}
Get the Available slots:
//
// get available slots
r_AvailableSlots = zoho.bookings.getAvailableSlots(v_ServiceID,v_StaffID,v_ThisDate.toString("dd-MM-yyyy"),"joels_connector");
l_AvailableSlot ...
... table for just the name value...
The one query to rule them all
SELECT
CONCAT(s.LogID, ' ') AS ActivityID,
t.TeamName AS Team,
CONCAT(u.Firstname, ' ', u.Lastname) AS StaffName,
CASE ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.