I am building a Stateless Form for another Client ... here is the code I have entered for a Button ...
if ((input. MyCallsPerDay == null) || (input. MyCallsperDay == 0))
{
alert("Calls Per Day is Zero or Unspecified");
}
else if ((input.ApmntsPerWeek == null) || (input.ApmntsPerWeek == 0))
{
alert("Appointments Per Week is Zero or Unspecified");
}
else
{
CurConvertPercent = (input.ApmntsPerWeek / (input.MyCallsPerDay * 5));
CurConvertPercent = CurConvertPercent.round(1);
alert(CurConvertPercent);
}
if ((input.ApmntsPerWeek == null) || (input.ApmntsPerWeek == 0))
{
alert("Calls Per Day is Zero or Unspecified");
}
else if ((input.ApmntsPerWeek == null) || (input.ApmntsPerWeek == 0))
{
alert("Appointments Per Week is Zero or Unspecified");
}
else
{
CurConvertPercent = (input.ApmntsPerWeek / (input.MyCallsPerDay * 5));
CurConvertPercent = CurConvertPercent.round(1);
alert(CurConvertPercent);
}
This is getting ridiculous ... in the last month I have spent twice as much time investigating and reporting defects in ZOHO Creator than doing actual billable work.
Enough already ... ZOHO Creator get your act together ... time to provide a reliable platform ... somebody fix this fast !!!!
Gaev