[progress Communities] [progress Openedge Abl] Forum Post: Re: Is The Clone-api Allready...

  • Thread starter Thread starter Anvi Jain
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top