I am making one app that has 5 different fields about Items:
- Item Code
- Simplified Chinese Description
- Traditional Chinese Description
- Italian Description
- French Description
I would select the Item Code from existing Item Codes, or create a new Item code
How can I link it from Item DocType to my custom DocType in my app?
It should be also the primary key of this custom DocType.
Must be done through a custom script or is it possible also doing through the simpler form customization?