Default mode of payment for a user

i want to make a default mode of payment depends on user on payment entry form

Example: User Hani@gmail.com when he create payment entry i want mode of payment “Cash” to be the default for him…and user Ahmed@gmail.com the default mode of payment “Bank”

thank you in advance

Hi @Hanigameel888,

Set user permission against the mode of payment for the users,
Goto user list > select user as “Hani@gmail.com” > click on set user permission > select doctype as “Mode of Payment” > select value as “Cash”
do same process for the user “Ahmed@gmail.com

Please check below image

Thank you