[progress Communities] [progress Openedge Abl] Forum Post: Re: Script To Delete In Bulk

  • Thread starter Thread starter mpiscoso@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

mpiscoso@gmail.com

Guest
I see ithrees . Can you describe the use-case for me? Would it be something transactional such as you a create a record on a different object and specify the conditions for deletion and a server-side script would run to delete the records that match the criteria? If this is the use-case, I think the best way to go is still to use rbf_selectQuery() + rbf_deleteRecord(). It would most likely offer the best performance out of all the methods as per my experience. If you were to work in the client-side, you would have access to getPage() which accepts a View's original ID and inherits the filters of the supplied view and will then return to you the records that match the view's filters' criteria. It's performance is poor for me though. Even when trying 5 records with this API i get really slow load times. May I know why you are looking for a better option? Hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top