Payment entry custom field

i need to make custom field appear in Payment entry form depends on 3 mode of payment

when i choose mode of payment (cash or bank or visa) the custom field appear how?!

thank you in advance

In Depends on Field which you find when you open the custom field properties, write something like this:

eval:(doc.mode_of_payment == "" || doc.mode_of_payment == "")

1 Like

Perfect
thank you