Naming child doctypes

Hi guys,

Can I set naming for child doctype like in main doctypes ?

I tried to do that through coding put it didn’t work, the child doctype ‘name’ in database is also hash not name.

Any help is highly appreciated.

Thanks,

I think that is hard coded. Can you give us a scenario where this is required?

I customized ‘dynamic link’ to act in different way :

  • I can choose the child doctype in field with type ‘dynamic link’ after choosing another field with the main doctype with type ‘link’
  • so the dynamic link has options like this “main_doctype,field_name”
  • now it works as I want but another problem appears ’ the child doctype document has a hashed names.

Edit: Problem Solved