Problem with linking fields

I made exactly what wrote here https://frappe.io/docs/user/en/tutorial/new-app

until I created all Doctypes But I faced a problem

The problem is first name and last name in "Library member " doesn’t show in ( Member First Name ) and ( Member Last Name ) fields … same think with article. any suggestions?

Hi,

Thanks for sharing the code.

For the fill name field, you may have to write a code to concatenate the first name and last name field and then update in the Full Name field of the transaction. Or perhaps fetch the name separately only. Club it together in the Print Format by writing a simple jinja templating, using Print Format Builder.

1 Like

thanks