Hello,
On Customer payment journal, Generate Payments button is deactivated.
I could not find any reason for it.
I thought, maybe workflow, which was active, but I have deactivated the workflow itself. Also removed it from the Journal Name setup.
I have also tried to see the code. The name of this button is "buttonCreatePayment", which has Auto declaration property set to yes in VS. But there is no Enable / Disable code for this button in Form methods or in FormAdaptor classes. I could not find any other class where it may be mentioned (Find references gives 0 results).
Is there any way to see where it is being deactivated? Or do you know any parameter that could be causing it?
P.S. in our live system, it works as expected, but on our development machine when we create payment journal same we have this problem. (Data is bit older on dev machine, so maybe some parameter is missing)
Thanks!