A
Anvi Jain
Guest
Hi Wim, I have verified the case and it still seems to be an issue. A bug has been logged for this. However as a workaround I would suggest you to clone the record using the data record page. In case of cloning through the API(serverSide) you can refer the example below: var auto=rbv_api.selectNumber("SELECT ordernumber FROM Orders order by createdAt desc"); var x = new Array(); x["ordernumber"]=auto+1; rbv_api.cloneRecord("Orders", 339180, x); Thanks, Anvi
Continue reading...
Continue reading...