Question about 5.1 JSRecord

In the webinar yesterday, it seemed that under the JSRecord node, there was a method rollbackeditedrecord but none for deleterecord. When I asked about the rollback, they said that was introduced in 5.0, but I don’t see it in 5.0.1. Can someone please verify that it will be new in 5.1, and what happened to deleterecord?

msedita:
In the webinar yesterday, it seemed that under the JSRecord node, there was a method rollbackeditedrecord but none for deleterecord. When I asked about the rollback, they said that was introduced in 5.0, but I don’t see it in 5.0.1. Can someone please verify that it will be new in 5.1, and what happened to deleterecord?

Yes, rollbackeditedrecord is in 5.1 and not in 5.0. deleterecord is deprecated (in 5.1).

Thanks. What is the preferred method for deleting a record in 5.1?

msedita:
Thanks. What is the preferred method for deleting a record in 5.1?

not sure which is preffered; foundset.deleteRecord ?

OK great, same as before. Thanks.