Update Check field value on select value of other doctype

Hi Team,
I created two doctypes

  1. “VMS Location” which contains pass_no, location and assigned field which is check field.
    2)“Visitor Management System” which contains link field of “pass_no”.
    I want like when anyone fills " Visitor Management System " form and select “pass_no” on submitting the value of assigned field need to fill as checked mins that pass no need to mark as assigned.

Hello!
Greetings from Frappe!
In the Visitor management form, for field “pass_no” that you created, you have to select data type of the field as “Link” and in “Options” tab enter VMSLocation.pass_no
That should link the fields.
Please refer the below link to learn more:
https://erpnext.org/docs/user/manual/en/customize-erpnext

1 Like