This question has been flagged
1 Reply
3768 Views

Hello guys !!

I want to change the duplicate button, I want when I click on it, gives me a field to enter the number of times to duplicate the object. Or create a new button for this

can some help with this plz

Avatar
Discard
Best Answer

You have to override the copy method for that. Your copy method should call a wizard to allow the user to define the number of copies he wants, and when he validates, your wizard should call the x times the copy method of the parent object.

Avatar
Discard