Hii
How to make a link for payment entry and when loading the form Payment Entry I need to set the data based on the value of the invoice(Column “Invoice No”) clicked.
If these are the changes in the core ERPNext application, will be best if you can get support on the same via pull request. The code will also help one to get the context and give support around it.
How do you mean you cannot set data? I am trying to achieve a similar thing (create a payment entry based on a camt.053 preview with options, then open in a new tab, edit and submit). I can save modifications or submit the record… In case there is something failing in a validation step, that prevents saving.
I use a PY code to create the new record, and then use its reference (PE-#####) to open it in the new tab. This is where I see a difference to your code…