I want to add a custom doctype in Contact Links table

I am creating a Doctype an Investor. I want to link the investor doctype for contact links table. How do I add my custom doctype in the filters?

Add Html/Text Editor field to your Investor doctype.

You can refer Bank Account Doctype.

Address and Contact Fields:

Client Side Changes(js):

in refresh event add below code:

Server Side Changes(py):

Add this 2 method:

1 Like