Hii...
In customer connection details, if I add payment, it should show payment history list of specific customer. But I don't get what I did wrong here. i have attached the OML here.
Hi @Bhuvi D ,
There's need to correct the fetching filter also, you can easily get the payment through CustomerID as well, just keep that only.
And also assign the CustomerConnection on after fetch GetCustomerById with value so that value can be saved in database.
After this changes you will get the result.
Attaching the changed OML for your reference.
Hope this will help you
Hi..
yes, its working. thanks.
Hello Bhuvi.
Looking at your code, you are not assigning any value to CustomerConnection. When you send it to the server, it goes empty.
Therefore you can't find the referred entries.
Hi...
Thanks i got it.