Can not set Duration field of an Event through Object Script

Posted by Rollbase User on 04-Aug-2011 20:52

I am unable to set the Duration picklist for an Event through object script trigger. Can this be supported? var arr = new Array(); arr["duration"] = 1800000; rbv_api.updateRecord("in_out", {!id}, arr);

All Replies

Posted by Admin on 04-Aug-2011 21:27

OK, thanks for noticing, I'll fix this by Friday.

This thread is closed