How to insert reminder value in the Meeting object through c

Posted by Rollbase User on 27-Aug-2013 01:40

How to insert reminder value in the Meeting object through createRecord?

All Replies

Posted by Admin on 28-Aug-2013 14:41

Hi Abed,



Please refer to page 180, for a reference to rbv_api.createRecord, on our official documentation, Rollbase in Action. As the examples state, the second argument is an array of 'Field Name' and 'Value' pairs. The 'Field Type' of the 'Meeting' Object's 'Reminder' Field is of 'Pop-Up Reminder', and its integration name is reminderMin. The documentation does not indicate any minimum or maximum value that may be entered.



The following two paragraphs detail an alternative, less streamlined method that is possible.



Since the return type of createRecord is the newly created record's ID, utilizing the getFieldValue and setFieldValue API along with this ID is a possible workaround.



For example, create a variable which will contain the returned record ID from createRecord.Next, simply utilize the setFieldValue() and getFieldValue() APIs to access this record and modify the contents as desired.



I will refer to my colleagues

This thread is closed