Automatically Fetch Data From Other Fields

Hello,
I want to fetch data from firstname field and last name field into full name field how it can be Possible??

There are a few ways to do this. If the full name field already exists, you could set it to read-only and then update it using a server script that runs before_save:
https://frappeframework.com/docs/v14/user/en/desk/scripting/server-script

If you’re creating the field new, and assuming your on v14, you could create a virtual field:
https://frappeframework.com/docs/v14/user/en/basics/virtual_docfield

2 Likes

Thank You For This Guiidence. it works

Can you give a solution for Fetch All Data Of Specific users from Doctype In Html Page? While Click On Submit Button of Another Html Page where User Only Allow to Enter Their Email and how to call python function in javascript