Custom doctype customization (Fetching values)

Hello,
My scenario is:
The doctype name “Processing”, there are many fields in it with 6 fields for example field 1,2,3,4,5,6.
I want when someone fill these above 6 fields then these fields data should be store in another doctype called Sales Tax,
is there any possibilities for this?

This is doable with basic JavaScript but you will probably not be successful in having somebody post the full solution here. You should take a moment and maybe improve your post to include screenshots and some basic background information about your problem. It’s kind of hard to understand what you are trying to achieve and why. If you do so maybe someone will take time and point you in the right direction.

1 Like

These fields are in doctype named Processing.
I want whenever i fill these fields in Processing, these fields should create another form in doctype named Sales tax.
Note : the sales tax doctype have the same name like these field.
is it clear now?
1