Do not allow duplicates property

Posted by Rollbase User on 20-Oct-2012 18:14

Enable the field property "Do not allow duplicates in this field" for a "Project #" field. Set the Project # field on the create record page. Project # = 1234 Then use rbv_api.updateRecord() to update the record. Update total fee field only: arr["total_fee"] = 100; Total Fee will not update. Trigger debug shows an error similar to: "Error setting project_number field. Value 1234 already in use". I did not try to change the Project # field. I only changed the Total Fee field. Furthermore, Project # = 1234 for the current record I'm working on so it's not really a duplicate value. It's the unique Project # for the current record. This just started happening last week. Thanks

All Replies

Posted by Admin on 20-Oct-2012 19:41

I'll take a look ASAP

This thread is closed