S
Shiva Duriseati
Guest
Hi Iram, One way to delete the record in recycle bin is to call an ajax get call in script component by passing action of type "purge" and "id" as query parameter. Example: rbf_deleteRecord("sample", 52723, function callback(arr){ location.reload(true); }); $.get('{!#PROD_SERV_URL}'+"/m/recycleBin.jsp?act=purge&id=52723", function(data, status){ console.log("Data: " + data + "\nStatus: " + status); }); Please note that this is a temporary solution and not recommended this might differ across future releases.(There must be some better way to do this).However I would encourage you to log an enhancement request for this so that our product management will review and prioritize this accordingly. Regards, Shiva
Continue reading...
Continue reading...