22
Views
4
Comments
Solved
payment history list is not  showing
Question
Application Type
Reactive
Service Studio Version
11.55.22 (Build 64167)

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.

Television BM2.oml
2025-05-02 20-28-47
Drishti Menghani
Solution

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

Television BM2 1.oml
UserImage.jpg
Bhuvi D

Hi..

yes, its working. thanks.

2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

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.

UserImage.jpg
Bhuvi D

Hi...

Thanks i got it. 

2025-05-02 20-28-47
Drishti Menghani
Solution

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

Television BM2 1.oml
UserImage.jpg
Bhuvi D

Hi..

yes, its working. thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.