Create doctype with existing doctype

is it possible to duplicate the existing doctype

@Uyya_Vaijeyanthi_Bal

  1. Enable Developer Mode
  2. Go to Core → DocType
  3. From the Drop-Down Menu on Top of your Desk click “Copy”

You have now copied the entry.

Daniel

see… I have attached a screenshot of Core → doctype.
Here i dint see any dropdown

you must open the doctype and then click “File” → “Copy”

1 Like

Where Ithe copied file will be available

Instead of the clicking the menu. How do we this in javascript? Can we achieve this even if it is not in developer mode?

@kroger try

cur_frm.copy_doc();