Assuming mins is required, the following 3 results were found.
= if(v_Days == 1, "DAY", "DAYS"); v_HourGrammar = if(v_Hours == 1, "HR", "HRS"); v_MinGrammar = if(v_Minutes == 1, "MIN", "MINS"); v_SecGrammar = if(v_Seconds == 1, "SEC", "SECS"); // info v_Days + " " + v_DayGrammar + ", " + v_Hours + " " +...
time of " + v_CustomerAppointmentDateTimeStart); // // with a reminder 10 minutes before m_ScheduleCall.put("Reminder","10 mins"); // not sure if this does anything. hopefully notifies the staff user m_ScheduleCall.put("send_notification",true);...
m_ScheduleMeeting.put("Participants", l_Participants); // // with a reminder 5 minutes before (eg. "10 mins", "1 hrs") m_ScheduleMeeting.put("Remind_At","5 Mins"); // // the meeting status m_ScheduleMeeting.put("Status","Not Started"); // // send...