I have two fields and a custom DocType:
This custom Doctype is linked with the item_code in Item. And here everything working fine.
As a second steps, the second field, should be automatically populated with the value of item_name (from Item DocType too) and should be the Item name relative to the item code I previously chose.
Is it possible doing that without making any custom script?